PART 1: CX-Programmer
OMRON
CHAPTER 2 – Quick Start Guide
CX-Programmer _Page 15
NUMBER
A literal numeric value - not an address. The value can be signed, or floating
point. NUMBERs are used for any literal value or for timer/counter identifiers
(for TIM/CNT, only unsigned integer values are allowed).
Floating point values are only suitable within IEEE REAL type operands.
Note: When used as BCD number operands, the value is treated as if it were
entered in decimal with a ‘#’ on the front. E.g. using a NUMBER ‘1234’ is
equivalent to typing ‘#1234’ as the operand, so that the decimal
interpretation is made of the value.
The value of a NUMBER data type is assumed to be decimal, unless it is
prefixed with '#' for a hexadecimal value.
Note: NUMBERs entered in hexadecimal are converted to decimal for BCD
operands (e.g. a NUMBER defined as ‘#10’ will appear as ‘#16’ for a BCD
operand).
REAL
Address of a double word floating point value (IEEE format - use the UDINT
type for the BCD, FDIV format).
LREAL
Address of a long word floating point value (IEEE format - use the ULINT
type for the BCD format).
UDINT
Address of an unsigned, double binary word.
UDINT_BCD
Address of an unsigned, double BCD word.
UINT
Address of an unsigned, single binary word.
UINT_BCD
Address of an unsigned, single BCD word
ULINT
Address of an unsigned, quad binary word.
ULINT_BCD
Address of an unsigned, quad BCD word.
WORD
Address of a bit string of 16 bits.
DWORD
Address of a bit string of 32 bits.
LWORD
Address of a bit string of 64 bits.
TIMER
Used for a timer number, Timer Completion Flag, or timer present value.
Note: TIMERs can be used only for CJ2 CPU Units with unit version 1.0 or
later and only with CX-Programmer version 8.3.
COUNTER
Used for a counter number, Counter Completion Flag, or counter present
value.
Note: COUNTERs can be used only for CJ2 CPU Units with unit version 1.0
or later and only with CX-Programmer version 8.3.
STRING
The data is handled as character strings. The size can be set between 1 and
255 characters.
Each program within a PLC has a ‘local’ symbol table that consists of symbols that are for use specifically in
that program. Each PLC within a project has a ‘global’ symbol table that consists of symbols that can be used in
any of its programs. When a PLC is added to a project, its global symbol table is filled with a pre-set list of
symbols, dependant upon PLC type.
Each symbol name must be unique within its table. However, it is possible to use the same name in a local and a
global table – in this case, the local symbol takes precedence over the global symbol of the same name.
Содержание CX-PROGRAMMER V9
Страница 1: ...Cat No W446 E1 12 CX Programmer Ver 9 CXONE AL_C V4 AL_D V4 SYSMAC OPERATION MANUAL...
Страница 2: ......
Страница 3: ...SYSMAC CX Programmer Ver 9 CXONE AL C V4 AL D V4 Operation Manual Revised July 2010...
Страница 4: ......
Страница 6: ......
Страница 32: ......
Страница 33: ...PART 1 CX Programmer...
Страница 34: ......
Страница 91: ......
Страница 111: ......
Страница 191: ...PART 1 CX Programmer CHAPTER 4 Reference OMRON CX Programmer _Page 108...
Страница 217: ......
Страница 233: ......
Страница 234: ...PART 2 CX Server PLC Tools...
Страница 235: ......
Страница 243: ......
Страница 249: ......
Страница 261: ...PART 2 CX Server PLC Tools CHAPTER 2 PLC Memory Component OMRON CX Server PLC Tools_Page 18...
Страница 280: ......
Страница 333: ......
Страница 377: ......
Страница 409: ......
Страница 430: ......
Страница 431: ...PART 3 CX Server Runtime...
Страница 432: ......
Страница 476: ......
Страница 482: ......
Страница 498: ......
Страница 524: ......
Страница 534: ......
Страница 535: ......
Страница 536: ......