ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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
(3,526 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
(3,518 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
(3,514 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
(3,508 Views)