LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

(select a measurement and display a result) change to non-selection and display all results -- How to do?

Do you have command correct? The first command is missing the '?' in the last image you posted.
0 Kudos
Message 11 of 17
(1,470 Views)

hi Dennis_Knutson, sorry for my mistake again, it's working perfectly now... thanks... can give me some asvise about plotting graph... thank a lot Dennis_Knutson.

0 Kudos
Message 12 of 17
(1,448 Views)
What sort of advice do you need? After conversion to a numeric array, you can just wire up to a chart instead of a graph.
0 Kudos
Message 13 of 17
(1,430 Views)
Xy graph( for v-i plot)... Because have 4 output measurement results (include current and voltage), I just want to select current and voltage result to plot the graph. how to retrive each result individually to plot the graph from array? Thank a lot ...
0 Kudos
Message 14 of 17
(1,411 Views)
Please any advice would be much appreciated....
0 Kudos
Message 15 of 17
(1,389 Views)
You are asking some very basic questions. Please spend some time taking any of the free tutorials.

The simplest for you would be to use the Index Array function to get the channels you want and the Express XY Graph.
0 Kudos
Message 16 of 17
(1,384 Views)

Hi all,

 

I have done the sweep voltage current and it is working perfectly. now I want to press laser"on",  the while loop and graph will start running. if I press laser "off", the while loop will stop and exit. I had tried to use case structure but it can't work...

I hope somebody will help me, thanks.

I also want to thank Dennis for the help 🙂

0 Kudos
Message 17 of 17
(1,281 Views)