2 Standard Functions
2 - 42
NX-series Safety Control Unit Instructions Reference Manual (Z931)
DINT_TO_TIME
This function converts a DINT variable to a TIME variable.
If you omit an input or output parameter, a building error will occur.
This function converts DINT data In to TIME data Out.
Example When Value of In Is DINT#90090090
• The value of Out is 1 day 1 h 1 min 30 s 90 ms (T#1d1h1m30s090ms).
To convert TIME data to DINT data, refer to TIME_TO_DINT.
• 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.
• If the input value is not DINT#0 to DINT#2147483647, a cast error will occur and the program will
stop.
Instruction Name FB/FUN Graphic expression
DINT_TO_TIME Convert DINT to
TIME
FUN
Variables
Name I/O Description Valid range Default
In Data to con-
vert
Input Integer DINT#0 to 2147483647 DINT#0
Out Conversion
result
Output Duration T#0ms to
T#24d20h31m23s647ms
T#0ms
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