LINE 10:

Assigns the I/O path name to the power supply.

LINE 20:

Declares a common block for the I/O path name.

LINE 30:

Defines interrupt on softkey depression and branch to error routine.

LINE 40:

Idles on softkey definition.

LINE 80:

Defines subprogram Err _ trap

LINE 90:

Disables interrupt capability while processing.

LINE 100:

Brings in the common block for the I/O pathname.

LINE 110,120:

Enters error code from power supply.

LINE 130:

Clears computer screen.

LINE 140,150:

If an error occurred, print message.

LINE 170-420: Prints message based on error code. Prompt user to try again. If no error occurred, print message saying no error occurred.

Stored Operating States

Your power supply has registers that can store up to 11 operating states (note registers 0-3 are non-volatile, see Chapter 3). These states can be recalled in arbitrary order. Storing a state involves taking a "snapshot" of the voltage and current settings that are in effect when the command is received. The following example uses stored operating states to set up an output. Using this method of setting up outputs saves processing time and facilitates repeating the same commands.

10 ASSIGN @Ps TO 705

20 OUTPUT @Ps;’’OUT1,0;OUT2,0" 30!

40 OUTPUT @Ps;"VSET1,1;ISET1,0.01;VSET2,5;ISET2,0.01;STO1"

50 OUTPUT @Ps;"VSETl,2;ISETl,0.02;VSET2,4;ISET2,0.02;STO2"

60 OUTPUT @Ps;"VSETl,3;ISETl,0.03;VSET2,3;ISET2,0.03;STO3"

70 OUTPUT @Ps;"VSETl,4;ISETl,0.04;VSET2,2;ISET2,0.04;STO4"

80 OUTPUT @Ps;’’VSET1,5;ISET1,0.05;VSET2,1;ISET2,0.05;STO5"

90 !

100 OUTPUT @Ps;"CLR"

110 FOR State = 1 to 5

120 OUTPUT @Ps;"RCL";State

130 WAIT 2

140 NEXT State

150 END

LINE 10: Assigns the I/O pathname to the power supply.

LINE 20: Disables Output 1 and Output 2.

LINE 40-80: Stores 5 operating states for Output 1 and Output 2 in storage registers 1 through 5. Outputs not explicitly programmed will store the settings that are in effect when the store command is received.

LINE 100: Clears the supply. All outputs are enabled and set the initial power on state.

LINE 110-140: Loops through the sequence of five states with a two second wait between states.

108Programming with a Series 200/300 Computer

Page 108
Image 108
Agilent Technologies 6626A, 6628A, 6625A, 6629A manual Stored Operating States

6629A, 6625A, 6626A, 6628A specifications

Agilent Technologies, a recognized leader in electronic test and measurement solutions, has developed a series of precision power supplies ideal for a variety of applications in both research and industry. The Agilent 6628A, 6626A, 6625A, and 6629A are part of the Agilent 6000 series and stand out due to their innovative technologies and robust functionalities.

The Agilent 6628A is a triple-output power supply, featuring two 0 to 20 V outputs capable of delivering up to 3 A each, along with a 5 V output that can supply 5 A. This combination is perfect for supplying power to devices that require multiple supply voltages simultaneously, making it an excellent choice for testing and development purposes.

The Agilent 6626A, on the other hand, offers dual output capabilities with higher specifications. Each of its outputs can be adjusted from 0 to 25 V and delivers up to 3 A, providing enhanced flexibility for designers and engineers working with various devices. Additionally, the 6626A's compact size and lightweight design make it easy to integrate into test setups without occupying excessive space.

For applications that require comprehensive monitoring, the Agilent 6625A provides a unique solution with its built-in digital voltmeter (DVM). This power supply comes with two 0 to 25 V outputs, both capable of 3 A. The integrated DVM allows real-time measurement and displays voltage and current values, ensuring accurate readings during experimentation and testing.

Lastly, the Agilent 6629A is designed for high-performance applications, providing up to four outputs, including two adjustable outputs that can be set between 0 to 35 V and deliver 5 A each. This model is particularly suited for environments where multiple devices need to be powered simultaneously with varying voltage requirements.

All four models come equipped with key features including ease of programming, precision regulation, and superior load transient response. They employ advanced technologies like low-noise operation and excellent line regulation, ensuring stable performance under varying load conditions. Additionally, safety features such as overvoltage protection, current limiting, and rapid recovery from overloads guarantee reliable operation.

In summary, Agilent's 6628A, 6626A, 6625A, and 6629A power supplies provide versatile, precise, and reliable solutions for all electronic testing needs. Their characteristics and dedicated functionalities make them indispensable tools for engineers, researchers, and developers across numerous fields. Whether it's for prototyping, testing, or production, these power supplies deliver the quality and performance that professionals expect from Agilent Technologies.