...
The Master Channel configuration defines a "Scan Group" to a collection of field units that may be over one of the available serial or network circuits. The Master Channel defines how each field unit is scanned over the network, and is independent of which protocols are being used on individual field units.
Attributes | Function |
---|---|
Object Type | Master Channel |
Parent(s) | System → Clients → Master Channels |
Instance | 0 to 15 (typically 15 is reserved for Internal Channels |
...
Properties | Values |
---|---|
Name | Enter the Master Channel name. This is the name which appears in the user diagnostics menu, and is also see in an HCP diagnostic window if used with Elecsys HCP. |
Channel Type | In some configurations this may be listed as "Direct Master", which includes a few operational differences noted below. The main differences between the Channel Types are listed below: Direct Master
Direct Master Flex Scan
|
Auto Start | Select the automatic polling method for the channel. Automatic polling types supported are:
|
Response Timeout | Enter the response timeout in milliseconds. Time in milliseconds to wait for a poll response before declaring the message failed. For Network Circuits, if a scan fails because the socket is broken or interface is unavailable, then the Master Channel protocol will wait a period of time (Response Timeout * 2) to try the next IP address in the Circuit. |
Broadcast Delay | Enter the broadcast delay in milliseconds. When a host computer sends a command to a field unit via the Master Channel, some field units do not want to be polled again for a certain amount of time to allow processing the command. This option allows normal polling to be delayed temporarily. Delay in milliseconds after a command is sent to the field device before normal polling resumes. Normally this can be left to the default of 0. Unused. |
Interpoll delay | Enter the interpoll delay in milliseconds. Use this to add a delay between each poll sent by the channel to any field unit. Time in milliseconds to wait between each poll. |
Scan Effective Limit | The Scan Effective Limit is the time (in seconds) defining which scans in the Scan Table are considered "effective" – meaning, polls which affect the status of the Field Unit if there are poll failures. Scan Table entries which have a Scan Period greater than the Scan Effective Limit do not mark the Field Unit offline when the scan fails. For instance, if the Scan Effective Limit is configured for 30 seconds, then any scans defined with Scan Period <= 30 will be used to mark the Field unit online or offline. Scans with Scan Period greater than 30 will not mark the Field Unit offline even if they fail. The Scan Effective Limit only applies to the "Direct Master Flex Scan Table" version of the channel object. A Scan Effective Limit of 0 disables this feature, thus all polls will affect the Field Unit status. |
Network Recovery | Enter the network recovery period in seconds. Time period to wait after an RTU fails, before attempting to re-establish communications with that RTU. This will take the device off scan, allowing other devices on the channel to be polled more frequently and not waste as much time retrying a failed device. |
Scan Table | Click the Edit Table button to define the order and selection of polls to be sent to all field units on this channel, independent of protocol. Field Unit configurations (Modbus, etc.) define the protocol-specific nature of the individual polls that are sent. Scan Table details: Unit Address - This is the Field Unit Address as configured in each field unit on this Channel. (To force the Scan Table to ignore the Scan Period, enter a Scan Table row with the Unit Address of -1.) Poll Record - This is the row number in the Poll Record in the Field Unit definition. The first row in a Poll Table is referenced as record 1. Only those polls which are to be polled continuously need to be listed in this Scan Table. Scan Period - Enter the scan period in seconds. The Scan Period is the amount of time to use for scheduling each scan (global for all scans in the Direct Master, or configured per scan row in the Direct Master Flex Scan Table). For the Direct Master, the channel will restart the scan table sequence after the Scan Period has expired. If the total time for a given channel exceeds the scan period, the next scan shall be scheduled immediately. For the Direct Master Flex Scan Table, each poll is scheduled based on its own Scan Period. If the total time required for scans at any point is greater than allowed by the Scan Periods, the scans will operate as fast as possible. Setting a Scan Period to a negative number will disable a scan. However, the first entry in the Scan Table for each Unit Address should not be disabled, or it may not correctly set the Alive/Dead status of the unit. Comment - Optional column, allowing a descriptive comment to be entered for each row in the table. The Comment field is unused in the configuration. |
...
An Async Circuit is a serial communications path to one or more field units from a common Master Channel, using an Async serial port. The Async Circuit allows for redundant serial ports to a common set of field units, such as a Primary and Secondary radio or modem communication path.
...
Properties | Values |
---|---|
Primary Port | Select the primary physical communication port for this circuit. The selected port must be defined as an object under Networks, where its Async port properties (baud rate, etc.) are also defined (see the section Async Port31883275). The same port (e.g. COM1) may also be shared with certain other tasks, such as Terminal Server, and may be used with Virtual Ports. |
Network Circuit
A Network Circuit is an IP network communications path to one or more field units from a common Master Channel. The Network Circuit is used when the field unit is connected via a network, such as TCP/IP, PPP, or SLIP.
...
See the Protocol_HART-Master protocol documentation for information on configuring the HART Circuit and FieldUnit.
NMEA (GPS) Field Unit
The NMEA Field Unit object contains unique information for a special internal Field Unit that reads location information from an Elecsys cellular modem.
...
–
RTDB – RealTime DataBase
An RTDB (Real Time DataBase) defines the size of the virtual database reserved for the Field Unit. All FieldUnit objects require a child RTDB in order to function properly, which is defined using a numeric register address format (typically, using Modbus-like addresses).
...
The RTDB object supports several additional optional child objects (see the sections Deadband31883275 , Pre-Initialized RTDB31883275, Tag Names, Data Blocking31883275, and Timestamp31883275).
Properties | Values |
---|---|
Database Definition | Click the Edit Table button to edit the details of the RTDB definition. Point Count – Enter the number of data points of this type to be allocated space in the database. Field Format – Select the point data format: Boolean – Boolean The following field formats are the same as the above but do not generate an RBE flag when the data changes, even if the Field Unit is set to Produce RBEs=Yes. No-Rbe Boolean – Boolean Data Address – Enter the address of the starting register within the RTDB for the Field Format and Count defined on this row. Comment - Optional column, allowing a descriptive comment to be entered for each row in the table. The Comment field is unused in the configuration. |
...
Deadband
A Deadband object defines deadbands for the data fields configured within a Real-time Database (RTDB). This is only used to reduce the communications traffic on an RBE (Report by Exception) connection. If no RBE connection is configured, an RTDB does not require a Deadband object.
...
For example, let's say the RTDB is configured with the following fields:
...
Point Count | Type | Data address | |
Field 1: | 100 | Boolean | 1 |
Field 2: | 100 | Boolean | 10001 |
Field 3: | 100 | UINT16 | 30001 |
Field 4: | 100 | UINT32 | 40001 |
...
Field | Offset | Count | Deadband | Explanation |
3 | 0 | 4 | 205 | Deadband for 30,001-30,004, 5% of its range |
4 | 2 | 1 | 100 | Deadband for 40,003 |
4 | 3 | 1 | 500 | Deadband for 40,004 |
...
Pre-Initialized RTDB
Ordinarily, all RTDB database locations are initialized to zero values upon system startup (or zero-length strings). However, sometimes it may be desired to initialize certain database locations to a non-zero value, before any polling or other data operation occurs. Each RTDB has an optional ACE object that allows one or more registers to be initialized at startup.
...
Properties | Values |
---|---|
Init Values | Click the Edit Table button to define any pre-initialized RTDB values.
|
...
Tag Names
RTDB database locations are configured using numeric address locations. However, the optional Tag Names child object under the RTDB allows one or more numeric address to be associated with an ASCII tag. This may be used for publishing data by tag using MQTT, for internal display using Custom Reports, and they may be used for other purposes.
...
Properties | Values |
---|---|
Init Values | Click the Edit Table button to define any RTDB tags.
|
Include Page
Tag Name Substitutions Tag Name Substitutions
...
Attributes | Function |
---|---|
Object Type | |
Parent(s) | System → Clients → Master Channels → Master Channel → Circuit → Field Unit → RTDB |
Instance | Must be 0 |
...
Properties | Values |
---|---|
Reserved | Unused field |
Timestamp | Click the Edit Table button to add as many rows as necessary to define the Timestamp operation. Poll Number – Enter the row number of the poll defined in the unit's Poll Table. Whenever this poll occurs for the defined points (or when any changed data points are stored in the RTDB field), a timestamp is also stored. Poll numbers start at 1. Stamp Address – Register address within the RTDB for this Field Unit in which to store the timestamp value for this poll. The Stamp Address should be the first of one or more registers with a UINT16 or UINT32 data type, and must be defined in the RTDB with the correct quantity and type. Make sure that each register or registers occupied by the timestamp are not overwritten by any other data value to avoid conflicting data. Stamp Format – Data format to use when storing data into the specified register (UINT16 or UINT32). The Stamp Format should be chosen appropriately to match the Stamp Type (below), and the data type of the RTDB register. UINT24 or UINT32 data types should be stored into a UINT32 RTDB register.
Stamp Type – Format in which to store the timestamp.
Comment - Optional column, allowing a descriptive comment to be entered for each row in the table. The Comment field is unused in the configuration. |
...