Project Code

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Toby2205
Posts: 3
http://meble-kuchenne.info.pl
Joined: Wed Jul 17, 2024 5:11 pm

Project Code

Post by Toby2205 »

Hi All
I was looking for advice too see if the code for my final project will work as expected. It has the following requirements:
>Start that hen operated will operate a relay to open a DAC hopper valve and power a relay to control machinery.
>Stop will stop the machinery running, shut the DAC hopper valve and await a reset and then power a reset required light.
>Micro switch will stop the machinery running, shut the DAC hopper valve and await a reset and then power a reset required light.
>Reset can be operated mid program or after the the stop or microswitch is actuated, it must take the code back to the start and await the start to be pressed again.
Attachments
Final Project.fcfx
(24.04 KiB) Downloaded 189 times

kersing
Valued Contributor
Posts: 193
Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 79 times
Been thanked: 64 times

Re: Project Code

Post by kersing »

Not looking at the code but at the logic you describe, what happens to the hopper valve when you reset mid program? Is that a safe situation?

Toby2205
Posts: 3
Joined: Wed Jul 17, 2024 5:11 pm

Re: Project Code

Post by Toby2205 »

When resetting it will go through the same process. However I see your point. Is it best to just have the reset move the code back to the start?

Toby2205
Posts: 3
Joined: Wed Jul 17, 2024 5:11 pm

Re: Project Code

Post by Toby2205 »

I planned for it to close the hopper to prevent anything entering the conveyors to allow time for theoretical unload clean and reset

kersing
Valued Contributor
Posts: 193
Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 79 times
Been thanked: 64 times

Re: Project Code

Post by kersing »

May-be always close the hopper at the start of the program so you are sure what the initial state is?

Post Reply