42
MPS4232
Section 5: Software
EXAMPLE LIST S
SET RATE 5.0000
SET FPS 0
SET UNITS PSI 1.000000
SET FORMAT T F,F B,B B
SET TRIG 0
SET ENFTP 0
>
NOTES Detailed responses from each LIST can be found later in the soware secon.
COMMAND SAVE
TYPE Funcon
DESCRIPTION Saves all conguraons to ash, or a selected group of conguraons.
SYNTAX SAVE [<group>]
When no <group> is present, all conguraons except C, T, PGA, FC, and IP are saved (these lists
must be saved individually). When a conguraon is present, only that group of variables is saved.
See the LIST command for a full list of groups.
RETURNS Prompt when saving is complete and ready to accept a new command.
EXAMPLE // To save all of the current sengs (excluding C, T, PGA, IP, and FC)
SAVE
>
EXAMPLE // To save only the “IP” sengs to the le ip.cfg
SAVE IP
>
NOTES The “SAVE C” opon saves all of the calibraon related lists (LIST C, T, and PGA) and will print the
SN in the Cal.cfg le generated. It can take up to 1 minute to complete this save.
WARNING Do not power cycle a module while the module is in SAVE mode. This can cause undesirable
eects. If a SAVE has been issued, wait for the MPS to return a prompt, or use the STATUS
command and wait for STATUS: READY before power cycling the unit.
COMMAND SET
TYPE Funcon
DESCRIPTION Commands the MPS to set one of the many conguraon variables. Conguraon variables avail-
able are described in subsequent secons.
SYNTAX SET <name> <value>
Where:
<name> - the name of the conguraon variable to be set or modied.
<value> - the value or argument for the <name> variable.
RETURNS Prompt when ready to accept a new command.
EXAMPLE // Set the PTPEN variable to 1
SET PTPEN 1
>