beautypg.com

AMETEK ReFlex Programming Manual User Manual

Page 113

background image

AC Module Remote Programming

ReFlex Power™ Programming Manual

M380056-03 Rev L

109

Set a different voltage for each member of the phase group:

SOUR12:VOLT 110

// Set AC module in slot 12 to 110 volts

SOUR8:VOLT 90

// Set AC module in slot 8 to 90 volts

*OPC12?

// Send next command after a ‘0’ is returned

*OPC8?

// Send next command after a ‘0’ is returned

SOUR4:VOLT 75

// Set AC master module in slot 4 to 75 volts and
execute synchronous voltage change on all three
units

*OPC4?

// Send next command after a ‘1’ is returned

// Place other commands here

SYST:GROUP:DELETE 1004

// Delete 1004 group

or

SYST:GROUP:DELETE:ALL

// Delete all groups

4.12.2

E

XAMPLE CREATING A

P

ARALLEL

G

ROUP

Create a Parallel group using three AC modules (units at slot 4, 8,12)

SYSTem:GROup:DEFine:PARallel 4,8,12

// Create the parallel group

SYSTem:GROup:CAT:PAR?

// Query the group

OUTP1004:STATE 1

// Turn on all the units of the group

*OPC1004?

// Send next command after a ‘1’ is returned

SOUR1004:VOLT 120

// Set the group to 120 volts

*OPC1004?

// Send next command after a ‘1’ is returned

SOUR1004:CURR 20

// Each module may supply a maximum of 7.14 Amps. In
parallel group, the maximum current for the group is the
number of group members * the maximum current. (Refer
to specifications for high range and low range current.

*OPC1004?

// Send next command after a ‘1’ is returned

// Place other commands here

SYST:GROUP:DELETE 1004

// Delete 1004 group

or

SYST:GROUP:DELETE:ALL

// Delete all groups