51
MPS4232
Section 5: Software
SYNTAX SET TRIG <value>
Where <value>:
0 = External triggering is disabled. The MPS will scan using an internal trigger.
1 = External frame trigger is enabled. The SCAN command must be used to place the MPS into
SCAN mode. Once in scan mode, the MPS will wait for an external hardware trigger pulse to
release a frame of data, a TRIG command, or a <TAB> character code (9 HEX or Control I). The
MPS will return to READY mode when a STOP command is issued, or FPS has been met.
2 = External scan trigger is enabled. The MPS will accept an applicable external voltage to
execute a SCAN and stop the scan.
3 = Autostart is enabled. The MPS will start to scan and send data on power up (aer the
module’s rmware has loaded).
RETURNS Prompt when ready to accept a new command
EXAMPLE // Disable external triggering
SET TRIG 0
>
DEFAULT 0
RANGE 0, 1, 2 or 3
NOTES Seng TRIG to 3 requires a SAVE command followed by a reboot in order for the change to take
eect.
COMMAND ENFTP
TYPE Set/Get
DESCRIPTION Enables or disables sending data to the users FTP server.
SYNTAX SET ENFTP <value>
Where <value>:
0 = Disabled
1 = Enabled
RETURNS Prompt when ready to accept a new command.
EXAMPLE // Enable FTP data output
SET ENFTP 1
>
DEFAULT 0
RANGE 0 or 1
COMMAND OPTIONS
TYPE DISABLED (Get/Set)
DESCRIPTION This variable is not used in the MPS4232 and is le for compability with MPS4264. Any values set
in this variable will not aect the MPS4232.
SYNTAX SET OPTIONS <fast scan> <read mode> <stascal scan subset size>
RETURNS Prompt when ready to accept a new command
EXAMPLE SET OPTIONS 0 0 16
>
DEFAULT 0 0 16