Jim,
The testData cluster cannot handle an array of data. You have several
options.
1. Make a custom step type to handle this. Download
CreatingWaveformStepType-LabVIEW.zip from ftp://ftp.ni.com/incoming/
The Word document in this file explains how to make a step type for your
specific needs. In my opinion, this is the best option. Eventually, this
example will be in the examples database at www.ni.com/support/edp/
2. Pass the array back to TestStand and evaluate the array using different
steps.
3. Evaluate the array in LV and pass the result back to TestStand.
Paul Mueller
NI
Jim Lee wrote in message
news:38be56f2@newsgroups.ni.com...
>
> Is there a way of making the current testdata cluster in LabView/TestStand
> handle
> an array of da
ta and limit check it also? Thanks