Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - marcowy

Pages: [1]
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:

https://advancedhmi.com/documentation/index.php?title=WriteUDT
According to this SINT = SByte. But what about USINT? Can I delcare it as Byte and read/write it with ReadUDT/WriteUDT?

Pages: [1]