10-18-2012 03:36 AM
I just want to know, can I acure 10000 smaple (when the programme run in real time) per second per chanel or more, when data taking from a sensor, through the cRIO.
10-18-2012 06:15 AM
Using the FPGA of the compact rio and doing DMA FIFO buffer transfers its no problems.
Polling the daq hardware with LVRT usually works up to 1kHz before the CPU loses its steam.
Br,
/Roger
10-18-2012 06:53 AM
Can I apply this method in simulation loop. Where I want make my control algorithm.
10-18-2012 06:58 AM
@Bikash wrote:
Can I apply this method in simulation loop. Where I want make my control algorithm.
It sounds like a perfect application for your needs. Remember to buy powerful hardware not having to worry about the performance.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/210400
Or something similar performance with a PXI solution.
Br,
/Roger
12-01-2012 08:29 PM
We have cRIO 9081 and Labview 2012, Can we write data xls format in the hardisk of the host computer during real time application? How can I transfer data form cRIO to host computer?
Bikash