Hi
I have included momentary push buttons (i.e. action = tap) to simulate NC push buttons.
Thus, I have checked the option "TAP False".
It works in steady state, but previously, when I am starting the simulation the user must push this button once in order to make it work properly.
Although it is not a big problem, it should not be this way. Does someone knows if it is a bug, or am I missing something?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have included momentary push buttons (i.e. action = tap) to simulate NC push buttons.
Thus, I have checked the option "TAP False".
It works in steady state, but previously, when I am starting the simulation the user must push this button once in order to make it work properly.
Although it is not a big problem, it should not be this way. Does someone knows if it is a bug, or am I missing something?
Hello,
This is normal operation of the simulation mode. You have to press the button once so that it takes the correct value.
To avoid this, you can initialize the variable associated with the button to the false value.
BR
Thank you. It works