LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog input with PCI-6033E and assign a specifc output based on each input

I am trying to take an analog input, from a PCI-6033E (DC voltage), and assign a specifc output based on that input (voltage).  I have an excel table with all of my possible inputs and the specific output for each of those inputs.  Would an array work for this.  If so how? 
0 Kudos
Message 1 of 2
(2,400 Views)
Hi Phil,

I am assuming you are using DAQmx.  You should be able to create analog input and output tasks and not use the DAQmx Timing VI (thus setting up your task for software timing.  This should work for you application since you are simply reading and writing DC values), then use the DAQmx Read and DAQmx Write VIs in a while loop to read and write your values.  You will most likely need some kind of case structure to select what values to write depending on the values you are getting from your DAQmx Read.

Thaison V
0 Kudos
Message 2 of 2
(2,386 Views)