TO_DWORD
PROGRAM TO_DWORD_DEMO VAR D1: DWORD; INT1: INT; END_VAR D1:=TO_DWORD(INT1); END_PROGRAM
The function brings the bit value of the input value to the output.
Input | Type | Description |
IN | ANY_ELEMENTARY | Input value |
Output | Type | Description |
⇒ | DWORD | Output value |