LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set physical min/max values for a scale in xy graph?

Hello,

I have troubles with the way LabView handles physical units in xy graphs. In particular, I use a time scale for the x axis.
The values are timestamps and have the unit [s]. Now I want to read write the min max values for this scale via
property nodes. It seems that the properties for min max do not support the use of the unit I use for the data for
that same axis. This is very inconvenient and I am not even sure which kind of data to use at all for this properties.

Is it simply converting to/from [s] using the unit converter?

(I am using LabView 7.1 for the programm in question).

Thanks,

Olaf
0 Kudos
Message 1 of 3
(2,699 Views)
Hi Olaf
 
 
"It seems that the properties for min max do not support the use of the unit I use for the data for that same axis."  
 
 
What are the units you are using? can you make it a littlebit clear.

 
 
You can change the units also using Property node.
Just check the attachment once. If that is what you are looking for, then the problem is solved.
 
Regards
Anil

Message Edited by reddy on 05-23-2006 05:25 AM

Message Edited by reddy on 05-23-2006 05:27 AM

0 Kudos
Message 2 of 3
(2,690 Views)
You must get rid of the units before assigning values to the range properties.
You can do it using Cast Unit Bases (Conversion palette).Cast your time stamp to a unitless constant.

Paolo
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 3 of 3
(2,675 Views)