7 - 21
7 Programming
NX-series Safety Control Unit User’s Manual (Z930)
7-3 Constants (Literals)
7
7-3-2 Types of Constants
Bit String Data
Durations
Bit Strings
Notation Example Remarks
{data_type}#{base}#{numeric
_value]
word#16#0064 • Data type: BYTE or WORD
• Base: 2, 8, 10, or 16
The normalizing processing omits the base of 10 and
converts values entered as base of 8 to decimal num-
bers.
{data_type}#{numeric_value] word#100 This is interpreted as decimal data.
Times
Notation Example Remarks
{Data type}#{days}d{hours}h{min-
utes}m{seconds}s{milliseconds}ms
t#61m5s Data type: t