Vai al contenuto

Action Qualifiers

The time when an action associated to a step is executed depends on its action qualifier.GF_ProjectVX code implements the following action qualifiers.
QualifierDescriptionMeaning
NNon-stored (null qualifier).The action is executed as long as the step remains active.
PPulse.The action is executed only once per step activation, regardless of the number of cycles the step remains active.
If a step has zero associated actions, then it is considered as having a WAIT function, that is, waiting for a successor transition condition to become true.