08-26-2008 01:21 PM
I am trying to do test which is stepped though in sequence. A multiple Case structure conrtains the functionality for each step (e.g. output a voltage via DAQmx, read extern velocity or torque via RS485, control extern power via GPIB, etc.). Each case requires different data type I/O and is used many times with different data values. What would be a good way to store all of the input data, save all of the output data and have the data be sequentiallt accessed by the test sequencer? I've looked at arrays but the data types are disimilar and clusters but I don't know how to sequentially address multiple clusters. Is there an elegant way to do this?
Frank
08-26-2008 02:44 PM