LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1074000000 in LabVIEW with an IT7626 VI

I keep getting error 1074000000 when trying to run an example VI from a third party's library of example VIs for my device that is connected via USB.

Download All
0 Kudos
Message 1 of 2
(1,401 Views)

Hi Exia,

 

your device answers on your request with a "-200" error. How does the manual explain that error message?

 

On your VI:

When using non-default display modes in strings you should ALWAYS switch the display style indicator to "visible", this applies to constants, controls and indicators (the same also for numeric elements)!

When you would do so you would notice you try to use the "\-code" dislay style, but your string constants are still set to "normal" display style: your device cannot understand those "\n" in cour requests!

 

Solution: switch the strings to "\-code" display style, then delete one of those two backslashes in each string constant…

 

Like this:

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,363 Views)