LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Measurement Units Programmatically

I have a situation where the user will be required to manually enter the measurement units. I would like to programmatically extract all the possible LabVIEW measurement units and present those in a list or a dropdown. I don�t believe there is a way to do this but I would like to solicit any comments. Also, one of the units required is percent relative humidity, and this is not available as a LabVIEW unit.

Thanks,

Allen Weekley
0 Kudos
Message 1 of 3
(2,777 Views)
You cannot set the units programatically, but I think that I have a good programatic workaround for LabVIEW 6.1. ( I needed the event structure). This method allows you to have your own custom units.
0 Kudos
Message 2 of 3
(2,777 Views)
I tried to make the code pretty in the last minute and introduced an error. Here is the correction
0 Kudos
Message 3 of 3
(2,777 Views)