07-14-2016 01:37 AM
Hello,
i want to join UInt8 arrays (MSB/LSB) to a UInt16 array.
If i run this in LabView is no Problem.
But when i call from TestStand, there is no Out Parameter filled.
After i run the Teststep there are no Values in the Locals.MSBLSB Array. Is there any Parameter i had to set that LabView can write into the Locals.MSBLSB Array?
Regard,
René
Solved! Go to Solution.
07-14-2016 02:40 AM
So what values have you got in the two arrays locals.lsb and locals.msb because if these are empty arrays then you will not get any output?
Regards
Ray Farmer
07-14-2016 02:44 AM
Hi,
i make a mistake. I look to the out Array after the Test is running. After i set a Breakpoint i see the Values during testing.
Thanks for the answer