LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I display my x and y data on a graph?

I'm a newer for Labview and trying to do something to modify a program.

 

Here I have a 4192A driver. What I am doing is try to use the x and y outputs to display on a graph. But when I used the XY graph function or the express graph, it didn't work.

 

What should I do for this?

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

Hi Michael,

 

you picked a very old example VI for the HP... See attachment: you have to collect values to plot them on an XY graph...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,430 Views)

Either will work but since the function returns scalars, you would need to use shift registers and build array functions with the regular xy graph. With the express XY, you just have to make sure the reset input has a false wired to it.

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