LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"*" and "numbers" patterns

Hello, world

I need help with creating a LabVIEW VI.  Input a number for the Rows, Display 3 strings.  

An input control 

A stop button 

3 string indicators. 

jason888_0-1596500653721.png

 

 

0 Kudos
Message 1 of 13
(3,228 Views)

Hi Jason,

 


@jason888 wrote:

I need help with creating a LabVIEW VI.  Input a number for the Rows, Display 3 strings.  

An input control 

A stop button 

3 string indicators. 

When you need those controls: you will find them in the controls palette when editing the frontpanel!

Once you got the "number for rows" you just need a loop to run as many iterations as the user requested…

Which help do you need?

 

You should know this forum is not intended to provide homework for free. When you have a problem with your VI you should attach your VI and point to the specific problem you have with this VI!

(When you attach VIs then I would prefer them to be saved for LV2017.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 13
(3,191 Views)

I need to create a VI look like this. 

3.PNG

This is my back panel. I'm struggling with how to make the pattern like the pic above. 

please help me!

jason888_0-1596555045105.png

 

0 Kudos
Message 3 of 13
(3,159 Views)

Hi Jason,

 

no need to start a new thread for the very same problem.

 

Mind to attach your VI? (Please provide it for LV2017 or older, when you want more help from me.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 13
(3,148 Views)

Hello, 

This is what I'm done so far. I know I need a case structure, a while loop. 

For filling inside, I don't which commends will output the string pattern. 

I'm using 2019 labview 

0 Kudos
Message 5 of 13
(3,143 Views)

@jason888 wrote:

Hello, 

This is what I'm done so far. I know I need a case structure, a while loop. 

For filling inside, I don't which commends will output the string pattern. 

I'm using 2019 labview 


When you are asked for a previous version of LabVIEW you can use Save for Previous and choose the version.

0 Kudos
Message 6 of 13
(3,127 Views)

Hi Jason,

 

I guess you were able to solve your homework by now after you had about 20 hours of spare time.

 

Hint:

The code behind the front panel not even needs the full size of that window.

And you don't need a case structure, just one loop…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 13
(3,109 Views)

Could you please show me the back panel? I feel I'm getting there but I'm really struggling with this problem. 

 

I'm doing the number of rows is input.  

0 Kudos
Message 8 of 13
(3,099 Views)

You are using LabVIEW 2020 and still failed to follow the directions to save for a previous version. Many users on this forum do not upgrade to the latest LabVIEW versions for various reasons.

0 Kudos
Message 9 of 13
(3,094 Views)

Would you tell me what commends are they under the front panel? 

I really appreciate your help! 

0 Kudos
Message 10 of 13
(3,038 Views)