Close
0%
0%

Computer Control for an old Electronic Load Box

Adding utility to a piece of 1970's test equipment.

Similar projects worth following
An electronic load box is a tool for working on power supplies. It provides a stable, adjustable load, turning input power into heat. Modern ones have provisions for remote configuration and monitoring.
I picked up an old Transistor Devices DLR50-15-150 at a hamfest back in October for a very reasonable price. This is a completely analog instrument that can provide a constant current sink, a constant resistance and sort of a battery simulator. All of these configurations are adjusted with a knob on the front panel. Date codes on the parts inside come from the mid 1970's. Like many instruments of this vintage, there is an analog input that can be used to control the current sink. More recent load boxes also allow stepping the load current between two settings, which is useful for checking the compensation and stability of a new power supply design.
This project adds remote configuration and monitoring capabilities and the two level, timed current operation to this old unit.

One of the goals on this project was to make as little modification to the original load box as possible. The mechanical construction of the unit helped with this. The top cover of the box is just a flat sheet of aluminum. This made a convenient place to put my electronics as sort of a backpack. Most of the connections to the load box are via terminals on the back of the unit. The only connections into the internals of the load box are the switched AC power source to feed the control hardware. A connector is added into the AC wiring on the load box to make it easy to remove the backpack.

A manual came with this unit, but it was for a different model that had much higher current and power handling capabilities. The schematic provided a rough idea of how the unit is wired, but there are significant differences between this load box and the manual. The manual showed that the control voltage range was 0V to +6V, which is a pretty convenient range to work with modern analog components. I verified this with a boat anchor power supply, a precision current sense shunt resistor, a good voltmeter, and a DC voltage calibrator. Taking a dozen measurements manually, the transfer function between control voltage and the current sink was checked and turned out to be fairly linear.

This load box will handle up to 50 volt inputs and sink up to 15 amps, with a maximum power level of 150Watts. It is also small enough to not take up an enormous amount of storage space when not in use.

One of the issues with test equipment is the relationship of the test connections with the safety ground on the AC plug. Some instruments like scopes generally have the input grounds tied directly to the safety ground. Computers generally do too. Power supplies, and multimeters generally float the external connections with respect to the safety ground. This load box has it's input floating with respect to the safety ground. This is important because it is possible to have the safety ground become an unexpected short circuit, and with power supplies and load boxes, the currents may be large. I have seen a few destroyed USB ports on laptops and PCs as a result of this issue. I really wanted to preserve this isolation with my load box control stuff. Getting the grounds right on this project proved to be one of the more difficult parts.

Looking at the schematic in the manual for the larger load box, it indicated that the current was sensed with a 2 milliOhm resistor. This value would work well with the INA230 power monitor chip and I could re-use the signal from the internal current sense resistor. The INA230 has a maximum input voltage of 36 volts and allows using the sense resistor in the ground path so the current sense voltage would be close to ground. A voltage divider was placed in front of the voltage input of the INA230 to keep it's input voltage within the legal range while the load box could see up to 50V. Using these ideas, I designed the analog interface board. Testing this idea showed that the current sense resistors in the load box that I have are actually 33 milliOhms. This does not work with the INA230.

The signal ground in the load box is not the - power input binding post. Signal ground in the load box is on the far side of the current sense resistor from the - power input binding post, so the - input binding post sits below the load box signal ground by the current sense voltage. Control voltage to set the load current remotely requires a stable connection to the signal ground. To avoid problems between the control board analog ground and the load box signal ground, I decided to add my own current sense resistors on the + side of the input power. The INA230 will work with this configuration too. This choice limited the maximum input voltage to the load box to +36V, but for the work that I do, that is not a problem. A new set of input binding posts got added to the control back pack, with a 5 milliOhm sense resistor. The new - input binding...

Read more »

Adobe Portable Document Format - 236.89 kB - 12/30/2023 at 19:51

Preview
Download

Digital_Adapter_TDI_Board.pdf

Schematic of Analog / Power Supply Board

Adobe Portable Document Format - 256.93 kB - 12/30/2023 at 19:53

Preview
Download

CPU.pdf

MCU Board Schematic

Adobe Portable Document Format - 257.74 kB - 12/30/2023 at 19:54

Preview
Download

Panel_Mount_USB_UART_Isolated.pdf

USB to UART Isolated Board Schematic

Adobe Portable Document Format - 115.32 kB - 12/30/2023 at 19:55

Preview
Download

I2C_UI_Controls.pdf

User Interface Controls board Schematic

Adobe Portable Document Format - 192.47 kB - 12/30/2023 at 19:57

Preview
Download

View all 7 files

  • Tightened up the Measured Current Value

    Bharbour01/06/2024 at 17:15 0 comments

    As mentioned in the details section, the measured current value did not track either the set current value or an externally measured current value very closely.

    Data from the software that I wrote to capture externally measured current, and internally measured current at many different current control DAC settings was used to calculate better slope and offset values for the INA230 measured current values. The INA230 measures the voltage dropped across a sense resistor (5 milliOhms), and that value gets turned into a current value: measured_current = (Sense_Voltage * measured_i_slope) + measured_i_offset.

    Before messing with the slope and offset values, I plotted the difference between the calculated current and the externally measured current at multiple values of current. The difference was a relatively straight line with a small vertical offset. This showed me that the error was linear enough to correct easily.

    The default value for the slope was calculated from Ohms law. The errors were small enough to attribute to part tolerances. After a few iterations, the measured current value is within 10mA at 7.000 amps.

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates