Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Impossible to see a cRIO 9004 with DAQmx

I’m developing a Host application to interact with a cRio 9004. Data sheets indicate me to begin by configuring the IP address whit MAX, but I can't see the cRio in the remote systems.

 

I’ll appreciate any ideas to solve this problem!

Thanks.

0 Kudos
Message 1 of 5
(3,715 Views)
Have you installed the NI-RIO distribution on your computer? If not, then that's one of the reasons you are not seeing it in MAX. If you are using LabVIEW 8.0, then you should install NI-RIO 2.0. Follow this link to download it:

http://digital.ni.com/softlib.nsf/websearch/454128832B8A2D73862570C90078819A?opendocument&node=132060_US

If using a prior version of LabVIEW, then you want to install NI-RIO 1.3.

If you have already installed NI-RIO in your system, then make sure Windows Firewall is not preventing MAX from communicating to the cRIO-9004 controller.

Another reason why you may not see the controller in MAX, is if it is not in the local subnetwork or its network settings are improperly configured (for this you should Reset the IP of the controller; Reset dip switch).

Hope these suggestions help.

JMota
National Instruments
Message 2 of 5
(3,709 Views)
Thank you for your help.
 
It just was a problem of network.
Then I have find another mistake with VISA 3.3. I haven't seen that we have to give access to the remote system.
Now I have no error with MAX. However, I have created a real time project with LabVIEW 8 and I have an incompatibility of version with the protocol of communication LabVIEW RT
 
Thanks
 
Fabien
Message 3 of 5
(3,694 Views)
"However, I have created a real time project with LabVIEW 8 and I have an incompatibility of version with the protocol of communication LabVIEW RT"
 
I got the same problem...
In Project Explorer window i'm not able to connect to the device due this error: Access denied: LabVIEW RT communication protocol version mismatch.
Any suggestion? Thanks a lot,
Ste
0 Kudos
Message 4 of 5
(3,575 Views)
"In Project Explorer window i'm not able to connect to the device due this error: Access denied: LabVIEW RT communication protocol version mismatch."
 
Hello,
You have to update your compact RIO. In fact, the version of LabVIEW RT and FPGA of your computer and of your compact RIO have to be the same. Whith DAQmx, select your remote system. Then in Software you can update the different parts.
 
Hope these suggestions help.
 
0 Kudos
Message 5 of 5
(3,569 Views)