Author Topic: ReadUDT is 399xR1 release  (Read 812 times)

rcashon

  • Newbie
  • *
  • Posts: 2
    • View Profile
ReadUDT is 399xR1 release
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5317
    • View Profile
    • AdvancedHMI
Re: ReadUDT is 399xR1 release
« Reply #1 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")

rcashon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: ReadUDT is 399xR1 release
« Reply #2 on: April 24, 2019, 09:04:51 PM »
Thanks for the quick response and example. I will be looking for the rollout .

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5317
    • View Profile
    • AdvancedHMI
Re: ReadUDT is 399xR1 release
« Reply #3 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