LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programatically create array by graph

Hi
 
I would like to create 2 of 1D array by programatically draw line on XY graph. Could anybody help me? 
 
MS_CJ
0 Kudos
Message 1 of 7
(2,702 Views)
Hi MS_CJ,
you can use a for loop to create arrays. Which values do you need?
Mike
0 Kudos
Message 2 of 7
(2,700 Views)
Hi MS_CJ,
   what you want is that the user draws something on the graph, and this is converted to an array?

graziano
0 Kudos
Message 3 of 7
(2,698 Views)

Hi Mike S81

I want to build the look-up table by drawing characteristic curve of machine into table instead of plotting each them.

MS_CJ

0 Kudos
Message 4 of 7
(2,694 Views)

Hi Graziano

Yes, your understanding is correct. Could you help me?

MS_CJ

0 Kudos
Message 5 of 7
(2,690 Views)

Hi MS_CJ,

attached you will find a short example. You have to add an offset for the position of the xy graph, but it shows how you can do it.

Hope it helps.
Mike

0 Kudos
Message 6 of 7
(2,679 Views)

Hi Mike S81,

Thank you very much for your example.  It meets my need.

MS_CJ

0 Kudos
Message 7 of 7
(2,670 Views)