LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Operation

Hai ,


   I have a problem to copy a particular array data in my VI. see if i choose a Start Val button and its corresponding side checkbox to choose one particular value at a time from current VI to Sub VI when i press the Copy button in this VI...Actually i have a problem that to identify the current index value which is checked....
0 Kudos
Message 1 of 6
(2,861 Views)

Hello LabView5,

you can take the slider position as an offset. Slider_position + check_box = index in array. Is this the right understanding of your problem?

Mike

0 Kudos
Message 2 of 6
(2,857 Views)
How can i measure the slider positions offset value
0 Kudos
Message 3 of 6
(2,852 Views)
Hi
 
the offset position should be the value from your chosen Slider.
Mike
0 Kudos
Message 4 of 6
(2,850 Views)
Mike actually i have coustamized the Array index Inc/Dec to Slide display. So now how to get the Slide Index value
0 Kudos
Message 5 of 6
(2,847 Views)

Hi

you can read the actual selected Index as a property of the Array. It is one under "index visible". It shows you the top left visible index. I can´t say you the english translation because i have to work with a german version.

I add an example for you.

Mike



Message Edited by MikeS81 on 01-17-2008 12:41 AM
0 Kudos
Message 6 of 6
(2,844 Views)