Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

user draws data onto graph and then run system the the data on graph

hi
im doing a college project in labview 7.0.I would like your help to know if there is a control in lab view that allows the user to specify the data for a system by drawing it on a graph while the program is running. The data then will be taken from the graph to controll temperture in a chamber?
 thanks for your help
0 Kudos
Message 1 of 3
(2,844 Views)


@nmul wrote:
hi
im doing a college project in labview 7.0.I would like your help to know if there is a control in lab view that allows the user to specify the data for a system by drawing it on a graph while the program is running. The data then will be taken from the graph to controll temperture in a chamber?
 thanks for your help



I would think a 2-d array with the different temperatures and dwell times would work.
0 Kudos
Message 2 of 3
(2,837 Views)

Hi,

  you can actually use a graph as a control if you're sneaky.

Add a cursor, and then track the position of the cursor in a loop, or the position whenever a button is pressed, building up an array of positions as you go. You can even draw this back on the graph if you like.

The tricky part is when you go inbetween to existing points, assuming time only ever goes forwards, then you need to re-order the points in the array.

Hope that helps.

Thanks

Sacha Emery
National Instruments (UK)

// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 3 of 3
(2,828 Views)