Software triggered setpoints and ramps – AMETEK ReFlex Programming Manual User Manual
Page 82
ReFlex Power™ Programming Manual
DC Module Remote Programming
78
M380056-03 Rev M
LIST4:LABEL0
// label allows the segment to be repeatable
LIST4:TRIG A, WAIT
// wait for 1st trigger
LIST4:TRIG A, WAIT
// wait for 2nd trigger
SOUR4:VOLT 5.0
// program voltage
LIST4:TRIG A, WAIT
// wait for 3rd trigger
SOUR4:VOLT 0.0
// program voltage to 0
LIST4:TRIG A, WAIT
// wait for 4th trigger
LIST4:LOOP 1, LABEL0
// loop once to repeat the sequence
OUTP4:STAT 0
// turn off supply
LIST4:END
// end the LIST
LIST4:STORE
// store the list
Setup the RFPC to transfer external trigger onto backplane trigger channel A.
TRIG:INP FA, OUTP A
// set trigger channel IN to FA, OUT to backplane A
TRIGFA:SLOPE POS
// trigger FA response to rising edge active high
TRIGFA:ENAB
// enable RFPC channels FA and A
To execute the sequence issue the following commands:
LIST1,4:OPEN “TRIGTEST”
// loads “TRIGTEST” on Modules 1 & 4.
LIST1,4:ARM
// this starts the LIST executing, which will
then execute the wait for trigger.
To cause the RFPC itself to generate a backplane trigger
TRIG:TRIG FA
// Generate a hardware trigger internally
When you are done with LIST/TRIG operations
LIST1,4:CLOSE
// this disables LIST processing on the DC modules
TRIGFA:SLOPE NONE // tears down the RFPC trigger setup
3.13
SOFTWARE TRIGGERED SETPOINTS AND RAMPS
Software Setpoints and Ramps is a simple way of controlling a single module to
generate a software triggered setpoint change, or ramp the supply output.
3.13.1
V
OLT AND
C
URRENT
S
OFTWARE
S
ETPOINTS
C
OMMAND
SUMMARY
SOURce
:VOLTage
:TRIGger
:TRIGger?
:CURRent
:TRIGger
:TRIGger?
TRIGger
:TYPe