User`s guide
Table Of Contents
- Agilent E3632A DC Power Supply
- Table of Contents
- List of Figures
- List of Tables
- 1 Getting Started
- 2 Operation and Features
- Overview
- Constant Voltage Operation
- Constant Current Operation
- Storing and Recalling Operating States
- Programming the Overvoltage Protection
- Programming the Overcurrent Protection
- Remote Voltage Sensing
- Disabling the Output
- System-Related Operations
- Remote Interface Configuration
- GPIB Interface Configuration
- RS-232 Interface Configuration
- Calibration
- 3 Remote Interface Reference
- SCPI Command Summary
- Introduction to the SCPI Language
- Simplified Programming Overview
- Using the APPLy Command
- Output Settings and Operation Commands
- Triggering Commands
- System-Related Commands
- Calibration Commands
- RS-232 Interface Commands
- SCPI Status Registers
- What is an event register?
- What is an enable register?
- SCPI status system
- The Questionable Status register
- The Standard Event register
- The Status Byte register
- Using Service Request (SRQ) and Serial POLL
- Using *STB? to read the Status Byte
- Using the Message Available Bit (MAV)
- To interrupt your bus controller using SRQ
- To determine when a command sequence is completed
- Using *OPC to signal when data is in the output buffer
- Status Reporting Commands
- Halting an Output in Progress
- SCPI Conformance Information
- IEEE-488 Conformance Information
- 4 Error Messages
- 5 Application Programs
- 6 Tutorial
- 7 Characteristics and Specifications

Operation and Features 2
RS-232 Interface Configuration
E3632A User’s Guide 61
The power supply sets the DTR line FALSE in the following
cases:
1 When the power supply’s input buffer is full (when
approximately 100 characters have been received), it sets
the DTR line FALSE (pin 4 on the RS- 232 connector).
When enough characters have been removed to make
space in the input buffer, the power supply sets the DTR
line TRUE, unless the second case (see next) prevents
this.
2 When the power supply wants to “talk” over the interface
(which means that it has processed a query) and has
received a <new line> message terminator, it will set the
DTR line FALSE. This implies that once a query has been
sent to the power supply, the bus controller should read
the response before attempting to send more data. It also
means that a <new line> must terminate the command
string. After the response has been output, the power
supply sets the DTR line TRUE again, unless the first case
(see above) prevents this.
The power supply monitors the DSR line to determine when
the bus controller is ready to accept data over the interface.
The power supply monitors the DSR line (pin 6 on the
RS- 232 connector) before each character is sent. The output
is suspended if the DSR line is FALSE. When the DSR line
goes TRUE, transmission will resume.
The power supply holds the DTR line FALSE while output is
suspended. A form of interface deadlock exists until the bus
controller asserts the DSR line TRUE to allow the power
supply to complete the transmission. You can break the
interface deadlock by sending the <Ctrl- C> character, which
clears the operation in progress and discards pending output
(this is equivalent to the IEEE- 488 device clear action).
NOTE
For the <Ctrl-C> character to be recognized reliably by the power supply
while it holds DTR FALSE, the bus controller must first set DSR FALSE.