LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve MAX Custom Scale's Units.

Solved!
Go to solution

I've just completed walking myself through Labview for Scientists and Engineers (Essick) and currently building my subVI arsenal to build a multiple 4-20mA sensor automated test stand. 

 

I currently have a VI that prompts the user for a DAQmx Channel and DAQmx Custom Scale (scale setup with PSI units in MAX)  and provides this to a subVI for DAQmx calls & and data capture. 

 

The subVI  captures data from either pressure transducers, flow meters, or level sensors. 

 

The issue I'm having is I want to have my subVI provide the MAX custom scale units (PSI, GPM, Inches, etc...) out to the main VI for when I write the data to a file (with units).

0 Kudos
Message 1 of 5
(3,235 Views)

Capture.PNG

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
0 Kudos
Message 2 of 5
(3,222 Views)

That menu is located in DAQmx -> Advanced -> Scale Setup

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
0 Kudos
Message 3 of 5
(3,217 Views)

Do I have to programmaticly create the scales versus using MAX to use the Scale Property Node (to get the scaled units string) ?

 

I like having the user interface pulling the  custom MAX scales from the drop down menu.

0 Kudos
Message 4 of 5
(3,169 Views)
Solution
Accepted by ian99rt

No.  You need to set the Active Scale first and then the property node will return the scaled units of that scale.

Capture.PNG

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
Message 5 of 5
(3,154 Views)