Hi,
The only way is to use a loop and copy the value from the 2D to 1D that you can use to pass to the sequence call. you will have to add another step which has a loop action to create your 1D array. Maybe use a None Adapter.
eg
in your post expression of the step
Locals.Array1D[RunState.LoopIndex] = Locals.Array2D[Locals.RequiredIndex][RunState.LoopIndex]
Otherwise, you are going to have to call maybe a labview adapter step and pickup your 2d array inside your code and return a 1D array. There are examples for all the code types as part of the TestStand examples.
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
