NIVeriStandAdd-Ons / UDP-Data-Link-Custom-Device

6 stars 14 forks source link

Can VeriStand 2021R3 use this CD? #73

Open DanCN08 opened 1 year ago

DanCN08 commented 1 year ago

Hello everyone, Can VeriStand 2021R3 use this Custom Device? If the latest version "udp-custom-device-2020_1.4.6.001" only supports VeriStand 2020, how can we realize the UDP communication function in VeriStand 2021R3? If we will not continue to update UDP-Data-Link-Custom-Device, is there other useful Custom Device to replace it? Look forward to your reply. Thank you!

jtcalvert commented 1 year ago

@DanCN08 there is not a release build for this custom device that can be used with VeriStand 2021. To use this in VeriStand 2021, it would need to be built from source in LabVIEW 2021 SP1 64-bit. I haven't had time to try this out myself, but theoretically it should work.

This KB describes how you can change the custom device project to turn the RT CompactRIO target into a Linux RT PXI target in the project XML so that the targets show up correctly.

rdp137 commented 10 months ago

I was able to get it into LabVIEW 2021 64bit fairly easily. Now I am trying to get it to use packed libraries, that is less easy