NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property Export/Import names to each array element in a [Array of containers] ?

Hello,

 

is there a solution (i did not find one) to pass custom names given to each array element  through a property export.?

 

04_Dat {Locals} Bytes_Out {Container [0] .. [5]} Byte1 {String} Byte2 {String} Byte3 {String} Byte4 {String}
04_Dat {Locals} Bytes_Out[0] "Set" 02 hz6 67u er
04_Dat {Locals} Bytes_Out[1] "Reset" 777 77utu 67uki erfgfg

 

The text marked in Red is what I expect.

 

0 Kudos
Message 1 of 3
(737 Views)

I don't think this is possible to do this way.  I tried putting the name inside the square brackets with no luck.

 

My guess is you could try using an Alias file: https://zone.ni.com/reference/en-XX/help/370052AA-01/tsexamples/infotopics/property_loader_limits_wi...

 

Or you could see if the source code from the import/export tool is there and modify it.  This would be trickier I think. Code is here: C:\Program Files (x86)\National Instruments\TestStand 2019\Components\PropertyLoader and is written in C#.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(695 Views)

thanks jigg

0 Kudos
Message 3 of 3
(688 Views)