From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting a position using two voltage signals on a graph in LabVIEW

Solved!
Go to solution

Thank You everyone.

 

I worked on the application and now according to the position of the LASER on the PSD i see the movement of the dot on the graph. But what happens is when the LASE is pointing in the center, the values of X and Y must be (0,0) and it should be shown in the center. But in this case the (0,0) is shown on some corner. I want to map the position of the LASER on the PSD exactly to the graph.

 

Please help me on this.

0 Kudos
Message 11 of 12
(414 Views)
Solution
Accepted by topic author Burhanuddin

I don't have LV on this machine so I can't look at your code. If you want the graph to show (0,0) as being in the center you need to shut autoscaling off. Using the Graph properties page select the Scales tab and shut off the autoscale for both scales. Enter appropriate values for the scales e.g. -5 to 5. This will put (0,0) in the middle of the graph.

 

Hope this helps.

Now Using LabVIEW 2019SP1 and TestStand 2019
Message 12 of 12
(408 Views)