09-22-2015 07:30 AM
Hi
The "Real-Time Waveform Acquisition and Logging" Sample Project says that is can run in DAQ devices. Is this possible to do with a cDAQ 9172 device which is a USB based device ? If yes, how I can insert the cDAQ in the Project Explorer list, in the same way the example shows with the PXI target. Noting here that I can't see the IP adress in NI MAX as happens with other rt targets.
And a second question, can I use a cRIO device to run the above example wihtout using of course the FPGA that cRIO has.
Thanks
09-24-2015
02:53 AM
- last edited on
11-15-2024
10:08 AM
by
Content Cleaner
Hi,
The cDAQ 9172 doesn't have any real time functionality however the cRIO does, so you should be able to run this project using that. Thhere is a good video that explains how to use the RT portion of the cRIO here:
If you don't want to use the FPGA part of the cRIO then you need to use the scan engine toa ccess the I/O's. I've added a description of what the scan engine does.
"The Scan Interface mode enables you to use C Series modules directly from LabVIEW Real-Time.
Modules that you use in Scan Interface mode appear directly under the Chassis item in the Project
Explorer window and I/O channels appear as I/O variables under the modules. To use I/O variables,
you drag and drop them to LabVIEW Real-Time VIs.
In Scan Interface mode, you do not need to do any LabVIEW FPGA development or program
communication between FPGA and Host VIs. You also do not need to wait for VIs to be compiled
to the FPGA before deploying and running them. In Scan Interface mode, LabVIEW programs the
FPGA on the CompactRIO target to work with the variables."
Hope this helps.
06-30-2016 09:40 AM
Can you give the examples "Labview Real-time Waveform Acquisition and Logging (NI-DAQmx) Sample Project" for me ?I can't fide it ,Please!Very Thanks!