Counters view parameters
The
Counters
view includes these parameters:Parameter | Description | Member Name | Value |
|---|---|---|---|
Rollover | Shows the rollover value. When the counter counts up to this value, it is set to the Rollunder value when the next pulse is received. | O.Counter0x.RolloverValue | -2147483648 to 2147483647 AND greater than the Rollunder value |
Rollunder | Shows the rollunder value. When the counter counts down to this value, it is set to the Rollover value when the next pulse is received. | O.Counter0x.RollunderValue | -2147483648 to 2147483647 |
Load Count Value | Shows the load count value. | O.Counter0x.LoadCountValue | O.Counter0x.Rollunder ≤ O.Counter0x.LoadCountValue < O.Counter0x.Rollover |
Load Revolution Value | Shows the load revolution value. | O.Counter0x.LoadRevolutionValue | -32768 to 32767 |
Scalar | Specifies the scaling value for the counter.
| C.Counter0x.Scaling | 32-bit floating point value |
Provide Feedback