LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scale precision - LabVIEW 8.5

I seem to be having a problem related to keeping a scale precision to 0 digits of precision.  I have even specified advanced formatting using format string of %d and it does not work.  This problem seems to be related to the issue raised here:

http://forums.ni.com/ni/board/message?board.id=170&message.id=206365&query.id=45575#M206365

Specifically, the digits of precision changes from 0 to 1 on an intensity graph when I rewrite to a local variable of the intensity graph.

Anybody have a workaround?

Thanks,

Don


0 Kudos
Message 1 of 3
(2,505 Views)

Hello Don,

As the R&D department stated, a good option is to use the %d in the advanced editing mode. In the VI, you can also write the format string to a property node, and programmatically set digits to 0. The R&D department are revising this behavior at the moment.

Regards,

Juan Galindo

Juan Galindo
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,465 Views)
Tried those things (including %d option as I stated above, & property node strategy, etc.).  None of those things work.

Don
0 Kudos
Message 3 of 3
(2,457 Views)