LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read CRio analog input via MAX

On CRio runs PID, we have our Labview SW for measurement with PCI card. I would like to acquisite CRio Analog inputs via LAN and MAX to Labview SW. Is it possible to see CRio Analog channel in max?  
0 Kudos
Message 1 of 3
(3,567 Views)
Dear PaveIP,
Communicating with cRIO Modules require an FPGA personality, actually an FPGA VI, that MAX cannot provide.
The main reason is that your FPGA vi is supposed to be running on the target and wouldn't be nice if MAX stops your application to read out an Analog Input.
Anyway your issue shoudn't be too difficult to overcome,  you can check an example in Labview suitable to your pourposes and  produce an exe from it.
You won't be able to read data in max but you'll have an easy to use exe that provides the same functionality.

Best Regards
FiloP
It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong.
Richard P. Feynman
0 Kudos
Message 2 of 3
(3,536 Views)

Hi PaveIP,

 

Using the new distributed system manager and LabVIEW Real-Time 8.6, you can remotely monitor your cRIO I/O values without doing any programming on RT or FPGA.

 

You can check it out here:

Using NI CompactRIO Scan Mode with NI LabVIEW Software

 

 

-Kurt

0 Kudos
Message 3 of 3
(3,441 Views)