AMETEK ReFlex Programming Manual User Manual

Page 87

Advertising
background image

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<n>:ERR? and LIST<n>:STATUS? error responses.

:

ARM

Start module <n> executing the list upon receipt of this command.

:

TAG <NRi>

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 <n> is in the
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 <NRi+> times to LABEL<0-31>. Used to repeat a sequence
of events. Repeat count +NRi is 1 to 16777215.

:

DWELl <+NRf>


Sets the dwell time, the period that LIST execution pauses, in
module <n> for +NRf seconds.
1.0e-6 <= +NRf <= 2147.48 seconds.

:

TRIGger <t>, WAIT

Module <n> waits for a trigger, <t> = a, b, c, or d, for Buss trigger
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<n> if the output current is

to fval.

:CURR LT fval, LABEL

<

0-31

>

Branch to LABEL<n> if the output current is < fval.

:VOLT GE fval, LABEL

<

0-31

>

Branch to LABEL<n> if the output voltage is

to fval.

:VOLT LT fval, LABEL

<

0-31

>

Branch to LABEL<n> if the output voltage is < fval.

1

<filename> is case sensitive; a double quoted string, maximum 29 characters in length, no path/file

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.

Advertising