LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How does "scale multiplier" works on a chart?

Hello!

We wonder if anyone can explain how this one works? And "xscale maximum" too... in the headline it should be "xscale.multiplier". We tried to analyse it but can not figure it out... so if anyone could explain this we would be greatful. Thank you. Best regards!
0 Kudos
Message 1 of 4
(4,142 Views)
Hello Ex-jobb,

scale multiplier multiplies your input data...
Let's say you have data measured in meter and want to display this in millimeter. So you can multiply your data with 1000 to get millimeter values or set the scale.multiplier to 1000 and the graph scales the data itself (and only for display). I did this to let the user easily change the displayed unit of data. But be aware that cursors will also give you the scaled values!

Best regards,
GerdW
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(4,141 Views)
Since you asked specifically about a chart, which is time based - the multiplier determines the distance between each 2 points as a number of seconds.
If you're updating the chart every second, this should be 1. If you're updating it ten times a second, it should be 0.1 and so on.

___________________
Try to take over the world!
Message 3 of 4
(4,131 Views)
Hello!

Thank you for your help! Now we know how it works 🙂 Best regards.
0 Kudos
Message 4 of 4
(4,120 Views)