FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

achieve analogic signal from cRIO 9201

Hallo,
I have compactRIO 9004 and analocic input module NI-RIO 9201!
I practiced to
 
and I created a project to achieve analogic signal from AI0 and AI1 of NI-RIO 9201 and I created a (fpga).vi!
 
I don't understand if this file run under cRIO or under my PC!
and this file runs ok even if the graphic is very bad and too slow.
 
when I tried to create a file (host), like  example on NI webpage it doesn't run!!
 
however I also would to know how view value in Volt on graphic instad digital value!
 
thank you
 
marco
 
0 Kudos
Message 1 of 3
(3,320 Views)

Ocramm,

I believe you need to practice more with cRIO and LabVIEW.

These are the Players:

1) cRIO HW--> This has a LV Realtime Controller and an FPGA chip that needs to be programmed with LVFPGA in order to communicate with the I/Os from the cRIO modules.

2) Host PC --> this is where you program the FPGA VI using LVFPGA, and also where you program your host VI (host to the FPGA application). This means that if you want to retrieve Analog data from the cRIO, you need to have a FPGA VI and a Host VI.

The FPGA VI that you create is going to be synthetized and downloaded to the FPGA chip. This is basically burning gates on the FPGA chip to reflect the logic you have implemented in SW.

The Host VI is going to run either on the RT Controller or on the (Windows) Host PC. This is just depending on whether you need your host application to be deterministic.

More over, the FPGA chip can only perform fixed-point calculations. In order to have the Raw data converted into Volts, you need to scale your data in the Host VI.

I suggest you get in touch with the Technical Support at NI Italy and tell us more about your needings, so that we can find out what is the best solution for you.

Regards,

AlessioD

0 Kudos
Message 2 of 3
(3,317 Views)

Thank you Alessio,

I know that I learn more about LabView and I send messanges in a lot of forum about LabView, and I hope I succed in my programming, and I'm sure that I send other  e-mail here!  Smiley Happy

Thank you

Marco

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