CUA — Channel/Unit Address (Selection Parameter)

Tells EREP to

Use only the records containing (or not containing) the channel or unit address specified.

Syntax

CUA=({[N]addr|[N]addr-[N]addr}[,…])

addr
A three- or four-digit hexadecimal address or group of addresses. The format of the address may be nnXX, nnnX, or nnnn (for example: 01XX, 038X, or 049C). nnXX means that EREP processes all controller or unit addresses on channel nn; nnnX means that EREP processes all unit addresses on channel or control unit nnn.
Important: The channel identifier can be one or two digits.
addr-addr
A range of contiguous hexadecimal addresses, which may include more than one channel and control unit. The lower address must appear first in the expression. An X in the lower address represents a 0; in the upper address it represents an F.
N
Indicates not; it excludes CUAs from the report. NnnXX means that EREP processes all controller or unit addresses not on channel nn; NnnnX means that EREP processes all unit addresses not on channel or control unit nnn.

Defaults

EREP processes records from all devices (CUAs).

Coding

Maximum of eight entries.

You cannot select and exclude CUAs on the same CUA parameter; CUA=(123-320,N12C) is invalid.

Parameter Conflicts

CPUCUA ZERO

Notes

Examples

To select records from a specific CUA or range of CUAs:
CUA=(012C)
CUA=(0123,032X,04XX)
CUA=(123-320,04XX)
CUA=(123-320,4B0-C00)
To exclude records from a specific CUA or range of CUAs:
CUA=(N012C)
CUA=(N0123,N032X,N04XX)
CUA=(N123-N320,N04XX)
CUA=(N123-N320,N4B0-NC00)