TR3271 Management Programming Manual

COMMANDS AND RESPONSES
ADD Command
def ZCOM-DDL-REQID.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.
ZCOM-TKN-CMD-TIMEOUT token-type ZSPI-TYP-TIMESTAMP.
ZSPI-TKN-MANAGER token-type ZSPI-TYP-FNAME32.
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
ZSPI-TKN-MAXRESP token-type ZSPI-TYP-INT.
ZSPI-TKN-RESPONSE-TYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-ALLOW-TYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
ZSPI-TKN-SERVER-VERSION token-type ZSPI-TYP-INT. !{}
ZSPI-TKN-MANAGER token-type ZSPI-TYP-FNAME32.
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !{}
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST. !...
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens in Command Buffer
ZTR3-MAP-ADD-SU is the extensible structured token that defines
the configurable attributes for the subdevice that is to be
added. It has the token number ZTR3-TNM-ADD-SU and the DDL
definition ZTR3-DDL-ADD-SU. This token must be in the command,
and duplicate occurrences are not allowed.
Each attribute is defined in a separate field. An optional field
can use the default value provided by SSNULL, but your management
application must assign values to the required fields. The only
optional field is ZXPARENT. The fields in the ZTR3-MAP-ADD-SU
token are as follows:
ZADDR is a pair of integers that specifies the address to
be assigned to the subdevice. The first integer is the
controller address. The second integer is the subdevice
address. Both integers should be in the range 0 through 31.
This is a required field.
6-14