Triggering Conditions
Aus ExpeccoWiki
The triggering conditions of a block specify which triggering input pins must have received data to trigger an activity.
There are 3 possible triggering conditions:
- AndConnected (Default)
All connected input pins must have received data. - And
All input pins must have received data. - Or
At least one input pin must have received data.
Please note that an elementary block has to check on its own whether a pin has received valid data. The expecco API provides appropriate method calls.
The full online documentation can be found under: Online Documentation