08-29-2011 03:45 PM
I try to control cDAQ-9172' output to get series number.Maby arry is a good way.firstly,I create a array and enter 0,1,2,3,4,5,67,8.I try to get cDAQ-9172' output 0,1,2,3,4,5,67,8.But,how do I do?
08-30-2011 02:37 PM
What module are you using in the cDAQ-9172 ? How are you reading the values to confirm they are sent correctly?
In the block diagram right click and go to Measurement I/O>>NI-DAQmx. This tools pallet will have everything you need to communicate with your device.
Kyle K.
08-30-2011 04:13 PM
The model is NI9263
08-30-2011 05:27 PM
Array manipulation is really a basic fundamental skill in programming - in LabVIEW or any other language. Have you taken the basic LabVIEW tutorial? Do you understand how a for loop will automatically index an array? Put the array outside the loop and place an indicator inside to see what happen. What about the Index Array function? Wire up your array to it with a control wired to the index input. Create an indicator and experiment.
08-31-2011 11:34 AM
Thank you.I'll try.