Sgi program scpi command subsystem – AMETEK SFA Series Ethernet Programming User Manual

Page 107

Advertising
background image

SG Series Programming

SCPI Command Operation

M550129-03 Rev K

6-35

6.13.3

SGI PROGRAM SCPI Command Subsystem

The PROGRAM subsystem, only available in SGI, provides a means to
program sequences. Through sequences power supply output settings
and duration for each of those individual settings, called sequence steps,
can be programmed. A sequence step includes a voltage value with a
current value with an over-voltage-protection value with a duration value.
A single sequence is a program of up to 20 steps (21 steps if the
RETURN or STOP or GOTO is counted), where one step consists of a
setting for the power supply output. There may be up to 50 different
named sequences (programs) with up to 20 steps in each. (The default
name for a program is TEST[n], where [n] is a number 01 thru 50, but
may be reprogrammed with a unique name up to 15 characters.)

NOTE: Do NOT use non-sequence-related commands while performing
sequences. Also do NOT use sequence commands as stand-alone
commands outside a sequence.

PROGRAM

SCPI

C

OMMAND

S

UMMARY

PROGram

:INITializing?

:CATalog?

:[SELected]

:ARM

:ARM?
:DEFine <step#>,VIMODE,<volts>,<amps>,<ovp>,<sec>
:DEFine

<step#>,RAMPTOV,<volts>,<volts>,<amps>,<ovp>,<sec>

:DEFine

<step#>,RAMPTOC,<volts>,<amps>,<amps>,<ovp>,<sec>

:

DEFine

<step#>,POWERSETTINGS,<watts>,<volts>,<amps>,<ovp>,<sec>

:DEFine <step#>,REPEAT
:DEFine <step#>,SUBCALL, “SEQNAME”
:DEFine <step#>,RETURN
:DEFine <step#>,LOOP,<count>
:DEFine <step#>,NEXT
:DEFine <step#>,STOP
:DEFine <step#>,GOTO, “SEQNAME”
:DEFine <step#>,PAUSE
:DEFine <step#>,NOP
:DEFine? <step#>
:DELete

:SELected

:ALL

:EXECute <value1>,<value2>,<value3>,…,<valueN>

:EXECute VIMODE <NRf> <NRf> <NRf>

:EXECute RAMPTOV <NRf> <NRf> <NRf> <NRf> <NRf>

:EXECute RAMPTOC <NRf> <NRf> <NRf> <NRf> <NRf>

:EXECute POWERSETTINGS <NRf> <NRf> <NRf> <NRf>

:MALLocate DEFAULT

:NAME “name”

Advertising