LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph scales

Hello friends, 

I have an issue which seems basic but I can't fix it anyway. I wanna set the y axis of a graph from an ".uir" so that the minimum is 0 and the maximum is 100 with an increment of 5. As you can see in the pictures down below, the maximum becomes 500 and the increment is 50 🤔🤔🤔

1.JPG2.JPG

0 Kudos
Message 1 of 3
(2,082 Views)

Hi,

This is because of your "Gain" setting of 5 - which multiplies all scale values by 5. The second reason is that you should not check "Auto Divisions", but set the number of divisions manually to 20 (100 divided by 5). This will give you the desired result 🙂

0 Kudos
Message 2 of 3
(2,035 Views)

Thank you very much I'll do that!


 

0 Kudos
Message 3 of 3
(2,027 Views)