Parameter Areas; Plc Setup; Registered I/O Tables - Omron CJ - 09-2009 Operation Manual

Programmable controllers
Table of Contents

Advertisement

Parameter Areas

Using the Clock Pulses
P_1s
Clock Pulse Refreshing
Clock Pulse Error

9-22 Parameter Areas

9-22-1 PLC Setup

9-22-2 Registered I/O Tables

Note The CX-Programmer treats condition flags as global symbols beginning with
P_.
The Clock Pulses are read-only; they cannot be overwritten from instructions
or Programming Devices (CX-Programmer or Programming Console).
The Clock Pulses are cleared at the start of operation.
The following example turns CIO 000000 ON and OFF at 0.5 s intervals.
000000
000000
The clock pulses are refreshed even during program execution. ON/OFF sta-
tus may not be the same at the beginning and end of a program.
The maximum error in the clock pulses is 0.01% (at 25°C). For long-term,
time-based control, we recommend you use the internal clock instead of the
clock pulses. Be sure to allow for the error in the internal clock.
Unlike the data areas in I/O memory which can be used in instruction oper-
ands, the Parameter Area can be accessed only from a Programming Device.
The Parameter Area is made up of the following parts.
• The PLC Setup
• The Registered I/O Table
• The Routing Table
• The CPU Bus Unit Settings
The user can customize the basic specifications of the CPU Unit with the set-
tings in the PLC Setup. The PLC Setup contains settings such as the serial
port communications settings and minimum cycle time setting.
Note Refer to the Programming Device's Operation Manual for details on changing
these settings.
The Registered I/O Tables are tables in the CPU Unit that contain the informa-
tion on the model and slot location of all of the Units mounted to the CPU
Rack and Expansion Rack. The I/O Tables are written to the CPU Unit with a
Programming Device operation.
The CPU Unit allocates I/O memory to I/O points on Basic I/O Unit and CPU
Bus Units based on the information in the Registered I/O Tables. Refer to the
Instruction
LD
OUT
0.5 s
0.5 s
Section 9-22
Operand
P_1s
000000
439

Advertisement

Table of Contents
loading

Table of Contents