6 Programming Examples

Output Programming Example

This program sets the voltage, current, over-voltage, and the over- current protection. It turns the output on and takes a voltage measurement. When done, the program checks for instrument errors and gives a message if there is an error.

Sub main_EZ()

Dim IDN As String

Dim IOaddress As String

Dim ErrString As String

'This variable controls the voltage Dim VoltSetting As Double

'This variable measures the voltage Dim measVolt As Double

'This variable controls the current Dim CurrSetting As Double

'These variables control the over voltage protection settings Dim overVoltSetting As Double

'These variables control the over current protection

Dim overCurrOn As Long

'These variable are neccessary to initialize the VISA COM. Dim ioMgr As AgilentRMLib.SRMCls

Dim Instrument As VisaComLib.FormattedIO488

'The following command line provides the program with the VISA name of the

'interface that it will communicate with. It is currently set to use GPIB. IOaddress = "GPIB0::5::INSTR"

'Use the following line for LAN communication

'IOaddress="TCPIP0::141.25.36.214"

'Use the following line instead for USB communication

'IOaddress = "USB0::2391::1799::US00000002"

'Initialize the VISA COM communication

Set ioMgr = New AgilentRMLib.SRMCls

Set Instrument = New VisaComLib.FormattedIO488

Set Instrument.IO = ioMgr.Open(IOaddress)

VoltSetting = 3

 

 

CurrSetting = 1.5

' amps

 

overVoltSetting = 10

 

 

overCurrOn = 1

'1 for

on, 0 for off

With Instrument

'Send a power reset to the instrument

.WriteString "*RST"

'Query the instrument for the IDN string

.WriteString "*IDN?" IDN = .ReadString

'Set the voltage

.WriteString "VOLT" & Str$(VoltSetting)

82

Series N5700 User’s Guide

Page 82
Image 82
Agilent Technologies N5700 manual Output Programming Example

N5700 specifications

Agilent Technologies, now part of Keysight Technologies, is renowned for its innovative solutions in electronic measurement and instrumentation. Among its impressive portfolio, the Agilent N5700 series of power supplies stands out, providing precision, reliability, and versatility for a range of applications in test and measurement.

The N5700 series features multiple models, each designed to meet the varying power requirements of test systems and electronic devices. One of its key characteristics is its adjustable output voltage and current, allowing users to set parameters according to specific test needs. With outputs ranging from 0 to 60 V and up to 6 A, the N5700 series caters to both low and high-power applications effectively.

A notable technology integrated into the N5700 series is its advanced measurement capabilities. The built-in voltmeter and ammeter enable real-time monitoring of output voltage and current, ensuring precise control over the power supplied to the device under test. This feature is particularly advantageous in troubleshooting and optimization scenarios, providing engineers with immediate feedback on performance.

The N5700 also embraces the latest in power supply control technology with its intuitive user interface. The front panel incorporates a clear display and simple navigation controls, allowing users to program settings easily and access functions without extensive training. Additionally, remote programming capabilities via GPIB, USB, or LAN facilitate integration into automated test setups, enhancing productivity and efficiency.

Thermal management is another hallmark of the N5700 series. Its design ensures effective heat dissipation, enabling reliable operation even under demanding conditions. This robustness is critical in environments where consistent performance is essential, such as in research laboratories and manufacturing facilities.

Furthermore, safety features are thoughtfully included in the N5700 series, such as overvoltage protection, overcurrent protection, and short-circuit protection. These elements assure users that their devices and test setups remain secure during testing, minimizing the risk of damage.

In summary, the Agilent N5700 series power supplies encapsulate the fusion of precision, advanced measurement technology, user-friendly design, thermal management, and robust safety features. This combination makes them an invaluable tool for engineers and researchers engaged in electronic testing and development across various industries. With its versatility and reliability, the N5700 series continues to play a pivotal role in advancing electronic measurement methodologies.