06-29-2018 09:19 AM
Hello all,
I am using a cRIO-9038 with a couple of NI-9206 modules for data acquisition and NI 9862 for transferring the CAN data. I have my project setup and working when my main VI is under cRIO directory tree, but having the main VI under my computer directory tree it shows the following error.
I want to create an executable that I can run on any other PC and it seems that NI 9862 hardware is not detected.
I have attached a screen capture of my project tree below.
06-29-2018 09:37 AM
More info about what you are trying to accomplish is needed to figure out whats happening. How are you planning on communicating with the cRIO?
Generally speaking, you need to build the RT application on the cRIO, then create a separate application on PC that communicates with the cRIO over Network, whether you use TCP/UDP/SNV/Network Streams, but either way there needs to be a cRIO Main.vi and a PC main.vi. See the NI article below for some info on how to do this
07-10-2018 09:40 AM
Hi Ozziee
Thanks for your replay
Having 2 main VI's on in the real time and other one in the host computer is needed only if the Chassis is in LabVIEW FPGA interface mode! Or this can be done also in case if the RIO programming is in scan interface.
Thanks