1
Tips & Tricks / Re: ControlLogix ReadUDT and WriteUDT
« on: January 06, 2021, 05:07:08 PM »As of version 3.99y Beta 11, it is now possible to read and write complete UDTs into an equivalent class. To use this, you must create classes and map the data types from CLX to .NET equivalents. The following link has a chart that shows the data type equivalents:According to this SINT = SByte. But what about USINT? Can I delcare it as Byte and read/write it with ReadUDT/WriteUDT?
https://advancedhmi.com/documentation/index.php?title=WriteUDT