Counter0x view parameters
The
Counter0x
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 |
Pulses to Average Over | Specifies the number of pulses to average when calculating average frequency, pulse width, and rate. | C.Counter0x.AvgOverPulses | 1 to 32767 |
Engineering Units | Specifies the unit of measure for the counter. | Not applicable | Any string |
Scalar | Specifies the scaling value for the counter.
| C.Counter0x.Scaling | 32-bit floating point value |
Reset time-derived values | Determines that a Reset sets the frequency and average frequency, pulse width, and acceleration to zero. | C.Counter0x.ResetTimeDerivedValues | 0 = Reset does not reset time-derived values. 1 = Reset resets time-derived values. |
Count while owning controller is in Program mode | Determines whether a counter continues counting when the owner-controller is in Program mode. | C.Counter0x.LocalControlEn | 0 = Counter does not continue counting. 1 = Counter continues counting. |
Invert Counter Direction | Determines whether the counter direction inverts. | C.Counter0x.InvertDirectionInput | 0 = Do not invert the counter direction. 1 = Invert the counter direction. |
Diagnostics | Opens the diagnostics dialog box to view diagnostic information. |
Provide Feedback