Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

MAX

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

0 Kudos
Message 1 of 26
(7,355 Views)

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

crio 9024-URGENT!

MAX

crio 9024 NI 9403

NI 9403 using FPGA as an input module help?

best regards
Alexander
0 Kudos
Message 2 of 26
(7,337 Views)

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

0 Kudos
Message 3 of 26
(7,330 Views)
0 Kudos
Message 4 of 26
(7,328 Views)

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.

 

Picture2.jpeg

best regards
Alexander
0 Kudos
Message 5 of 26
(7,315 Views)

Thank you very much.  🙂

0 Kudos
Message 6 of 26
(7,311 Views)

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

0 Kudos
Message 7 of 26
(7,306 Views)

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?

0 Kudos
Message 8 of 26
(7,301 Views)

Hello AutonomousMode,

 

  1. check the ip from your pc it should like 169.254.xx SubNet 255.255.0.0 if not set one like IP 169.254.5.5 sub net 255.255.0.0
  2. set the dip switch ip reset and save mode to on
  3. reset the rio
  4. the system should now be shown in MAX
  5. right click on the Rio in MAX and format the system
  6. set the dip switch ip reset and save mode to off
  7. restart the system
  8. the system should now be shown in MAX
  9. Install the RIO software from MAX on the target
  10.  check the IP in MAX and write it into your project
  11.  then try it again

Error -63040 When Attempting to Run an FPGA VI on CompactRIO

best regards
Alexander
0 Kudos
Message 9 of 26
(7,298 Views)

Thank you very much but unfortunately That didn't help. Ca I uninstall MAX without uninstalling the whole LV & then reinstall it?

0 Kudos
Message 10 of 26
(7,293 Views)