09-01-2024 09:13 PM
Hey guys, I'm new to labview. i have been working on this for only a few months and currently im making a washing machine simulator. It is a really simple one, you should turn on the machine, put in mode and start the machine. i have it all done but my programme does not run. there are no errors in it that prevents it from running. I think im using the state machine wrong.
Can you guys please help?
Solved! Go to Solution.
09-02-2024 01:44 PM
Avoid loops inside loops. You can combine them into a loop with a state machine. The same rule applies to the first start loop.
I would recommend you spend some time going through Exercises and Samples Exams for CLD preparation.
09-03-2024 02:22 AM
Ok I will go through it and get back to you. Thanks
09-03-2024 03:00 PM - edited 09-03-2024 03:02 PM
Hi Ovya,
Your code is from newer version of LabVIEW so I cannot see it but I am attaching a solution to a washing machine problem that some guy asked for in a different post (Quick version).
Hope this gives you some ideas.
X
09-04-2024 01:34 AM
Hi, yes this gave me an idea of how state machines should be. Thank you so much, i have fiixed my errors.