Backed up belt detector help
Posted: Mon Nov 04, 2024 1:37 pm
I have a question that I wasn’t able to find a relevant answer for after searching and I hope you could help me.
I want to have a signal for when a belt backs up and stops moving. Right now I’m thinking about a decider that checks if two signals are both true, one for if a belt has stopped moving and one for if it is not empty. The second one seems simple, another decider that checks a belt segment in hold mode if anything > 0. For the first part though I’m stumped, not being good with combinators at all. Since a belt segment can’t be both in pulse and hold mode, I would need to wire a second, adjacent segment (the one before the one checking if it is empty) right? I have thought about a selector in random input mode, checking every 1 or 2 seconds (that’s 60 or 120, right?), outputting that to an arithmetic one (a counter) which then checks it against the maximum number it could have in that time to figure out if it is moving, but I’m lost at the how or whether it even is the right thought process.
Any help would be greatly appreciated.
I want to have a signal for when a belt backs up and stops moving. Right now I’m thinking about a decider that checks if two signals are both true, one for if a belt has stopped moving and one for if it is not empty. The second one seems simple, another decider that checks a belt segment in hold mode if anything > 0. For the first part though I’m stumped, not being good with combinators at all. Since a belt segment can’t be both in pulse and hold mode, I would need to wire a second, adjacent segment (the one before the one checking if it is empty) right? I have thought about a selector in random input mode, checking every 1 or 2 seconds (that’s 60 or 120, right?), outputting that to an arithmetic one (a counter) which then checks it against the maximum number it could have in that time to figure out if it is moving, but I’m lost at the how or whether it even is the right thought process.
Any help would be greatly appreciated.