Enable Input Pin
Aus ExpeccoWiki
The enable input pin is an additional triggering pin for a step. Since the incoming value is not used, there are no restrictions about the datatype. These pins are needed when an block has no or only non-triggering input pins. In case of a diagram without data flow (i.e. only control flow) enable output pins the resulting diagram represents a pure flow chart. Simple activities, such as in naive keyword driven test tools, are modeled by a strictly sequential flow chart (a single chain of activities, which are connected via a single thread of eno-eni connections).
Example: The steps are executed sequential. The enable output pin is connected to the enable input pin of the next step. After the execution of the first step, the second one will be executed.
Back to the Pin Documentation: Pin
Back to the full online documentation: Online Documentation