AddSInt
This method adds an argument of the type SINT.
Syntax
METHOD AddSInt : I_TcArguments
VAR_INPUT
value : SInt;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
value | SINT | Value to be added. |
This method adds an argument of the type SINT.
METHOD AddSInt : I_TcArguments
VAR_INPUT
value : SInt;
END_VAR
Name | Type | Description |
---|---|---|
value | SINT | Value to be added. |