08-03-2020 07:27 PM
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.
08-04-2020 12:32 AM - edited 08-04-2020 12:33 AM
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.)
08-04-2020 10:32 AM
I need to create a VI look like this.
This is my back panel. I'm struggling with how to make the pattern like the pic above.
please help me!
08-04-2020 10:49 AM
08-04-2020 10:56 AM
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
08-04-2020 11:49 AM
@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.
08-04-2020 01:03 PM - edited 08-04-2020 01:07 PM
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…
08-04-2020 01:21 PM
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.
08-04-2020 01:35 PM
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.
08-04-2020 04:43 PM
Would you tell me what commends are they under the front panel?
I really appreciate your help!