TimeEvent > EventCoordination

The EventCoordination setting is used to control the coordination of time and input events. The EventCoordination setting is available only if the map has both a time trigger and one or more input triggers: the SourceEvent setting for one of the input cards is ON. The source trigger might have wildcard values. The default value for the EventCoordination setting is All or None.

Value
Description
All or None
If no source trigger exists when the time trigger occurs: this time trigger interval is skipped and nothing is run.

If one source trigger exists when the time trigger occurs: the map is run.

When the time trigger occurs, if multiple source events exist that satisfy a wildcard: multiple instances of the map are run for all event sets that exist.

FirstAvailable
If no source trigger exists when the time trigger occurs: then the map goes into pending state and waits for the first source trigger to appear, then the map runs.

If one source trigger exists when the time trigger occurs: the map is run.

When the time trigger occurs, if multiple source events exist that satisfy a wildcard: the map is run with the first known source event.