Argantix KDC 80-62 Manual de usuario

Busca en linea o descarga Manual de usuario para Fuentes De Alimentación Argantix KDC 80-62. Argantix KDC 80-62 User manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 120
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
Revision F
August 2006
Copyright 2002-2006
By California Instruments
All rights reserved.
P/N 5005-961
KDC Series
DC Power Supply
Programming Manual
Series I & II
TEL: +1 (858) 404 6936
FAX: +1 (858) 677-0940
Email:
Web Site:
http://www.argantix.com
Vista de pagina 0
1 2 3 4 5 6 ... 119 120

Indice de contenidos

Pagina 1 - Programming Manual

Revision F August 2006 Copyright 2002-2006 By California Instruments All rights reserved. P/N 5005-961 KDC Series DC Power S

Pagina 2

Programming Manual 2 Remote Control 2.1 Introduction The KDC Series comes standard with an RS232C serial interface on the rear panel. It can optio

Pagina 3 - SAFETY SUMMARY

Programming Manual 6.4 Examples The following section contains examples of commonly used operations involving the status registers. You can determ

Pagina 4

Programming Manual 100 KDC Series DC Power Supplies

Pagina 5 - SPARE PARTS

Programming Manual 7 Option Commands 7.1 Introduction The KDC Series offers a number of options that are implemented in the power supply controlle

Pagina 6

Programming Manual 7.2 Mil-Std 704 Option -704 MIL704 tests can be executed remotely from the GPIB or RS232 using the following command tree. See

Pagina 7

Programming Manual :MIL704:SSTate:VOLTage:RIPPle This command initiates the Steady state voltage ripple test step. Command Syntax :MIL704:SSTate:

Pagina 8 - 1 Introduction

Programming Manual :MIL704:EMERgency:VOLTage This command initiates the Emergency voltage level test step. Command Syntax :MIL704:EMERgency:VOLT

Pagina 9 - 1.3 Equipment Rack use

Programming Manual Appendix A: SCPI Command tree Command Syntax Tree. ABORt Resets the trigger system to the Idle state CALibrate :M

Pagina 10 - 2 Remote Control

Programming Manual :POWer [:DC]? Returns the DC power measurement reading. :VOLTage[:DC]? Returns the DC voltage measurement reading. MIL

Pagina 11 - 2.2 RS232C Interface

Programming Manual [:LEVEL] [:AMPLitude] :POINts :SLEW [:RATE] 0.0001 to 1e6 / sec :POINts :DWELl [:TIME] Dwell ti

Pagina 12

Programming Manual :CONDition Returns the value of the condition register :ENABle Enables specific bits in the Event register :EVE

Pagina 13 - 2.3 Optional IEEE Interface

Programming Manual 2.2 RS232C Interface A suitable cable to connect the power supply to a 9 pin PC-AT style serial port is supplied with the power

Pagina 14 - 2.4 KDCGUI Installation

Programming Manual Appendix B: SCPI Conformance Information SCPI Version The KDC Series DC power supplies conform to SCPI version 1990.0. KDC S

Pagina 15

Programming Manual Appendix C: Error Messages Any errors that occur during operation from either the front panel or the remote control interface w

Pagina 16 - Resolution for Symptom 1

Programming Manual Number Message String Cause Remedy allowed" correct command syntax -200 "Execution error" Command could

Pagina 17 - Procedure

Programming Manual Number Message String Cause Remedy error. download. Check interface and try downloading data again. Successful download may

Pagina 18 - Resolution for Symptom 2

Programming Manual Number Message String Cause Remedy 8 "Calibration memory lost" Calibration data lost. Contact Argantix service d

Pagina 19 - 2.7 Software Registration

Programming Manual Index * *OPT?...

Pagina 20 - 3 Introduction to SCPI

Programming Manual CURRent:HIGH...

Pagina 21

Programming Manual INITiate:CONTinuous...

Pagina 22 - 3.3 Using Queries

Programming Manual O OUTPut:IMP:REAL...

Pagina 23

Programming Manual SOURce:CURRent[:LEVel][:IMMediate] [:AMPLitude][:DC]...46 SOUR

Pagina 24

Programming Manual IF esr% <> 0 THEN PRINT #1, "*CLS" + CHR$(10); END IF END IF LOOP UNTIL cmd$ = "QUIT"

Pagina 25 - 3.5 SCPI Data Formats

Programming Manual VOLTage:MODE ...

Pagina 26 - 4 SCPI Command Reference

Programming Manual 2.3 Optional IEEE Interface The KDC Series can optionally be equipped with an IEEE-488 interface in addition to the standard R

Pagina 27 - 4.2 Calibration Subsystem

Programming Manual 2.4 KDCGUI Installation This section covers installation of the KDCGUI from the distribution disk to the user’s PC. To succes

Pagina 28

Programming Manual 2.4.3 Installing the Software from CD ROM The KDCGUI software is distributed on CD-ROM. The KDCGUI must be installed from CD u

Pagina 29

Programming Manual 2.5 Trouble Shooting - RS232C This section provides guidelines for resolving communication problems that may occur when using

Pagina 30

Programming Manual Procedure 1. Make sure the KDCGUI program is closed and no device is using the com port in use. 2. From the Windows desktop,

Pagina 31

Programming Manual Resolution for Symptom 2 Execute the suggested procedure to resolve symptom 1 first. If an occasional error continues to occur

Pagina 32

Programming Manual 2.6 Trouble Shooting - IEEE-488 / GPIB This section provides guidelines for resolving communication problems that may occur wh

Pagina 33

Programming Manual Programming Manual DC Power Supply Argantix KDC Series I KDC Series II  Copyright 2002-2006, California Instruments, Rev F K

Pagina 34 - 4.3 Initiate Subsystem

Programming Manual 3 Introduction to SCPI SCPI (Standard Commands for Programmable Instruments) is a programming language for controlling instrum

Pagina 35

Programming Manual The SCPI Command Tree As previously explained, the basic SCPI communication method involves sending one or more properly format

Pagina 36 - 4.4 Measurement Subsystem

Programming Manual Moving Among Subsystems In order to combine commands from different subsystems, you need to be able to restore the active path

Pagina 37

Programming Manual 3.4 Structure of a SCPI Message SCPI messages consist of one or more message units ending in a message terminator. The termina

Pagina 38

Programming Manual Headers Headers are instructions recognized by the power source. Headers (which are sometimes known as "keywords") ma

Pagina 39

Programming Manual Message Terminator A terminator informs SCPI that it has reached the end of a message. The only permitted message terminator is

Pagina 40

Programming Manual 4 SCPI Command Reference Where appropriate, related commands or queries are included. These are listed because they are either

Pagina 41

Programming Manual 4.2 Calibration Subsystem The commands in this subsystem allow you to do the following:  Enable and disable the calibration m

Pagina 42 - 4.5 Output Subsystem

Programming Manual 4.2.1 Calibration - Measurement Subsystem Syntax CALibrate :MEASure :CURRent [:AMBient] Ambient temperature calibrati

Pagina 43

Programming Manual CALibrate:MEASure:VOLTage[:AMBient][:FSCale] <NRf> This command initiates the calibration of the DC voltage measurement a

Pagina 44

Programming Manual SAFETY SUMMARY This power supply contains high voltage and current circuits that are potentially lethal. Because of its size

Pagina 45 - 4.6 Sense Subsystem

Programming Manual 4.2.2 Calibration - Output Subsystem Syntax CALibrate [:SOURce] :CURRent :EXTernal RPI input calibration :5V 5

Pagina 46 - 4.7 Source Subsystem

Programming Manual Command Syntax CALibrate:SOURce:CURRent:EXTernal:RESistance <NRf+> Parameters <NRf> (a value between -127 and +12

Pagina 47

Programming Manual Command Syntax CALibrate:SOURce: VOLTage:EXTernal:10V <NRf+> Parameters <NRf> (a value between -127 and +128) Exa

Pagina 48

Programming Manual 4.2.3 Calibration - Password CALibrate:PASSword This command allows the entry of the calibration password. The calibration pas

Pagina 49

Programming Manual 4.3 Initiate Subsystem This subsystem controls the triggering of the DC power supply. See section 5.6 under "Triggering Ou

Pagina 50

Programming Manual Command Syntax INITiate:CONTinuous Parameters 0|1|OFF|ON *RST Value OFF Examples INIT:CONT ON Related Commands ABOR INIT:C

Pagina 51

Programming Manual 4.4 Measurement Subsystem This subsystem programs the measurement capability of the power supply. Subsystem Syntax MEASure/FET

Pagina 52

Programming Manual Query Syntax MEASure:ARRay:CURRent[:DC]? [<n>,<n>] FETCh:ARRay:CURRent[:DC]? [<n>,<n>] Parameters Op

Pagina 53

Programming Manual Dim expo_val As Variant Dim mant_f As Single Dim c(3) As Long 'Must use 32 bit integers to allow for

Pagina 54

Programming Manual MEASure:ARRay:POWer[:DC]? FETCh:ARRay:POWer[:DC]? These queries return an array containing the instantaneous output power in w

Pagina 55

Programming Manual Electrical Safety Symbols Used in This Manual KDC Series DC Power Supplies iii

Pagina 56

Programming Manual MEASure[:SCALar]:CURRent[:DC]? FETCh[:SCALar]:CURRent[:DC]? This query returns the DC value of the DC current being sourced a

Pagina 57

Programming Manual Query Syntax MEASure:VOLTage? FETCh[:SCALar]:VOLTage[:DC]? Parameters None Examples MEAS:VOLT? Returned Parameters <NR2&

Pagina 58

Programming Manual 4.5 Output Subsystem This subsystem controls the main outputs, the signal outputs and the output impedance of the DC supply. Su

Pagina 59

Programming Manual OUTPut:RI[:LEVel] This command sets the remote inhibit level mode. Factory default is LOW, which requires a contact closure to

Pagina 60

Programming Manual OUTPut:TTLTrg:SOURce This command selects the signal source for the Trig Out signal as follows:  BOT Beginning of transient

Pagina 61

Programming Manual 4.6 Sense Subsystem This subsystem controls the measurement acquisition system. Subsystem Syntax SENSe :SWEep :OFFSet De

Pagina 62

Programming Manual 4.7 Source Subsystem This subsystem programs all the output parameters of the power supply. It is the most elaborate of all sub

Pagina 63

Programming Manual 4.7.2 Source - Current subsystem [:SOURce] :CURRent [:LEVel] [:IMMediate] [:AMPlitude] [:DC] Set t

Pagina 64

Programming Manual Command Syntax [SOURce:]CURRent:HIGH <NRf> Parameters 0 to LIM:CURR? value. Unit A (amperes) *RST Max. Current Exampl

Pagina 65

Programming Manual Command Syntax [SOURce:]CURRent:PROTection:DELay <NRf> Parameters 0.1 to 5 *RST Value 0.1 Examples CURR:PROT:DEL 1.00

Pagina 66 - Bit Weight 16 8 1

Programming Manual WARRANTY INFORMATION CALIFORNIA INSTRUMENTS CORPORATION warrants each instrument manufactured by them to be free from defects i

Pagina 67

Programming Manual FIXed The current slew level set is unaffected by a triggered output transient. STEP The current slew level set is programmed

Pagina 68

Programming Manual 4.7.3 Source - Limit subsystem [:SOURce] :LIMit :CURRent? Current range limit: Model specific :VOLTage? Voltag

Pagina 69

Programming Manual 4.7.4 Source - List subsystem [:SOURce] :LIST :COUNt Number of times to repeat transient list :CURRent [:LEVEL]

Pagina 70

Programming Manual Command Syntax [SOURce:]LIST:CURRent[:LEVel][:AMPLitude] <NRf+>,<NRf+> Parameters 0 to MAX Unit Volt Examples LI

Pagina 71 - 4.9 System Commands

Programming Manual Command Syntax [SOURce:]LIST:DWELl[:TIME]<NRf+> ,<NRf+> Parameters 0.001 to 9E4|MINimum|MAXimum Unit S (seconds

Pagina 72

Programming Manual Command Syntax [SOURce:]LIST:STEP<step> Parameters ONCE | AUTO *RST Value AUTO Examples LIST:STEP ONCE Query Syn

Pagina 73

Programming Manual Query Syntax [SOURce:]LIST:VOLTage:POINts? Returned Parameters <NR1> Example LIST:VOLT:POIN? Related Commands LIST:V

Pagina 74

Programming Manual 4.7.5 Source – Mode subsystem [:SOURce] :MODE CVOLtage | CCURrent | CPOWer [SOURce:]MODE This command is used to set or q

Pagina 75 - 4.10 Trigger Subsystem

Programming Manual 4.7.7 Source - Pulse subsystem [:SOURce] :PULSE :COUNt 1 to 2e8 :DCYCle 0 to 100% pulse width must

Pagina 76

Programming Manual Command Syntax [SOURce:]PULSe:HOLD<parameter> Parameters WIDTh|DCYCle *RST Value WIDTh Examples PULS:HOLD DCYC Query Sy

Pagina 77 - 4.11 Common Commands

Programming Manual Table of Contents 1 Introduction ...

Pagina 78

Programming Manual 4.7.8 Source - Voltage subsystem [:SOURce] :VOLTage [:LEVel] [:IMMediate] [:AMPlitude] [:DC] Set

Pagina 79

Programming Manual Command Syntax [SOURce:]VOLTage[:LEVel][:IMMediate]:HIGH <NRf> Parameters 0 to LIM:VOLT? value. Unit V (Volt) *RST Ma

Pagina 80

Programming Manual Command Syntax [SOURce:]VOLTage:PROTection[:LEVel] <NRf> Parameters 0 to 110% | 105 to 110% | <NR3> *RST Value 0

Pagina 81

Programming Manual Command Syntax [SOURce:]VOLTage:REFerence <param> Parameters INTernal | EXT5V | EXT10V | EXTRES *RST Value INTernal Ex

Pagina 82

Programming Manual Command Syntax [SOURce:]VOLTage:SLEW:TRIGgered <NRf> Parameters 0 to MAX *RST Value 0 Examples VOLT:SLEW:TRIG Query Sy

Pagina 83

Programming Manual 4.8 Status Subsystem Commands This subsystem programs the DC power supply’s status registers. There are four groups of status

Pagina 84 - 5 Programming Examples

Programming Manual 4.8.1 Status - Operation Status Group Subsystem Syntax STATus :OPERation :CONDition Returns the value of the conditio

Pagina 85 - 5.3 Basic Measurements

Programming Manual STATus:OPERation:EVENt? This query returns the value of the Operation Event register. The Event register is a read-only registe

Pagina 86

Programming Manual 4.8.2 Status – Questionable Status Group Subsystem Syntax STATus :QUEStionable :CONDition Returns the value of the co

Pagina 87

Programming Manual STATus:QUEStionable:EVENt? This query returns the value of the Questionable Event register. The Event register is a read-only r

Pagina 88

Programming Manual List of Figures Figure 1-1: KDC Series DC Power Supply...

Pagina 89

Programming Manual 4.8.3 Status - Instrument Isummary Group Subsystem Syntax STATus :INSTrument :ISUMmary :CONDition Returns the selec

Pagina 90

Programming Manual 4.9 System Commands The system commands control the system level functions of the Power supply. Subsystem Syntax SYSTem: COMMu

Pagina 91

Programming Manual Command Syntax SYSTem:COMMunicate:SERial:BITS <NRF> Parameters 7|8 Example SYST:COMM:SER:BITS 8 Returned Parameters <

Pagina 92

Programming Manual Command Syntax SYSTem:LOCal Parameters None Example SYST:LOC Related Commands SYST:REM SYSTem:PON This command is used to def

Pagina 93

Programming Manual SYSTem:VERSion? This query returns the SCPI version number to which the DC supply complies. The returned value is of the form Y

Pagina 94

Programming Manual 4.10 Trigger Subsystem This subsystem controls the triggering of the DC power supply. See chapter 0 under "Triggering Outp

Pagina 95

Programming Manual  WTRIG The trigger is waiting for internal synchronization or external trigger  BUSY The triggered transient in progress.

Pagina 96

Programming Manual 4.11 Common Commands Common commands begin with an * and consist of three letters (command) or three letters and a ? (query). C

Pagina 97 - 5.9 Trigger System Summary

Programming Manual 4.11.1 *CLS This command clears the following registers (see chapter 6 for descriptions of all status registers):  Standard E

Pagina 98 - 6 Status Registers

Programming Manual 4.11.3 *ESR? This query reads the Standard Event Status register. Reading the register clears it. The bit configuration of thi

Pagina 99

Programming Manual 1 Introduction 1.1 General Description Figure 1-1: KDC Series DC Power Supply The Argantix KDC Series of DC Programmable Power

Pagina 100 - 6.4 Examples

Programming Manual 4.11.5 *OPT? This query identifies any options that are installed. Options are identified by a string keyword or a number. A 0

Pagina 101

Programming Manual 4.11.7 *RST This command resets the power supply to a setting defined by the values in the register defined by PON if valid or

Pagina 102 - 7 Option Commands

Programming Manual 4.11.9 *SRE This command sets the condition of the Service Request Enable Register. This register determines which bits from th

Pagina 103 - 7.2 Mil-Std 704 Option -704

Programming Manual 4.11.12 *TST This command executes an internal selftest. Command Syntax *TST Parameters None Related Commands ABOR 4.11.13

Pagina 104

Programming Manual 5 Programming Examples 5.1 Introduction This chapter contains examples on how to program the Power supply. Simple examples show

Pagina 105

Programming Manual Current Limit To set the current limit use: CURRent <n> where <n> is the current limit in amperes. If the load atte

Pagina 106

Programming Manual MEAS:CURR:AMPL:RES /* resets track and hold for peak curr. meas. /* It may be need to turn the output on or program

Pagina 107

Programming Manual 5.5 Programming Output Transients Output transients are used to:  Synchronize output changes with internal or external trigg

Pagina 108

Programming Manual 5.5.1 Transient System Model When a trigger is received in step or pulse modes, the triggered functions are set from their IMM

Pagina 109

Programming Manual PULS:PER 4 Set pulse period for 4 seconds TRIG:SOUR BUS Respond to IEEE-488 bus triggers INIT Set to Wait-for-trigger state

Pagina 110

Programming Manual 1.2 Bench Top use The KDC Series DC Supply may be used as a bench top unit provided adequate provisions are made to protect th

Pagina 111 - Appendix C: Error Messages

Programming Manual LIST:VOLTage 24, 20, 16;CURR 160 is the same as: LIST:VOLTage 24, 20, 16 LIST:CURRent 160, 160, 160 Step 3: Determine the time

Pagina 112

Programming Manual 5.6 Triggering Output Changes The following transient trigger sources can be selected: IMMediate Generates a trigger when the

Pagina 113

Programming Manual 5.6.2 Initiating the Output Trigger System When the DC supply is turned on, the trigger subsystem is in the idle state. In th

Pagina 114

Programming Manual Specifying a Dwell Time for Each List Point Each voltage and current list point has an associated dwell time specified by: LIST

Pagina 115

Programming Manual 5.7.1 Voltage, Current and Power Measurements To the rms voltage or current, use: MEASure:VOLTage?or MEASure:CURRent? To mea

Pagina 116

Programming Manual Figure 5-2: Measurement Acquisition Trigger Model 5.7.5 Initiating the Measurement Trigger System When the DC supply is turne

Pagina 117

Programming Manual 5.7.7 Generating Measurement Triggers Providing that you have specified the appropriate trigger source, you can generate trigg

Pagina 118

Programming Manual Figure 5-3: Pre-event and Post-event Triggering 5.9 Trigger System Summary Figure shows a functional block diagram of the AC/

Pagina 119

Programming Manual 6 Status Registers You can use status register programming to determine the operating condition of the power supply at any time

Pagina 120

Programming Manual Figure 6-1: Power Supply Status System Model 98 KDC Series DC Power Supplies

Comentarios a estos manuales

Sin comentarios