LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string to array urgent~!

want to ask izit after can plot to my graph?
0 Kudos
Message 11 of 51
(1,328 Views)
forget the previous msg...
actually i want is to make the source value and measure value to plot in the graph..can this be done?
0 Kudos
Message 12 of 51
(1,323 Views)
can anyone help me to solve the prob?
connect the measure value n source value to the XY graph
thx~!
0 Kudos
Message 13 of 51
(1,310 Views)

Just before you wire these to the graph, you need to convert the string to numeric, most likely "double", because of fractions.

See attached the image.

Message Edited by JoeLabView on 09-06-2007 03:28 PM

0 Kudos
Message 14 of 51
(1,302 Views)

I would do it even simpler: 😄

Or even simpler than that! 😄

Message Edited by altenbach on 09-06-2007 12:39 PM

Download All
Message 15 of 51
(1,298 Views)

LOL! Altenbach!

You're the Wizard of Simplicity!!  😄

0 Kudos
Message 16 of 51
(1,276 Views)
how to make the VI graph only have one input?
can show me the .vi file?sorry new user here

0 Kudos
Message 17 of 51
(1,266 Views)

If you just want to plot one of the values, look at Joe's example. Take the array you want and wire it to a graph.

There are some on-line (and free) resources available for learning the basics of LabVIEW. Check the links at http://www.ni.com/academic/lv_training/how_learn_lv.htm.

0 Kudos
Message 18 of 51
(1,260 Views)
Delete everything you don't see in my image(e.g. the blue xy graph express VI) and keep only the terminal labeled "VI graph".
This terminal ALWAYS has only a single input. Just wire the output of my loop to it. Voila!
0 Kudos
Message 19 of 51
(1,254 Views)
how do I save the graph?
0 Kudos
Message 20 of 51
(1,248 Views)