AMETEK ReFlex Programming Manual User Manual
Page 87

DC Module Remote Programming
ReFlex Power™ Programming Manual
M380056-03 Rev L
83
Command
Description
:
CLOSe
Opposite of LIST:OPEN, disables the currently open list. Clears
the LIST
:
ARM
Start module
:
TAG
Creates a user queriable numeric marker in the LIST during list
execution. NRi = 1-1023.
:
TAG?
2
Returns the last encountered numeric marker that has been
“executed” in the list. Used to track where module
list sequence, during execution. During List creation, returns
memory usage, up to 2040 instruction index units are allowed.
:
STATUS?
Returns Script status of EXEC, IDLE, or STOP/FAULT.
:
ERRor?
Returns: Status, Errors, Tag, & Instruction Index.
:
LABEL<0-31>
32 Labels can be defined. Forward and backward LABEL
references are allowed.
:
GOTO LABEL<0-31>
GOTO LABEL<0-31>; List execution immediately continues at the
referenced label.
:
LOOP <+NRi>, LABEL<0-31>
Jump
of events. Repeat count +NRi is 1 to 16777215.
:
DWELl <+NRf>
Sets the dwell time, the period that LIST execution pauses, in
module
1.0e-6 <= +NRf <= 2147.48 seconds.
:
TRIGger
Module
in’s, or fa to wait on the module’s Front Panel trigger in.
Tracking MUST be OFF during RAMPs
:RAMP
Ramp Generation
:CURR fIstart, fIend, ftSec
Generate a CURRent RAMP from fIstart, to fIend Amps, in ftSec
Seconds. Note: Full scale excursions take about 100mSec, and
are load dependent, smaller current excursions are proportional.
:VOLT fVstart, fVend, ftSec
Generate a VOLTage RAMP from fVstart, to fVend Volts, in ftSec
seconds. Note: Full scale excursions take about 20mSec
depending on type of load, smaller voltage excursions are
proportional.
:VOLTCURR fVstart, Vend,
fIstart, fIend, ftSec
Generate a VOLTage and CURRent RAMP from fVstart to fVend
Volts, and from fIstart, to fIend Amps, in ftSec seconds.
:CURR GE fval, LABEL
<
0-31
>
Branch to LABEL
≥
to fval.
:CURR LT fval, LABEL
<
0-31
>
Branch to LABEL
:VOLT GE fval, LABEL
<
0-31
>
Branch to LABEL
≥
to fval.
:VOLT LT fval, LABEL
<
0-31
>
Branch to LABEL
1
extension
is allowed.
NOTE: ftSec is 0.1mS to 2147.48 seconds. (35.791 minutes)
Any triggers that occur during a RAMP or DWELL command are ignored.
In List mode, all relay operation should always be coordinated with the STATE command by using
the OUTP:ISOL/SENSE:DEFault commands.
If Tracking is ON, (OVP, OCP, UVP) their setting changes will automatically be included in the LIST
commands for simple setpoint changes.