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