I used this in the traffic lights with delay to achieve the sequence with only four timers, however even at high scan rates there is a noticeable blip in the middle of both reds being on, the moment where the cascade resets. there are no lights on briefly and every now and then a car slips through. is this just a result of the simulation or is this a poor way to do traffic lights? basically my logic is: four timer cascade (10,80,40,10) >>> osr flipflop >>> logic for light outputs based on timer TTs and direction controlled by flipflop thanks for these videos, they have been a big help for me :)
There are certainly other ways to make the compressors alternate. This is the first solution I thought of using only the instructions available in the "bit" tab. You could use a counter that increments 1 count for every switch of PE1 and have one motor operate when the counter ACC is even, and the other motor operate when the ACC of the counter is odd. There are other more advanced functions you could use for this job as well, but my interpretation of the instructions was that you're supposed to use the most basic instructions you can.
@@elmeonline9932 Counter isn't allowed. You need just relay logic and even OSR isn't a professional solving to the problem. If you have an email I can send it. It took me some hours to do it by the way.
I guessed could do it with a flip-flop, but used a similar latch based on a 2-bit relay counter(not the CTU instruction) because using OSR isn't allowed. It's the same result with about 40 inputs. Actually, this job could be done only with 5v-220v relays and push buttons.
Thank you for this explanation
I used this in the traffic lights with delay to achieve the sequence with only four timers, however even at high scan rates there is a noticeable blip in the middle of both reds being on, the moment where the cascade resets. there are no lights on briefly and every now and then a car slips through. is this just a result of the simulation or is this a poor way to do traffic lights?
basically my logic is:
four timer cascade (10,80,40,10) >>> osr flipflop >>> logic for light outputs based on timer TTs and direction controlled by flipflop
thanks for these videos, they have been a big help for me :)
Hello is there anyway to make rungs 5 & 6 without the use of the OSR?
There are certainly other ways to make the compressors alternate. This is the first solution I thought of using only the instructions available in the "bit" tab. You could use a counter that increments 1 count for every switch of PE1 and have one motor operate when the counter ACC is even, and the other motor operate when the ACC of the counter is odd. There are other more advanced functions you could use for this job as well, but my interpretation of the instructions was that you're supposed to use the most basic instructions you can.
yes. I used 2-bit latch.
@@elmeonline9932 Counter isn't allowed. You need just relay logic and even OSR isn't a professional solving to the problem. If you have an email I can send it. It took me some hours to do it by the way.
I guessed could do it with a flip-flop, but used a similar latch based on a 2-bit relay counter(not the CTU instruction) because using OSR isn't allowed. It's the same result with about 40 inputs. Actually, this job could be done only with 5v-220v relays and push buttons.