Introduction; Data Area Structure; Ir (Internal Relay)Area - Omron SYSMAC C2000H Operation Manual

Hide thumbs Also See for SYSMAC C2000H:
Table of Contents

Advertisement

Data Area Structure

3-1

Introduction

Area
Acronym
Internal Relay
IR
Special Relay
SR
Auxiliary Relay
AR
Data Memory
DM
Holding Relay
HR
Timer/Counter
TC
Link Relay
LR
Temporary Relay
TR
Program Memory
UM
File Memory
FM
Trace Memory
TM
Work Bits and Words
Flags and Control Bits
3-2

Data Area Structure

16
Details, including the name, acronym, range, and function of each area are
summarized in the following table. All but the last three of these areas are
data areas. Data and memory areas are normally referred to by their acro-
nyms.
Range
Words: 000 to 236
Bits:
0000 to 23615
Words: 237 to 255
Bits:
23700 to 25515
Words: AR 00 to AR 27
Bits:
AR 00 to AR 2715
C1000H:
DM 0000 to DM 4095 (words only)
C2000H:
DM 0000 to DM 6655 (words only)
Words: HR 00 to HR 99
Bits:
HR 0000 to HR 9915
TC 000 to TC 511 (TC numbers used
to access other information)
Words: LR 00 to LR 63
Bits:
LR 0000 to 6315
TR 00 to TR 07 (bits only)
UM: Depends on Memory Unit used.
FM:
0000 to 0999 or
0000 to 1999
TM: Traces of 250 instructions
When some bits and words in certain data areas are not being used for their
intended purpose, they can be used in programming as required to control
other bits. Words and bits available for use in this fashion are called work
words and work bits. Most, but not all, unused bits can be used as work bits.
Those that can be used are described area-by-area in the remainder of this
section. Actual application of work bits and work words is described in Sec-
tion 4 Writing and Inputting the Program.
Some data areas contain flags and/or control bits. Flags are bits that are
automatically turned ON and OFF to indicate particular operation status. Al-
though some flags can be turned ON and OFF by the user, most flags are
read only; they cannot be controlled directly.
Control bits are bits turned ON and OFF by the user to control specific as-
pects of operation. Any bit given a name using the word bit rather than the
word flag is a control bit, e.g., Restart bits are control bits.
When designating a data area, the acronym for the area is always required
for any but the IR and SR areas. Although the acronyms for the IR and SR
areas are often given for clarity in text explanations, they are not required,
and not entered, when programming. Any data area designation without an
acronym is assumed to be in either the IR or SR area. Because IR and SR
addresses run consecutively, the word or bit addresses are sufficient to differ-
entiate these two areas.
Function
Used to control I/O points, other bits, timers,
and counters, and to temporarily store data.
Contains system clocks, flags, control bits, and
status information. Many words are dedicated
for use by Link Systems
Contains flags and bits for special functions,
such as write-protecting the FM area.
Used for internal data storage and
manipulation.
Used to store data and to retain the data
values when the power to the PC is turned off.
Used to define timers and counters, and to
access completion flags, PV, and SV.
Used for inter-PC communication in PC Link
Systems.
Used to temporarily store execution conditions.
Contains the program executed by the CPU.
Located in a File Memory Unit mounted to the
CPU Rack and used to store programs or data.
Used to store results from traces of program
execution.
Section 3-2

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sysmac c1000h

Table of Contents