- Status Code
Status
Message/Description
- PT_OK(00)
No error detected
The request was performed with no detected problem.
- PT_INV_PORT(01)
Port number out of range
Port numbers must be in the range zero (0) to seven (7) for
Z7200A, Z7340A, and Z7400A cards; zero(0) to one(1) for the Z7350A
card, and zero(0) to three(3) for the Z7300A card.
- PT_BAD_PARM(02)
Bad parameter specified
The port request code was not recognized.
- PT_NOT_DSBL(03)
Whole port must be disabled
All terminals configured on this port must be disabled before
the port can be re-configured.
- PT_BAD_BAUD(04)
Bad baud rate
The requested baud rate cannot be configured.
- PT_ILL_SCLK(05)
Illegal clock source
The requested clock source cannot be configured.
- PT_ILL_PMODE(06)
Illegal port mode
The port mode parameter is incorrect.
- PT_BAD_PORT(07)
Port failed selftest
The port failed it's selftest when the multiplexer
was last reset and cannot be used.
- PT_NO_BREAK(08)
No break routine
The request attempted to set the break routine when none was
available.
- PT_BAD_XCLK(09)
Clock multiplier not compatible
with mode
The clock multiplier must be set to X1 when synchronous mode
is selected.
- PT_NO_DPLL(10)
No DPLL available at this
baud rate
The specified baud rate is not compatible with using DPLL
as the clock source. On the Z7350A card, the baud rates that are
incompatible with a DPLL clock source are 384000, 614400, 768000,
1228800, 1536000 and 1544000.
- PT_TOO_FAST(11)
Async. mode not available
for baud rate > 38400
An attempt was made to configure an asynchronous port with
a baud rate that was too high.
- PT_NO_BUF(12)
Subchannel buffer required
The ZcDSC_ALL_PARMS, ZcDSC_SET_TIMESLOTS and ZcDSC_SET_SUBC_SPECS
actions used with the zconfig() port configuration request, all
require that the subchannel/timeslot buffer be included in the request. This
buffer was missing or the wrong length was specified. See the zconfig()
man page for more details.
- PT_SC_ENB(13)
Terminals on subchannel
must be disabled
This status code is returned by either the subchannel or timeslot
configuration actions of zconfig() when an affected subchannel has
at least one enabled terminal associated with it. To configure a
timeslot, the existing and new subchannels configured with the timeslot must
not have any enabled terminals associated with them. To configure
a subchannel, there must not be enabled terminals on that subchannel.
- PT_BAD_TS(14)
Timeslot is not permitted
This status code is returned by either the subchannel or timeslot
configuration actions of zconfig() when application attempts to
use timeslot 0 or if timeslots 25 through 31 are used on a T1 link.