Mutually Exclusive Events¶
allows you to tell NEXUS about groups of events that should not be allowed to run at the same time.
An example would be a Span event and a Burial event: where a pipeline is buried, it cannot be in a span; where a pipeline is in span, it cannot be buried. To represent this, you could create a Mutually Exclusive Group called Span/Burial, and within that group add two event types: Span, and Burial.
This means that when you launch a Span event in IC-Inspection, if there is a Burial event running it will be saved. Similarly if you launch a Burial event while a Span event is open, the Span will be saved.