TO_SINT
Function name
TO_SINT
ST call
PROGRAM TO_SINT_DEMO VAR I1: SINT; R1: REAL; END_VAR I1:=TO_SINT(R1); END_PROGRAM
Description
The function brings the whole number of the input value to the output.
Inputs
Input | Type | Description |
IN | ANY_ELEMENTARY | Input value |
Outputs
Output | Type | Description |
⇒ | SINT | Output value |