Ametek ReFlex Programming Manual Instrukcja Użytkownika Strona 90

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 134
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 89
ReFlex Power™ Programming Manual DC Module Remote Programming
86 M380056-03 Rev M
Command
Description
:DELete <n>
Deletes the specified group. NR1 is 1021 for the parallel group that has the
parallel-master module address of 21. <n> is 2003 for the series group that has the
series-master module address of 3.
:DELete:ALL
Deletes any and all the groups in the RFP system
3.17
EXAMPLES OF USING THE SCPI COMMANDS
The following examples demonstrate programming a module to control and to
readback the output using the SCPI commands. The maximum voltage and current
output is dependent on the particular model. The examples list only the SCPI
commands; the code required to send the commands is dependent on the type of
language you are using (e.g., C or BASIC) and hardware.
EXAMPLE: Program a module with no load at the output to 5 VDC @ 1A, and verify the output.
// Use SYST:ERR? after each command to verify no programming errors.
// turn on the unit.
*CLS // clear the unit to its power-on default settings.
*RST // reset the unit.
OUTP<n>:ISOL 1 // set isolation relay closed
OUTP<n>:SENS 1 // set sense relay closed
OUTP<n>:STAT 1 // close output relay
SOUR<n>:CURR 1.0 // program output current to 1.0 A.
SOUR<n>:CURR? // confirm the output current setting (response: 1.0).
SOUR<n>:VOLT 5.0 // program output voltage to 5.0 VDC.
SOUR<n>:VOLT? // confirm the output voltage setting (response: 5.0).
MEAS<n>:CURR? // measure the actual output current (response: ~ 0.0 with no load on output).
MEAS<n>:VOLT? // measure the actual output voltage (response: ~ 5.0).
EXAMPLE: Program a DC power supply (with no load at the output) to generate a Fault upon an
overvoltage protection trip condition.
// Use SYST:ERR? after each command to verify no programming errors.
// Turn on the unit.
*CLS // clear the error queue.
*RST // reset the unit.
OUTP<n>:STAT 1 // close output relay
SOUR<n>:VOLT:PROT 12.5 // program the OVP trip point to 12.5 VDC.
SOUR<n>:VOLT:PROT? // confirm the OVP trip point setting (response: 12.5).
SOUR<n>:CURR 1.0 // program output current to 1.0 A.
SOUR<n>:VOLT 12.0 // program output voltage to 12.0 VDC.
SOUR<n>:VOLT 13.0 // program output voltage to 13.0 VDC - cause OVP trip!
// use the OUTP<n>:STAT? query to confirm that the unit faulted
off, and use the STAT<n>:MOD:FAUL? query to confirm which
fault.
Przeglądanie stron 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 133 134

Komentarze do niniejszej Instrukcji

Brak uwag