03-21-2017 05:09 AM
I have an issue with network shared variables. I've posted a very simplified version of the code.
I'm using a compactRIO in hybrid mode. The AI module (9225) is in scan mode. Using the lower variable works, while using a read variable returns error -356004. I want to use open/read/write variable in order to achieve modularity.
Is there a setting or something that needs to be set?
03-21-2017 05:47 AM
Solved it!
I used the references to the current project. (ni.var.io://). When using ni.var.psp://... it works!