Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

Grouping Registers

  • Last UpdatedJul 18, 2023
  • 2 minute read

When you configure a Plant SCADA system, you need to define each variable (register address) that Plant SCADA will read when your system is running. When your runtime system is operating, Plant SCADA calculates the most efficient method of reading registers. Plant SCADA optimizes communication based on the type of I/O Device and the register addresses.

When Plant SCADA requests data from an I/O Device, the value of the register is not returned immediately; an overhead is incurred. This overhead (associated with protocol headers, checksum, device latency, and so on) depends on the brand of I/O Device, and is usually several times greater than the time necessary to read a single register. It is therefore inefficient to read registers individually, and Plant SCADA usually reads a contiguous block of registers. Because the overhead is only incurred once (when the initial request is made), the overhead is shared across every register in the block, increasing the overall efficiency of the data transfer.

However, reading a block of registers where only a small percentage of the block is actually used is also inefficient. If the registers that your Plant SCADA system will read are scattered throughout the memory of your I/O Device, excessive communication will be necessary. Plant SCADA needs to either read many contiguous blocks (and discard the unused registers), or read registers individually, degrading system performance. You can avoid this by grouping the registers that Plant SCADA will read.

Plant SCADA continually reads registers associated with alarms. (If an alarm condition occurs, Plant SCADA can display the alarm immediately.) therefore group registers that indicate alarm conditions.

Registers associated with status displays (objects, trends, and so on) are only read as they are necessary (that is, when the associated graphics page is displayed) and are appropriately grouped according to the pages on which they are displayed.

Registers used for data logging are read at a frequency that you define. They are grouped according to the frequency at which they are read.

The following table shows an ideal register grouping for a Plant SCADA system:

Embedded Image (65% Scaling) (LIVE)

While memory constraints and the existing PLC program might impose limitations, grouping registers into discrete blocks, even if they are not consecutive blocks, will improve system performance.

When designing your system, allow several spare registers at the end of each block for future enhancements.

See Also

Remapping Variables in an I/O Device

TitleResults for “How to create a CRG?”Also Available in