LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview washing machine simulator

Solved!
Go to solution

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?

0 Kudos
Message 1 of 5
(378 Views)

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.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 5
(333 Views)

Ok I will go through it and get back to you. Thanks

0 Kudos
Message 3 of 5
(321 Views)
Solution
Accepted by topic author ovya

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

0 Kudos
Message 4 of 5
(285 Views)

Hi, yes this gave me an idea of how state machines should be. Thank you so much, i have fiixed my errors.

Message 5 of 5
(269 Views)