AddConstraint
Adds a copy of a dynamic constraint to the container. If the dynamic constraint changes afterwards, the value in the container will not reflect that change.
Syntax
Definition:
METHOD AddConstraint
VAR_INPUT
Constraint : Reference To IPlcDynamicConstraint;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
Constraint |
Reference To IPlcDynamicConstraint |
A reference to the constraint to be added. |