05-30-2017 02:52 PM
I'm running LabVIEW 2016 and I have connected a button to DIO0 on the myRIO 1900. When I run the VI I get the error "XNode is not executable". I have made sure that my target is my myRIO.
Here is the screenshot of the error. I have attached the project and VIs. I don't know how where to find roboRIO.v1.0 ReadDIO.vi, myRIO v1.0 Write DIO.vi, myRIO v1.0 ReadDIO.vi, and roboRIO v1.0 Write DIO.vi.
Thanks in advance,
Fay
Solved! Go to Solution.
05-31-2017 08:02 AM
Hi Fay,
Not sure if this is how the project is actually configured on your end, but when I open it all of the VI's are under my computer rather than being under your myRIO's RT target. Any VI that needs access to the I/O of the device needs to be under either the RT or FPGA target. Let me know if moving the VI in your project does not fix this error.
Regards,
Conrad
Applications Engineer
National Instruments
05-31-2017 12:42 PM
That worked! Thanks!