EasyManua.ls Logo

Omron CX-SUPERVISOR - V2.0 - Page 278

Omron CX-SUPERVISOR - V2.0
370 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
OMRON CHAPTER 17 – Best Practices
Release 2.0 Page 255
It is important to design the PLC program and SCADA application together. This will naturally help
create arrays of information, and optimise communications allowing CX-Server to collect data in the
most efficient manner.
Consider the examples in the following 2 figures:
Figure 1, Bad grouping example
In Figure (1) we see the PLC Programmer has arbitrarily chosen to group data by its format: Integers,
then BCD then Floats (or even worse not at all!). When the SCADA is written, this data is used by
different pages and different update rates. The different colours are to indicate that each block must
be read individually, totalling 9 communication requests, which could be for as few as 9 memory
addresses.
Inte
g
e
r
BCD
Float
PLC Memory
Inte
g
e
r
BCD
Float
Inte
g
e
r
BCD
Float
Page 1, 1 sec
Page 1, 5 sec
Page 2, 1 sec
Page 1, 1 sec
Page 1, 5 sec
Page 2, 1 sec
Page 1, 1 sec
Page 1, 5 sec
Page 2, 1 sec

Table of Contents

Related product manuals