AccumBrowseOpen Fields
- Last UpdatedNov 01, 2024
- 1 minute read
The fields in the following table can be used with the AccumBrowseOpen Cicode function.
|
Field Name |
Description |
Length |
Values |
|---|---|---|---|
|
AREA |
Alarm area. |
16 |
Numeric value (integer) indicating the security area configured for the accumulator. |
|
CLUSTER |
Cluster name. |
32 |
The name of the cluster that runs the accumulator. |
|
EQUIPMENT |
Equipment name. |
254 |
The name of the equipment associated with the accumulator. |
|
ITEM |
Name of an equipment item. |
63 |
The name of the equipment item with which the accumulator is associated. |
|
NAME |
Accumulator name. |
80 |
The name configured for the accumulator. |
|
PRIV |
Operator privilege. |
16 |
Numeric value (integer) representing the privilege needed by an operator to perform operations on the accumulator (by using accumulator functions). |
|
RUNNING |
Running time in seconds. |
16 |
Numeric value (real). |
|
STARTS |
Number of starts. |
16 |
Numeric value (real) indicating the number of times the trigger has changed from FALSE to TRUE. |
|
TOTALISER |
Running total of value. |
16 |
Numeric value (real). |
|
TRIGGER (accumulator fields) |
Last trigger value, used to check for rising edge of the trigger code. |
5 |
0 or 1. |
|
VALUE (accumulator fields) |
The value to be added to the totalizer while trigger is true. |
16 |
Numeric value (real). |