Buttons and switches
-
- Posts: 2
- Joined: Fri May 06, 2011 5:31 pm
Buttons and switches
is there a way to add a button than is not a momentary switch, i need to interconnect several switches and gates and momentaries will not yeild the required results. Thank you for your help
Re: Buttons and switches
You have a few options here. First you can use a T flip-flop connected to button and use it output. Another option is use one bit constant instead of button. Constant in the runtime will be switched with mouse double-click.
-
- Posts: 2
- Joined: Fri May 06, 2011 5:31 pm
Re: Buttons and switches
so constants can be manipulated dureing power on thats good to know thank you