I am in need of a block that will change outputs from true to false every time a new true input comes in.
So... If the output is initially false, it will change states when the input is True, then it will hold the true output until the input cycles to false and then back to true.
I'm essentially trying to make a One Shot firing swap the state of a Boolean writable until the next time the One Shot Fires.
Kind of related but on a slightly different note... Is there a way to take the remainder of a division problem and send it to a Numeric Writable? I came up with an idea to increment a counter every time the One Shot fired. Then I would take that Counter and Divide by 2. If there were a way to get the remainder from that equation, I could just use that remainder as the value for my Boolean writable.
So... If the output is initially false, it will change states when the input is True, then it will hold the true output until the input cycles to false and then back to true.
I'm essentially trying to make a One Shot firing swap the state of a Boolean writable until the next time the One Shot Fires.
Kind of related but on a slightly different note... Is there a way to take the remainder of a division problem and send it to a Numeric Writable? I came up with an idea to increment a counter every time the One Shot fired. Then I would take that Counter and Divide by 2. If there were a way to get the remainder from that equation, I could just use that remainder as the value for my Boolean writable.