LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

move the curve on a graph

HI!
 
With my program in the attachement i can compare several curves on the graph. On the next step i want to move the curves on the graph, without the first curve, because this curve should be date reference-curve. I want to compare the other curves with the first curve!
To move the curves on the graph i placed four buttons to move the curve left, right, up and down.
 
I tried several solutions but when i tried to move the curve on the graph, no gurve was shown on the graph or nothing happened.
 
I hope somebody could help me, please???
 
Best regards,
 
PETER
 
 
 
 
Labview 7.1 on Windows 2000
0 Kudos
Message 1 of 5
(3,164 Views)
Sorry i have forgotten a SUBVI!
 
Best regards,
PETER
 
 
Labview 7.1 on Windows 2000
0 Kudos
Message 2 of 5
(3,154 Views)
Hi Peter,
I look to your code. But I don't found any code for 'ARROW' buttons.
That will be your problem 🙂

Best regard
 JCC (SK)
Message 3 of 5
(3,145 Views)

HI!

 

Sorry, it was the wrong version.

I have solved the problem!

In the attachement the program!

 

Best regards,

Peter Fischbacher

 

Labview 7.1 on Windows 2000
0 Kudos
Message 4 of 5
(3,143 Views)
Hi,
now is it ok.
If I can recommend to you .... run your code and chack how too much CPU time need you application. There is not good for other applications in your 'OS'.
Solution: Always (coon always) inser to 'While Loop' small delay - 'Wait' vi. In this case are 50 ms be enough.

Have a nice day.

 JCC(SK)
0 Kudos
Message 5 of 5
(3,135 Views)