Hello together
In the EnablingSwitchSelection addon it is necessary to have two different inputs for the signal EnablingSwitchPressed.
Is it possible to change this?
In ATMO1 we have a standard PnozMulti solution to handle until 3 EnablingSwitch. The signal enabling sitch pressed is coming only from the pnozMulti. Inside the pnozMulti it will be handled, that depending on the selection the signal will be setted.
At the moment, I have to define 2 flags and set them in the plc to be able to work with the addon.
Is it necessary to check those inputs to be unequal?
The flag solution works, but it's not looking sexy 😉
Thanks in advance