Chapter 8 - Representing Data with Graphics Objects
EasyBuilder includes several active graphics objects or ‘parts’ which are used to represent data that is stored in the
PLC or internal memory of the OIT. The data represented can be single bit coils, 16-bit, 32-bit, or 64-bit registers.
The data can be represented as numbers, ASCII characters, or as graphic shapes or bitmaps. This chapter focuses on
only parts that perform relatively simple functions. More complex parts used for alarms, trending, etc. will be
reserved for later chapters.
Using In ter nal Data Mem ory of OIT
The Silver Series contains internal data memory, which can be used to store information that either must be sent to
or received from the PLC. The OIT has two types of Internal Data Registers; Local and Recipe. When using local
registers, Local Word and Local Bit, the OIT retains the data stored for as long as the OIT is operating. Once power
is removed, all data stored inside the OIT is lost.
When using Recipe registers, Recipe Word and Recipe Bit, the OIT retains the data stored even when power is
removed. The recipe registers data is maintained using the OIT internal battery.
The following chart shows the memory available in the OIT:
Name
Range
Description
LW
(Local Word)
0-9999
These are internal data registers which can be used to store 16-bit, 32-bit, or 64-bit
values.
LB
(Local Bit)
0-9999
These are internal coil registers which can be used to store two-state values
Ms_LW
(Master-Slave
Local Word)
0-9999
These are internal data registers used for OIT-OIT Master/Slave communications. When
you configure a slave OIT with these addresses, the slave will read/write to the
corresponding LW address in the master OIT. This can be used to exchange
information between slave and master OITs.
Ms_LB
(Master-Slave
Local Bit)
0-9999
These are internal data registers used for OIT-OIT Master/Slave communications. When
you configure a slave OIT with these addresses, the slave will read/write to the
corresponding LB address in the master OIT. This can be used to exchange information
between slave and master OITs.
RWI
(Recipe Word
Index)
0-32767
Reserved for recipes. The address referred to by an RWI device is actually the specified
address plus an indexed offset. The offset is the value in address LW9000.
RW
(Recipe Word)
0-65535
Reserved for recipe registers.
Ms_RW
(Master-Slave
Recipe Word)
0-65535
Reserved for recipe words when using multiple OITs
RBI
(Recipe Bit Index)
00-2047F
Reserved for recipes. The address referred to by an RBI device is actually the specified
address plus an indexed offset. The offset is the value in address LW9000. The bit is
addressed as a hex digit placed at the end of the word address.
RB
(Recipe Bit)
00-2047F
Reserved for recipe bits. The RB device allows Bit-level access to recipe data. RB
devices use same memory area as the RW devices. They reference the first 10 bits of
each RW. For example, Bit RBO is Bit 0 in RWO: Bit R10 is Bit 0 in RW1, RB50 is Bit 0
in RW5. The bit is addressed as a hex digit placed at the end of the word address.
Ms_RB
(Master-Slave
Recipe Bit)
00-4095F
Reserved for recipe bits when using multiple OITs. The bit is addressed as a hex digit
placed at the end of the word address.
Part of the Local Word (LW9000-9999) and Local Bit (LB9000-9999) registers are reserved for internal use by the
OIT:
1010-1001a, Rev 02
Rep re senting Data with Graph ics Objects
163
Summary of Contents for Silver HMI504T
Page 1: ...1010 1001A Rev 02...
Page 32: ...1010 1001a Rev 02 28 Silver Series Installation Operation Manual...
Page 128: ...1010 1001a Rev 01 124 Silver Series Installation Operation Manual...
Page 156: ...1010 1001a Rev 02 152 Silver Series Installation Operation Manual...
Page 166: ...1010 1001a Rev 02 162 Silver Series Installation Operation Manual...
Page 216: ...1010 1001a Rev 01 212 Silver Series Installation Operation Manual...
Page 251: ...1010 1001a Rev 02 Macros 247 Set Bit Objects Attributes Dialog Project Example of Add 2...
Page 264: ...End Macro_Command 1010 1001a Rev 02 260 Silver Series Installation Operation Manual...
Page 268: ...1010 1001a Rev 01 264 Silver Series Installation Operation Manual...