06-11-2010 10:11 AM
Hi
Sorry not sure what board to put this under. Does a cRIO come under 'Field Point family'?
I am using a cRIO 9074 with 8x 9213 modules in (16 channel thermocouple module). The basic premise of my software is to wait for a change of a networked variable, wait for a defined time, record for a defined time, create a file, ftp the file and wait to go again.
I have just started playing and can happily record one thermocouple as below
I actually have 128 thermocouples and where I have the double 'TC0' I would just like to put double 'everything' and just record all 128 channels. Is there a method or do I have to really drag 128 variables in?
Thanks
nice
06-11-2010 10:17 AM
Hello nice,
If you have LabVIEW 2009/RIO 3.2 or later you can use the programmatic api to access IO and configure modules.
See this whitepaper http://decibel.ni.com/content/docs/DOC-6063 for more information on how to use it.
Thanks,
Sebastian