Address syntax for named addresses
Named addresses can be either:
-
Non-numbered address
-
Numbered address
Non-numbered address
For addresses that occur in only one location, specify the name of a register within your controller Also known as remote terminal unit, RTU. A generic term for a device that is used to control and monitor one or more processes in field equipment. The most common control and monitoring device in an access control and security system is an access control panel. Other devices include security monitoring panels, elevator controllers, and fire monitoring devices. Controllers include programmable logic controllers (PLCs), loop controllers, bar code readers, and scientific analyzers. See also: C200 controller, control processor, CPM, hybrid controller, network node controller, PLC. simply using the syntax:
AddressName [Format]
| Part | Description |
|---|---|
|
AddressName |
Matches an address from the table of non-numbered addresses. |
|
Format |
(Optional) Specify only if the device does not use the default format for that address. Different addresses will have different default formats. |
Numbered address
For address types that occur multiple times within the device (for example, more than one analog input), use the syntax:
AddressName Number [SubAddressName][Format]
Examples
The following example addresses the Process Variable (PV) of the second loop:
LOOP 2 PV
Process variable for loop 1:
LOOP 1 PV
Typical control loop parameter addressing (where n is the loop number)
| Parameter | Source Address | Destination Address |
|---|---|---|
|
Process Variable (PV) |
LOOP n PV |
Not configurable |
|
Set Point (SP) |
LOOP n WSP1 |
LOOP n WSP |
|
Output (OP) |
LOOP n OPWORK2 |
LOOP n OPWORK |
|
MODE (MD) |
LOOP n LOOPSTAT |
LOOP n MODEIN |
Loop tuning constants (possible AUX parameters for a loop point)
| Parameter | Source Address | Destination Address |
|---|---|---|
|
Gain |
LOOP n GAIN1 |
LOOP n GAIN1 |
|
Reset |
LOOP n RESET1 |
LOOP n RESET1 |
|
Rate |
LOOP n RATE1 |
LOOP n RATE1 |
Digital Output values (used on a status point)
| Parameter | Source Address | Destination Address |
|---|---|---|
|
PV |
DO n |
Not configurable |
|
OP |
DO n |
DO n3 |
Digit Input values (used on a status point)
Attention:Digital Input values reside in table 0. Therefore, they are not applicable for controllers with a Data Table setting of
| Parameter | Source Address | Destination Address |
|---|---|---|
|
PV |
DI n |
Not configurable |
Extended loop support for HC900
ATTENTION:
This section is not applicable for controllers with a Data Table setting of
Note that for LOOPX parameters, you must reference a controller with an Offset of 6,000. For more information about offsets, see the section "HC900 Hybrid controller. and UMC800 controller OFFSET addresses" in the topic titled "Main properties for a Honeywell Universal Modbus controller."
For the HC900 controller, loops 25-32 must be addressed using the LOOPX parameter Also known as point parameter. A unit of information about a point. For example, an analog point includes parameters such as process variable parameter (PV), output parameter (OP) and setpoint parameter (SP). See also: analog point, output parameter, point, process variable, setpoint parameter.. Loop 32 Mode is only supported for Auto/Manual (AUTO-LSP and MAN-LSP). Loop 32 addresses must be added via the custom Modbus map for full support of Mode.
| Parameter | Source Address | Destination Address |
|---|---|---|
|
Process Variable (PV) |
LOOPX n PV |
Not configurable |
|
LOOPX n WSP |
LOOPX n WSP or LOOPX n LSP1 |
|
|
Output (OP) |
LOOPX n OP or LOOPX n OPWORK |
LOOPX n OP or LOOPX n OPWORK |
|
LOOPX n LOOPSTAT |
LOOPX n MODEIN |
Loop Tuning constants (possible AUX parameters for a loop point) for loops 25-32:
| Parameter | Source Address | Destination Address |
|---|---|---|
|
Gain |
LOOPX n GAIN1 |
LOOPX n GAIN1 |
|
Reset |
LOOPX n RESET1 |
LOOPX n RESET1 |
|
Rate |
LOOPX n RATE1 |
LOOPX n RATE1 |
Signal tag and variable named address support for the HC900 and UMC800
Signal Tags (read only) with TAG as the named parameter and Variables (read/write) with MATH_VAR as the named parameter may be assigned to analog (floating point) or digital status points. The Variable and Signal Tag list (Tag Information) should be printed out from the controller configuration to obtain the sequential number listing and the data type (Analog or Digital) so that the proper point assignment may be made.
Analog signal tag example
| Parameter | Source Address | Destination Address |
|---|---|---|
|
PV |
TAG n |
Not Configurable |
Digital signal tag example
| Parameter | Source Address | Destination Address |
|---|---|---|
|
PV |
TAG n |
Not Configurable |
Digital variable example
| Parameter | Source Address | Destination Address |
|---|---|---|
|
PV |
MATH_VAR n |
Not Configurable |
|
OP |
MATH_VAR n |
MATH_VAR n |
Analog variable example
| Parameter | Source Address | Destination Address |
|---|---|---|
|
PV |
MATH_VAR n |
Not Configurable |
|
SP |
MATH_VAR n |
MATH_VAR n |