LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Graph Issues

Solved!
Go to solution

I have fixed this issue in the past, but not with a filter on. When I run my VI the graph polts my data from right to left. How do I change it to plot from left to right? I have tried switching the array inputs to no avail. Any suggestions? I am fairly certain it is an easy fix, but with my limited LabVIEW knowledge I have run out of ideas for fixes. Any help would be much appreciated. Thanks!

0 Kudos
Message 1 of 4
(2,579 Views)

Hi Coulton,

 

you append new data always to the end of the array. Maybe you should prepend new data in front of the array?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,572 Views)
Solution
Accepted by topic author Coulton

Change the property of the x-axis to "inverted".

 

 

0 Kudos
Message 3 of 4
(2,563 Views)

Perfect. Thanks!

0 Kudos
Message 4 of 4
(2,557 Views)