AdvancedHMI Software

General Category => Support Questions => Topic started by: rcashon on April 24, 2019, 09:19:04 AM

Title: ReadUDT is 399xR1 release
Post 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
Title: Re: ReadUDT is 399xR1 release
Post by: Archie on April 24, 2019, 10:14:55 AM
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:
Code: [Select]
        Dim MyUDT As DateTimeUDT = EthernetIPforCLXCom1.ReadUDT(Of DateTimeUDT)("MyUDT")
Title: Re: ReadUDT is 399xR1 release
Post by: rcashon on April 24, 2019, 09:04:51 PM
Thanks for the quick response and example. I will be looking for the rollout .
Title: Re: ReadUDT is 399xR1 release
Post by: Archie on April 24, 2019, 09:19:34 PM
The current beta version has a stable CLX driver and is very usable:

https://www.advancedhmi.com/forum/index.php?topic=2058.165