I am going to be writting a C# Windows Form Application to read in Record Data from my robot program and change the values and write the Record Data back to the controller. I have a few questions about doing this.
- Which developemnt tool should I use to do this PC SDK or RWS
- Has anyone worked with Records from either dev tools
- My Records will have data types declared in them that are also Records 3-4 levels any suggestions or concerns
- How would you go about declaring the Records in C#. Build classes that represent the same structure as the Records?
- Does anybody have any examples that they would be willing to share