NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

array out parameter from labview

Solved!
Go to solution

Hello,

 

i want to join UInt8 arrays (MSB/LSB) to a UInt16 array.

LSBMSBJoin.PNG

If i run this in LabView is no Problem.

But when i call from TestStand, there is no Out Parameter filled.

Teststand2014LSBMSB.PNG

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é

 

 

0 Kudos
Message 1 of 3
(3,006 Views)
Solution
Accepted by renek

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

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,999 Views)

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.Smiley Embarassed

 

Thanks for the answer

0 Kudos
Message 3 of 3
(2,997 Views)