03-18-2008 11:11 AM
03-19-2008 02:12 AM
Hi vineetmv,
from where did you read your values? Did you using DAQmx. Can you show the part of code you have right now?
Mike
03-19-2008 07:54 AM
i am attaching the code. the top part of the block using daqmx is used to send pre determined values to the digital port (port 0)of ni daq 6009 with some delay. there are 4 digital values as 1,2,4,8 and it again starts from the first in the loop. the bottom block using daq assistant is to read the analogue input from a single point in the hardware. each time a digital signal is send, then an anlogue input would be read and it is displayed in the waveform chart and in the color ramp. the external hardware is a thermal sensor and the change in temperature is shown using color ramp. when the first digital signal is send, then it should read the analogue input and show in the first waveform graph. when the second digital signal(2) is send, then it should read the anlogue input and show in the second waveform.........but i tried using index array to solve this problem. all the waveform charts are showing the same data simoltaneously instead of first input in the first wave form chart and the second input in the second waveform chart..... can anyone help me to solve this problem.
thanks
vineet
03-20-2008 11:56 AM
03-21-2008 10:20 AM
03-26-2008 06:43 AM
03-26-2008 06:46 AM
thanks for the reply. the labview version i am using is 8.2. so this program cannot be loaded. is there anyway to hold a particular signal from the hardware untill the next value is attained.
thanks
vineet
03-26-2008 07:45 AM
03-26-2008 08:34 AM
Prashant,
I think you are mis-reading the req's.
The user is trying to implement their own multiplexing (like what happens in SCXI).
Ben
03-27-2008 06:36 AM