05-18-2025 07:00 AM
Hi everyone,
I'm a beginner in LabVIEW, how can I use the numeric indicator to count the number of wins and losses? Or any other solutions?
05-18-2025 07:01 AM
05-18-2025 07:03 AM
05-18-2025 09:06 AM - edited 05-18-2025 09:08 AM
For us to give more specific advice, please explain the rules an attach your VI. Make sure to do a "save for previous" (2020 or below, e.g. 2015). This way we can see things that a picture cannot show (front panel, mechnical action settings, configure input range for the guess, code outside the picture, etc.etc.)
05-18-2025 11:08 AM
Thanks for your reminder. Below is my front panel and entire block diagram.
05-18-2025 12:37 PM
@ErinBlue wrote:
Below is my front panel and entire block diagram
No, these are just pictures.
All you need is a simple state machine. No local variable should be needed at all.
05-18-2025 08:39 PM
Oh, sorry for my confusion and misunderstanding...so, how can I use the LEDs without a local variable? My teacher taught me to just use the local variable, and he never talked about what a simple state machine is.
05-19-2025 01:54 AM
Hi, I have already been consulting with another expert for my project, and my problem has been solved. Now I understand how to build a simple state machine and enum. Thanks for your advice😊