AdvancedHMI Software
General Category => Support Questions => Topic started by: rcashon on April 24, 2019, 09:19:04 AM
-
Is the method ReadUDT is the current release? I have found the ReadUDTTemplate but not ReadUDT . I am also looking for some examples of both. I did find ReadUDT in 399y, but I have not figured out how to use it yet. Thanks
-
The latest ReadUDT and WriteUDT is only in the 3.99y version.
This is a quick example of it's use:
https://www.advancedhmi.com/forum/index.php?topic=2112.msg12094#msg12094
However in the latest version, the format has changed a little. The read is now done like this:
Dim MyUDT As DateTimeUDT = EthernetIPforCLXCom1.ReadUDT(Of DateTimeUDT)("MyUDT")
-
Thanks for the quick response and example. I will be looking for the rollout .
-
The current beta version has a stable CLX driver and is very usable:
https://www.advancedhmi.com/forum/index.php?topic=2058.165