03-16-2014 11:39 AM
Hello,
I am trying to write a simple VI that will use the digital outputs on my NI-6353 to send a 5-bit address to a 32 channel device and then read the analog output of the device.So far I have been successful in sending the addresses to the device (a pressure scanner) and reading the response on the analog inputs but have no idea how to go about separting each channel out of the analog waveform.
Does anyone know what the approach to this would be? I have used LabView for some time but the DAQ part is new to me.
Thanks for the help!
03-16-2014 01:39 PM
03-16-2014 08:01 PM
This is basically what we are trying to do. Send the channel addresses(5 bit binary/ 32 channels) to the pressure scanner and then read the analog output from each channel.
03-16-2014 08:18 PM
03-17-2014 10:39 AM
I just through this together quickly as an example. There should be an analog read in the while loop. I will post the actual code as soon as I can get back to the office.