Hi,
I'm new to PLC's but experienced with .NET programming. I'm trying to understand all of the properties and events associated with all of the controls. Is there a help file that explains each with examples? For example, I stumbled across the EthernetIPforCLXCom1.GetTagList method which returns an array of MfgControl.AdvancedHMI.Drivers.CLXTag. One of the properties of the class is AbbreviatedType which returns values such as "44705", "193", and "36739". Is that data types such as String, Boolean, Integer, etc...? How do I figure out what data type they map to? There are other properties such as Instance and BitNumber. What is the best way to learn about all of the controls, properties, methods, etc...?
Thanks,
Chris