06-15-2021 02:57 AM
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.
06-15-2021 05:38 AM - edited 06-15-2021 05:41 AM
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: