LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert 5 number manually to array

Solved!
Go to solution

Hi every one ,

 

I want to press 5 number by slider manually to array . 

can you help me , how i do it .

thanks 

0 Kudos
Message 1 of 15
(4,179 Views)

Hi Himmel,

 

use the BuildArray function to build an array…

 

You know this is pretty basic LabVIEW stuff explained in the beginner tutorials?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 15
(4,175 Views)

can you provide more details

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 3 of 15
(4,174 Views)

I know but every time I want a number and  I want the numbers  press in each element in array . 

0 Kudos
Message 4 of 15
(4,171 Views)

I want to convert  5 different  numbers   to array . but I have just 1 control (slider ) . 

0 Kudos
Message 5 of 15
(4,165 Views)

Hi Himmel,

 

and how do you want to put 5 values into an array using just one slider control?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 15
(4,144 Views)

and start my problem from hier .  slider simulates as a Sensor . I want sensor sends the value as a number and after 5 number are sent  . they  are creat as a array . I want it by for loop . but I can`t .

 

0 Kudos
Message 7 of 15
(4,133 Views)

Loop is already a good start.

 

Next key words you should look up:

- Shiftregister

- Build Array function

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 8 of 15
(4,126 Views)

Try to post your original code which you are trying?

Hope your Requirment looks simple but its not providing clear understanding.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 9 of 15
(4,121 Views)

this is my project . I marked  the PART, that i can`t solve.

0 Kudos
Message 10 of 15
(4,113 Views)