From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically set display format minimum field width

Solved!
Go to solution

Hi all,

 

I'm designing a UI for the evaluation of a digital ASIC and wanted to programmatically set the minimum field width of a numeric control that takes a binary value. Is it possible to do this?

 

Thanks,

 

Nick

0 Kudos
Message 1 of 4
(2,628 Views)
Solution
Accepted by topic author nickstorton

Hi Nick,

 

yes, it is possible.

 

Spoiler
Set the display format using a property node…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,620 Views)
Solution
Accepted by topic author nickstorton

Create a property node for "format string" and write the desired format to it.

0 Kudos
Message 3 of 4
(2,616 Views)

Thanks guys, got it. I was looking for a specific property node for this rather than the format string.

 

Nick

0 Kudos
Message 4 of 4
(2,610 Views)