2 - 41
2 Standard Functions
NX-series Safety Control Unit Instructions Reference Manual (Z931)
Data Type Conversion Instructions
2
INT_TO_DINT
INT_TO_DINT
This function converts an INT variable to a DINT variable.
If you omit an input or output parameter, a building error will occur.
This function converts INT data In to DINT data Out.
Example When Value of In Is INT#−32768 to INT#32767
• The value of Out will be DINT#−32768 to DINT#32767.
To convert DINT data to INT data, refer to DINT_TO_INT.
• The input condition depends on whether the output is safety data or standard data. If the condition is
not met, a building error will occur.
• If you set a safety data type variable for the output terminal, set a safety data type variable for the
input terminal as well.
• If you set a standard data type variable for the output terminal, you can set either a safety data type
variable or a standard data type variable for the input terminal.
Instruction Name FB/FUN Graphic expression
INT_TO_DINT Convert INT to
DINT
FUN
Variables
Name I/O Description Valid range Default
In Data to con-
vert
Input Data to con-
vert
INT#−32768 to 32767 INT#0
Out Conversion
result
Output Conversion
result
DINT#−32768 to #32767 DINT#0
Boolean Bit strings Integers Durations
BOOL
SAFEBOOL
BYTE
SAFEBYTE
WORD
SAFEWORD
DWORD
SAFEDWORD
INT
SAFEINT
DINT
SAFEDINT
TIME
SAFETIME
In OK OK
Out OK OK
Function
Additional Information
Precautions for Correct Use
INT_TO_DINT