- Status Code
Status
Message/Description
- TM_OK(00)
No error detected
The request was performed with no detected problem.
- TM_MUST_DSBL(01)
Terminal must be disabled
For a terminal control request the terminal must be disabled.
- TM_ROLL_FULL(02)
Too many terminals on port
No more terminals can be added to the requested port unless
an existing one is moved to another port or deleted.
- TM_INV_TERM(03)
Invalid terminal number
A request has been made to a terminal which has not been initialized,
or the terminal number is outside of the valid range of terminals
for the interface.
- TM_INV_REQ(04)
Invalid request code
The request code was not recognized by the multiplexer firmware.
- TM_NO_PORT(05)
Terminal not assigned to
port
The terminal must be initialized before further control requests
can be made.
- TM_ILL_TYPE(06)
Protocol not loaded
The requested protocol is not currently available on the multiplexer.
The terminal type is wrong or a new download file with the required
protocol should be obtained.
- TM_INV_PORT(07)
Invalid port number
Port numbers must be in the range zero (0) to seven (7) for
Z7200A and Z7400A cards; zero(0) to one(1) for the Z7350A card,
and zero(0) to three(3) for the Z7300A card.
- TM_GRP_DSBL(08)
Group not disabled
All other terminals on the same port and with the same group
poll address must be disabled before a terminal's configuration
can be changed.
- TM_NEW_GRP_DSBL(09)
New group must be disabled
All other terminals on the same port and with the same group
poll address must be disabled before a terminal can be added to
that group.
- TM_NOT_ALLOWED(10)
Not allowed for this terminal
Not used.
- TM_INV_SUBC(11)
Invalid subchannel number
Subchannel numbers must be in the range zero to 31 for the
Z7300A card.
- TM_PROT_REJ(12)
Protocol detected error
The protocol does not handle this type of request or the request
is invalid.
- TM_MUST_DEL(13)
Terminal must be deleted
The terminal must be deleted before changing the port, subchannel
or protocol assigned to it.
- TM_TABLE_SIZE(14)
Protocol table sizes too
small
The protocol requires a larger table (typically terminal table).
- TM_REQ_FMT(15)
Request format error
For a set terminal parameters request, the associated buffer
length is zero or the request data has an invalid format.
- TM_NO_SPACE(31)
No buffer space
There are no free buffers on this port to process this message.
- TM_RETRY(35)
Retryable error occurred
An internal status code used between the driver and firmware
to indicate that a request should be retried at a later time.
- TM_BUF_SIZE(36)
Buffer size is illegal
The length of the request data for a set terminal parameters
request is not valid.
- TM_INV_REQ(37)
Invalid request code (internal
error)
The destination of the request did not recognize the specified
request code. This should never happen.
- TM_DEFER(128)
Deferred request (internal
usage)
An internal status code used between the driver and the firmware
to indicate that the request will have a deferred response.