LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with "In Range and Coerce" Vi

Solved!
Go to solution

i am dealing with time in ms but i represent it with second. nothing complex.  i can  not afford to round the time up or down because time need to be accurate. 

 

any other suggestion. ? maybe i can just minus .0001 from top level and buttom  level. 

0 Kudos
Message 11 of 13
(573 Views)

 


@sticyfinger wrote:

any other suggestion. ? maybe i can just minus .0001 from top level and buttom  level. 


That's what I did in the example attached above. Personally, I would do everything in integer milliseconds.

 

0 Kudos
Message 12 of 13
(557 Views)

On the numeric pallete there is a constant for machine epsilon which should be the smallest value the PC can represent.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 13 of 13
(552 Views)