LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pass mixed parameters to low level Case structures

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 

 

    

0 Kudos
Message 1 of 2
(2,180 Views)

Hi Frank,

 

what about an array of clusters? Or some arrays inside the cluster?

To make a bigger program starts with designing some nice data structures...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,170 Views)