LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing format of array numeric

I would like to great a Sub-vi that has a Reference to a Strict type-def as an input and a display "mode" input so that I can click a radio button and change the display from Hex to Decimal and vice versa.  I know how to do this by writting to the format property node when it's statically linked, but I can't seem to get to it through the reference.
 
The left side of the attached vi demonstrats what I'm trying to achieve... the right hand side is as far as I've got so far.
 
Thanks in advance for any assistance.
 
Derek
0 Kudos
Message 1 of 3
(2,274 Views)
Hi Derek,

the attached vi should do the trick... You have to be more specific to set the Format property of the array elements!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,268 Views)

Excellent... thank you Smiley Happy

I'd seen Element array, looked under it looking for the format property, but off course it'll just be a refnum at that point.... all makes sense now.

Thank you again.

 

Derek 

 

 

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