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

6 stars 14 forks source link

Compatibility with VeriStand 2018 SP1 #49

Closed Kreative24hk closed 4 years ago

Kreative24hk commented 4 years ago

Hi, All.

I tried to use UDP Custom Device on NI VeriStand 2018 SP1. However, I faced various problems.

- Missing Files in LV project dependency tree (all missing files are related with NI VeriStand Data library)

I already tried to install both 0.1.0 version and 0.2.1 version. However, both of them had a problem.

Please give me some troubleshooting steps for these issues.

ryanvallieres commented 4 years ago

Hi @Kreative24hk

I spent some time compiling the UDP Custom Device this morning in LV 2018 for VS 2018. My copy was (which might be obvious) compiled and deployed correctly to my Windows machine. I was using this attached version of the Veristand Data Library

ni_lib_veristand_data-0.1.0.2.zip

Where/When exactly are you seeing this error? Is it when you add the custom device to the system definition? Is this error happening on deploy to your target? Similarly, if it's happening on deployment to the VS target, can you try to use the UDP Custom Device targeting your host PC (Windows) instead?

ryanvallieres commented 4 years ago

I'd also suggest isolating the UDP Custom Device to it's own system definition. See if you can compile and deploy the custom device alone to your target. This should help understand if there are other conflicting factors that are preventing the custom device from working as intended.

Kreative24hk commented 4 years ago

The error appeared when I tried to build UDP CD on lvproj because of missing file from VeriStand Data Library.

However, I could build UDP CD on VeriStand 2018 successfully by using Veristand Data Library you uploaded.

Thanks, ryanvallieres.