Common ZWaveNetwork slots

The ZWaveNetwork component includes the typical collection of slots and properties as most other network components. For general information, See “Common network components” in the Drivers Guide. The following sections provide additional details:

ZWaveNetwork status notes

As with most “fieldbus” drivers, the status of a ZWaveNetwork is either the normal “ok”, or less typical “down” or “fault” (fault might result from licensing error, or if a non-existent COM port is assigned to Serial Port Config). The Health slot contains historical timestamp properties that record the last network status transitions from ok to any other status. The “Fault Cause” property further explains any fault status.

NoteAs in other driver networks, the ZWaveNetwork has an available “Alarm Source Info” container slot you can use to differentiate ZWaveNetwork alarms from other component alarms in the station. See “About network Alarm Source Info” in the Drivers Guide for more details.

ZWaveNetwork monitor notes

The ZWaveNetwork’s monitor routine verifies child ZWaveDevice component(s)—the “pingable” devices in the ZWave driver. The default ping frequency is every 5 minutes, and is adjustable. For general information, see “About Monitor” in the Drivers Guide.

ZWaveNetwork tuning policy notes

The ZWaveNetwork has the typical network-level Tuning Policy Map slot with a single default Tuning Policy, as described in “About Tuning Policies” in the Drivers Guide. Typically, only a single “Default Policy” exists, however, you can add new tuning policies (duplicate and modify) as needed.

If you have multiple tuning policies, you can assign Z-Wave proxy points as needed to different ones. Under any proxy point’s Proxy Ext properties, in its Tuning Policy Name property, select the desired tuning policy.

NoteIf one or more FLiRS (Frequently Listening Routing Slave) devices are found on the network, the driver automatically adds another tuning policy named “flirs”. Proxy points under such a device automatically use that tuning policy. For related details, see Frequently Listening Routing Slave (FLiRS) device considerations.

ZWaveNetwork poll scheduler notes

The ZWaveNetwork has the typical Poll Scheduler slot, as described in “About poll components” in the Drivers Guide. It enables/disables polling, determines fast/normal/slow poll rates, and maintains statistics about proxy extension polls.

By default, a newly created ZWave proxy point uses the “Normal” poll rate. If needed, you can assign proxy points to different poll rates. Under any proxy point’s Proxy Ext properties, select the rate in its Poll Frequency property.

ZWaveNetwork message handling properties

The ZWaveNetwork has several “message handling” network-level properties common among serial drivers, described separately as follows:

  • Retry Count

    How many retries the communications handler will try to send a Z-Wave message if the initial attempt gets no response.

  • Response Timeout

    Specifies the maximum time to wait for a response to a Z-Wave message once sent. If a response is not received before this timeout, the message is resent up to “Retry Count” times, each of which waits for this timeout period.

  • Unsolicited Receive Handler

    (near bottom of property sheet) Contains a child “Unsolicited Message Count” property that tallies all unsolicited messages sent by the Z-Wave interface. For informational use only.