LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Z-Axis Scale Position

On my Z-Axis scale, numbers over 100 overhand the ramp.  How can I reposition the numeric scale?

paul_a_cardinale_1-1681593391114.png

 

0 Kudos
Message 1 of 7
(920 Views)

@paul_a_cardinale wrote:

On my Z-Axis scale, numbers over 100 overhand the ramp.  How can I reposition the numeric scale?

paul_a_cardinale_1-1681593391114.png

 


Uncheck the Auto scale if its checked and set value anything above 100 so that you can have space to Visualize.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 7
(906 Views)

@PalanivelThiruvenkadam wrote:

@paul_a_cardinale wrote:

On my Z-Axis scale, numbers over 100 overhand the ramp.  How can I reposition the numeric scale?

paul_a_cardinale_1-1681593391114.png

 


Uncheck the Auto scale if its checked and set value anything above 100 so that you can have space to Visualize.


That doesn't work.

0 Kudos
Message 3 of 7
(896 Views)

Can you attach the code with data to plot?

 

It is easy to debugg when you have a data.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 7
(855 Views)

@PalanivelThiruvenkadam wrote:

Can you attach the code with data to plot?

 

It is easy to debugg when you have a data.


This has nothing to do with code.

This has nothing to do with data.

This has nothing to do with debugging.

It's about the cosmetics of an indicator.  I want to move the numeric scale to the right so 3-digit numbers don't overhang the ramp.

0 Kudos
Message 5 of 7
(851 Views)

@paul_a_cardinale wrote:

It's about the cosmetics of an indicator.  I want to move the numeric scale to the right so 3-digit numbers don't overhang the ramp.


I would just start with a new graph indicator, this one seems corrupt. Nothing else you can do.

 

Note that if the problem exists on the x or y axis, a right-click...advanced...reset scale layout will do the trick, but it seems that it does not fix the scale of the z axis.

 

These problems mostly seem to occur some time after you randomly change the font justification settings of graphs, so don't do that! There is an obvious bug in the code that incorrectly calculates offsets if the font justification is not at the default. Note: This is my personal wild guess derived from almost 30 years of LabVIEW use. Same problem can occur with anything that has scales, e.g. sliders too).

0 Kudos
Message 6 of 7
(844 Views)

@paul_a_cardinale wrote:

@PalanivelThiruvenkadam wrote:

Can you attach the code with data to plot?

 

It is easy to debugg when you have a data.


This has nothing to do with code.

This has nothing to do with data.

This has nothing to do with debugging.

It's about the cosmetics of an indicator.  I want to move the numeric scale to the right so 3-digit numbers don't overhang the ramp.


 

Is this the one you wanted to Achieve?

 

PalanivelThiruvenkadam_1-1681663430003.png

 

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 7 of 7
(837 Views)