02-03-2021 09:55 AM - edited 02-03-2021 09:56 AM
Which is the simplest NI SW to read, and possibly also log, data from NI modules 9234 and 9203 inserted in a cRIO device?
Thanks to anyone that could that may give me a hint!
Solved! Go to Solution.
02-03-2021 01:41 PM
Since you have got a cRIO chassis I think you would need to develop custom application-level software.
If it had been a cDAQ chassis, you could use FlexLogger https://www.ni.com/en-us/shop/data-acquisition-and-control/flexlogger.html and supports many devices https://www.ni.com/documentation/en/flexlogger/latest/manual/supported-hardware/
02-04-2021 03:59 AM
Thank you very much for your answer.
So speaking about commercial or open source SW (I mean not custom made), as far as I understand, the only possibility to read/log data from cRIO is by means of "big" and complex SW, like LabView or so, right?
Rgds,
02-04-2021 06:47 AM
With a cRIO, you will need LabVIEW with the RealTime module and possibly the FPGA module (depending on the cRIO you have and the sample rate you want). As previously stated, it sounds like you should just buy a cDAQ and and use FlexLogger.
02-04-2021 06:50 AM
Ok understood. Thank you for answering. Think we will implement some basic SW in c# or rather use another data data acquisition system.
Best regards