01-17-2013 03:03 AM
Hello all,
im trying to program an NI 9403 using labview and crio9024, but first of all i should delete priviously simulated hardwares. but it's somehow impossible caz i can't see these devices in the configuration tab (refer to the attached photo plz), can sb help plz ?
while running the program I get the following error, although the software is installed
Error Code: -63040
NI-RIO: (Hex 0xFFFF09C0) A connection could not be established to the specified remote device. Ensure that the device is on and accessible over the network, that NI-RIO software is installed, and that the RIO server is running and properly configured.
Thanks
01-18-2013 05:45 AM - edited 01-18-2013 06:08 AM
Hello AutonomusMode,
this is normal that no moduls are shown on a cRIO system in MAX.
You can see the moduls in your LV project explorer.
What LV Version is in use and in which VI the error happend?
Can you post your project?
Attached a little example project.
dublicate post on this web site
01-18-2013 06:09 AM
Hello Alexander,
Thanks for the reply and the example. I just tried to delete priviously installed simulated devices in MAX, and since i found no way, i reinstalled labview from the scratch!
i have connected two ports of NI 9403(32 ch DI/O) to eachother tosend data on one and read it from the other (using labview 2012 and crio 9024)
i have written the following very simple VI as a startpoint, but compiling takes about 5 minutes everytime i wanna run the code, and sometimes i face errors.
Do u think i should use the scan interface mode? or is there a better solution available?
Thanks and best regards,
Samira
01-18-2013 06:13 AM - edited 01-18-2013 06:28 AM
01-18-2013 06:50 AM
Hello AutonomousMode,
the compile time with 5 minutes is normal, generating Code for FPGA takes some time.
The decision ScanMode or FPGA is very simple in Scan Mode the fastes rate is 1KHz,
if you need faster aquisitions or made faster decison, you must use the FPGA interface.
Under the FPGA properties are an option to run the code on the development pc,
this helps too check algorithm.
01-18-2013 07:06 AM
Thank you very much. 🙂
01-18-2013 08:20 AM
Unfortunately that doesn't help. i could run the code several times after reinstalling labview, but now again i face :
Error Code: -63040
NI-RIO: (Hex 0xFFFF09C0) A connection could not be established to the specified remote device. Ensure that the device is on and accessible over the network, that NI-RIO software is installed, and that the RIO server is running and properly configured.
What else could i do? the device is on and accessible over the network, that NI-RIO software is installed, and that the RIO server is running and properly configured, since the program could run several times.
Regards,
samira
01-18-2013 08:44 AM
Another point: Max doesn't automatcally recognize My CRIO 9024 . How am i supposed to add it manually? i give the ip adress manually under remote systems tab,but it can't be installed. What should i do?
01-18-2013 09:10 AM - edited 01-18-2013 09:20 AM
Hello AutonomousMode,
Error -63040 When Attempting to Run an FPGA VI on CompactRIO
01-18-2013 09:28 AM
Thank you very much but unfortunately That didn't help. Ca I uninstall MAX without uninstalling the whole LV & then reinstall it?