03-22-2006 09:41 AM
03-22-2006 10:38 AM
@nmul wrote:
hiim 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
03-23-2006 04:18 AM
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)