10-07-2007 04:34 PM - edited 10-07-2007 04:34 PM
10-07-2007 04:44 PM - edited 10-07-2007 04:44 PM

Message Edited by nicholas03 on 10-07-2007 04:45 PM
10-07-2007 07:26 PM
Don't link to images that are located on your hard drive. You need to attach them to your post with the attachment button below the message body.
You can have any single point acquisition rate that you want and you can change it as it runs. Just look at the example program you attached here.
10-08-2007 03:30 PM - edited 10-08-2007 03:30 PM
I just want to verify that I understand your issue correctly. You are acquiring temperature data and want to slow you acquisition down, I am assuming that you are using a thermocouple and thus are using DAQmx to read said thermocouple. If this is correct the easiest way to accomplish this is to insert a wait into the acquisition loop. The wait functions are on the Timing palette. This will hold the loop for the specified number of milliseconds before allowing it to iterate. There is an excellent shipping example titled Cont Acq Thermocouple Samples-SW Timed.vi within this example this method of holding the loop is used. as illustrated in the screen shot from the example.

What is happening is in the while loop a call to the DAQmx Read VI is made, pulling a single temperature sample from the DAQ device into PC memory. The while loop will then wait until the user specified amount of time has elapsed before iterating and pulling the next temperature sample from the DAQ device.
Thanks
Message Edited by jaced on 10-08-2007 03:31 PM
10-14-2007 12:01 AM - edited 10-14-2007 12:01 AM
Message Edited by nicholas03 on 10-14-2007 12:02 AM
10-14-2007 10:34 AM