54
MPS4232
Section 5: Software
This is a collecon of sengs that are used for miscellaneous sengs.
DESCRIPTION Returns all of the miscellaneous sengs
SYNTAX LIST M
RETURNS All of the miscellaneous seng followed by the prompt.
EXAMPLE LIST M
SET SIM 0
SET ECHO 0
SET XITE 2
SET ETOL 0
>
COMMAND SIM
TYPE Set/Get
DESCRIPTION Sets debugging and simulaon modes.
SYNTAX SET SIM <code in hex>
Where <code in hex>:
Bit 2 when set shows PTP calculated start dierenals
Bit 5 changes the binary packet to a MPS4264 simulated packet (padded 64 channel packet)
RETURNS Prompt when ready to accept a new command
EXAMPLE // set the MPS4232 to output a simulated 64 channel binary packet
SET SIM 64
>
DEFAULT 0
RANGE 0 to 65535
COMMAND ECHO
TYPE Set/Get
DESCRIPTION Sets echo for serial and Telnet communicaon.
SYNTAX SET ECHO <value>
Where <value> is 0 for disabled or 1 for enabled.
RETURNS Prompt when ready to accept a new command
EXAMPLE SET ECHO 1
>
DEFAULT 0
RANGE 0 or 1
COMMAND XITE