LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Paint on a Graph XY

Hello,

 

I am making a program to control two DC motors. I write a word in the program and the engines draw it on paper.
Now I need to see on the screen the moves that are making the engines, for that I have two values for a graph X and Y, but i don't know how to draw on the graph with this data, just I get to move the pointer.

 

Thanks for the help
Greetings

0 Kudos
Message 1 of 5
(3,118 Views)

Look at the example called "Draw Graph with Events.vi".

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 2 of 5
(3,105 Views)

I was looking the example but it can't still work. I don't know what to change in the example

0 Kudos
Message 3 of 5
(3,039 Views)

 "can't work" is not a sufficient error description.  You have to be more specific about what you're trying to do and where you're having problems.  Post your attempt at coding (add comments) along with the data that generates the graph and perhaps I can help you out...

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 4 of 5
(3,010 Views)

I understand that the "graph" is building up continuously during the movement.

A graph draws an array and if a new array is going to be displayed, the old one is removed....


So what you have to do is to create an array and then replacing data during movement.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 5 of 5
(3,007 Views)