Difference between revisions of "Shutter:Logic"
Jump to navigation
Jump to search
(Created page with 'Logic defines the behaviour of events which will cause actions to be triggered. * '''ALL''' - All events must be in triggered state together, monitored continuously. * '''AND'''…') |
(navigation) |
||
Line 1: | Line 1: | ||
+ | {{Up:Shutter}} | ||
+ | |||
Logic defines the behaviour of events which will cause actions to be triggered. | Logic defines the behaviour of events which will cause actions to be triggered. | ||
Revision as of 14:52, 24 May 2010
Logic defines the behaviour of events which will cause actions to be triggered.
- ALL - All events must be in triggered state together, monitored continuously.
- AND - Every event must be triggered once, independently of each other.
- OR - Any event must be triggered once.
- 1BY1 - Each event must be triggered once, one after another.
If you are not sure which logic to choose, simple use the default "ALL" logic which normally satisfies most used scenarios.