High Speed Counter

This is a NumericPoint that configures a Ui to count dry-contact pulses up to 20 Hz, as well as to calculate a numeric rate.You specify which value is to appear in the Out slot (either Count or Rate) as a status numeric.

The proxy extension contains configuration properties for rate calculation, and a status property for total number of pulses counted since the counter was last set or reset.

Figure 432.   High Speed Counter tab
Image

You access this view from the main menu by clicking Controller Setup > Remote Devices > Remote Drivers, double-clicking the NrioNetwork driver, double-clicking a module, clicking the Point Manager link, followed by clicking the hyperlink to the right end of the High Speed Counter point.

Property Value Description
Facets button and additional properties
Determine how values are formatted for display depending on the context and the type of data. Examples include engineering units and decimal precision for numeric types, and descriptive value (state) text for boolean and enum types.

With the exception of proxy points (with possible defined device facets), point facets do not affect how the framework processes the point’s value.

Besides control points, various other components have facets too. For example, many kitControl and schedule components have facets. Details about point facets apply to these components too, unless especially noted.

You access facets by clicking an Edit button or a chevron >>. Both open an Edit Facets window.

Proxy Ext additional properties Refer to High Speed Counter Proxy Ext properties.
Out (general) read-only
Displays the current value of the proxy point including facets and status.

The value depends on the type of control point.

Facets define how the value displays, including the value’s number of decimal places, engineering units, or text descriptors for Boolean/enum states. You can edit point facets to poll for additional properties, such as the native statusFlags and/or priorityArray level.

Status reports the current health and validity of the value. Status is specified by a combination of status flags, such as fault, overridden, alarm, and so on. If no status flag is set, status is considered normal and reports {ok}.

High Speed Counter Facets

Facets determine how a point’s value displays in the station. High Speed Counter facets include a minimum, maximum, and decimal precision.

Figure 433.   High Speed Counter Facets and Edit facets window
Image

The Edit window opens when you click the Edit button.

Property Value Description
Quantity drop-down list, defaults to misc () Configures the formula.
Unit defaults to null Configures the default unit.
max number, defaults to Infinity Defines the maximum high speed counter value.
min number, defaults to negative Infinity Defines the minimum high speed counter value.
precision number, defaults to 1 Defines the number of decimal places allowed.

High Speed Counter Proxy Ext properties

Figure 434.   High Speed Counter Proxy Ext properties
Image

In addition to the standard properties (Status, Fault Cause, and Enabled), these properties support high speed counter proxy extensions.

Property Value Description
Conversion Drop-down list (defaults to Default)
Defines how the system converts proxy extension units to parent point units.

Default automatically converts similar units (such as Fahrenheit to Celsius) within the proxy point.

 NOTE: In most cases, the standard Default conversion is best.  

Linear applies to voltage input, resistive input and voltage output writable points. Works with linear-acting devices. You use the Scale and Offset properties to convert the output value to a unit other than that defined by device facets.

Linear With Unit is an extension to the existing linear conversion property. This specifies whether the unit conversion should occur on “Device Value” or “Proxy Value”. The new linear with unit convertor, will have a property to indicate whether the unit conversion should take place before or after the scale/offset conversion.

Reverse Polarity applies only to Boolean input and relay output writable points. Reverses the logic of the hardware binary input or output.

500 Ohm Shunt applies to voltage input points only. It reads a 4-to-20mA sensor, where the Ui input requires a 500 ohm resistor wired across (shunting) the input terminals.

Tabular Thermistor applies to only a Thermistor input point and involves a custom resistance-to-temperature value response curve for Type 3 Thermistor temperature sensors.

Thermistor Type 3 applies to an Thermistor Input point, where this selection provides a “built-in” input resistance-to-temperature value response curve for Type 3 Thermistor temperature sensors.

Generic Tabular applies to non-linear support for devices other than for thermistor temperature sensors with units in temperature. Generic Tabular uses a lookup table method similar to the “Thermistor Tabular” conversion, but without predefined output units.

Tuning Policy Name drop-down list (defaults to Default Policy)

Selects a network tuning policy by name. This policy defines stale time and minimum and maximum update times.

During polling, the system uses the tuning policy to evaluate both write requests and the acceptability (freshness) of read requests.

Read Value read-only
Displays the last value read from the device, expressed in device facets.
Write Value read-only (applies to writable types only)
Displays the last value written using device facets.
Poll Frequency drop-down list (defaults to Normal)
Selects among three rates (Fast, Normal and Slow) to determine how often to query the component for its value. The network’s Poll Service or Poll Scheduler defines these rates in hours, minutes and seconds. For example:

Fast may set polling frequency to every second.

Normal may set poll frequency to every five seconds.

Slow may set poll frequency to every 30 seconds.

This property applies to all proxy points.

Instance number
Defines the point’s I/O terminal address based on its hardware type.

If duplicated (same instance as same hardware type, same board), the point reports a fault status.

If an edit attempt is made to an instance already in use by another proxy point, the system discards the edit, and retains the previous instance value.

Ui Type read-only Identifies the Nrio Universal Input point type: Resistive Input, Boolean Output, etc.
Output Select drop-down list, defaults to Count Specifies if count total (Count) or count rate (Rate) is at the Out slot as a status numeric.
Total read-only Reports the total number of pulses counted since the proxy extension was last set or reset.
Rate read-only Reports the calculated rate based on the Rate Calc configuration.
Rate Calc Type drop-down list Defines the type of rate calculation: The purpose of these calculations is to report a meaningful value:

FixedWindowRateType waits for the interval defined under the Rate Calc slot to elapse. Then it recalculates the rate based on the interval.

SlidingWindowRatetype calculates the rate based on the specified interval every interval/window number of seconds. This updates the rate more frequently while maintaining the calculation based on the specified interval.

TriggeredRateType adds a recalculateRate action to the parent point.

Rate Calc additional properties Provides one to three properties to use in the rate calculation:

Scale (defaults to 1) depends on the item quantity/pulse and desired rate units.

Interval (not available if Rate Calc Type is Triggered Rate type) defaults to one (1) minute.

Windows (available only if Rate Calc Type is SlidingWindowRateType defaults to six (6).

Rate Calc Time read-only Reports the timestamp of the last rate calculation.