You are here

CONDUCTOMETRIC TITRATIONS USING A GENRAD 1658 DIGIBRIDGE AND A DEC MINC-11/03 COMPUTER

Author(s): 

(Gil)bert F. Pollnow

Note: This article was scanned using OCR from the Fall 1985 CCCE Newsletter. Please contact us if you identify any OCR errors.
 
Some of the important features and applications of the DEC MINC-11 hav been described in the June 1982 issue of the Newsletter by the author, and in a chapter of the book "Computer Education of Chemist" edited by Peter Lykos (Wiley-Interscience 1984). The MinC is still an exemplary laboratory computer, but by present standards is over priced and DEC discontinued its production last July. However, DEC's announced policy is to continue to support it whith service for ten years. Some complete new systems are still available for approximately one third ($8000) of the original price from American Diversified Computer Products and Services, Inc., Haverhill, MA. In the seven years of use at UWO, it has proven to be extremely reliable and trouble-free.
 
The GenRad 1658 Digibridge ($3350 + $650 for GPIB) is a smart digital impedance meter and limit comparator which incorporates the latest microprocessor technology. It can be used to measure capacitance, inductance, or resistance at either 100 or 1000 Hz. Measurement results are clearly shown with decimal points and units, which are automatically presented to assure correctness. Display resolution is 5 full digits for C, L, and R (4 for D or Q). The overall basic accuracy is 0.1 percent. A frequency programmable bridge (Model 1689, 12 Hz to 100 kHz) with a basic accuracy of 0.02 percent, and the GPIB currently sells for $5850.
 
The general-purpose interface bus (GPIB) option provides full "talker/listener" and "talker only" capabilities consistent with the IEEE-488 Bus standard. Incidentally, the IEEE-488, ANSI MCl.l, and IEC 625-1 standards are all synonymous with the GPIB standard which was first introduced by Hewlett-Packard in 1965. A separate connector also interfaces with component handling and sorting equipment. System configurations with the GPIB bus may be either in the form of a star, a daisy chain, or a combination of the two. The unique connector allows connections to be made piggyback since each has both a. male and female part. Data transmission rates are in the 500 kbyte to 1 Mbyte/sec range giving the GPIB a throughput of 4 to 8 Mbps. Some 4000 instruments from 500 different manufacturers are estimated to be currently utilizing the GPIB bus.
 
By virtue of a patented new measurement technique in which a microprocessor computes the desired impedance parameters from a series of 5, 8, or 16 voltage measurements, no user calibration adjustments of the 165B bridge are ever required. Even the sine wave test signal used to measure the impedances starts with a digital signal 256 times. the selected test frequency,
F, (100 or 1000Hz). Binary dividers count down from 256 F, providing 128 F, 64 F, 32 F, ••• 2 F, F. This set of signals is used to ad.dress a ROM which contains a 256 step approximation to a sine function. The ROM output (as an eight-bit binary number) is converted by a D/A converter to a sine wave, which is then smoothed by filtering before going to the conductance cell.
 
Communication between the MINC and the Digibridge is by means of character strings, as illustrated in the brief program below, and as described in more detail in the second reference above.
 
The MINC programmed instruction: SEND ("charaCter string", address) sets the instrument functions. This is followed in the program by the instruction: TRIGGER INSTRUMENT (address) which actuates a measurement. The results of the measurement are returned to the computer by the programmed instruction: RECEIVE (character string,,address). The 17 character string which is received, is searched for the information of interest using the SEG$ (string label, first position, last position) operator. If numeric values are required, the VAL operator converts the string segment to its decimal equivalent. Other portions of the string are searched for labels which characterize the auto gain and measurement mode and must be utilized to multiply, by the correct
multiple of ten, the previously generated number.
 
The conductometric titrations were carried out using a specially constructed dipping type pair of platinized Pt electrodes sealed, with epoxy resin, into a common support. Measurements were programmed to be taken 5 seconds after each addition of titrant, with continuous and vigorous stirring using a magnetically coupled Teflon coated bar. Control parameters of the Digibridge were programmed as follows: medium speed, parallel equivalent circuit, 1 kHz frequency, average of ten readings, and auto-ranging mode. A cell constant of 0.450/cm was calculated from manual measurements using a 0.0200 N KCl solution. The titration cell was supported in a controlled constant temperature bath at 25.0°C for all measurements.
 
Prior to starting the titration of interest, the normality (or molarity) of both solutions (titrant and titrand), volume of titrand, calibration constant for the buret· (ml/sec), and number of increments to. be added for the complete curve are. entered in the program.
 
Titrations were carried· out utilizing a Sargent-Welch (Model C) constant rate buret (50 ml), with the volume of each increment of titrant being determined from an earlier calibration, under computer control via the 0/A and clock modules. The mechanical volume counter on the buret was found to be. consistently inaccurate relative to the computer calculated and measured volumes actually delivered, despite its apparent readout precision of 0.01 ml. Gordos solid state relays (GAS-4025) which can be triggered by the 5 ma output of the 0/A module formed the interface to the buret 115 V supply line. Temperature was monitored by means of a calibrated thermistor connected to the pre-amp module, which on the MINC is internally connected to a corresponding channel of the A/0 converter.
 
Progress of the titration was continuously monitored on the CRT and the Okidata printer, both of which displayed the volume of titrant added, conductance in mhos, temperature irt degrees c, mole ratio of the reactants, and the derivative of the conductance with respect to the mole ratio of reactants. In earlier versions, the titrations were monitored by simply plotting the resistance against the volume of titrant added. Since this program was developed for research purposes in non-aqueous solvents (acetonitrile), it was found more useful to plot the conductance in mhos vs the mole ratio of reactants. In either case, the change in sign of the slope can be used to precisely determine the equivalence point. The data are stored in sequential files for subsequent use prior to graphing. Copies of the CRT are obtained from a dedicated Tektronix 4632 video, silver-paper based, copier. Shown below are two titration curves, which are selfexplanatory.
 
 
In introducing these techniques, the student first utilizes the bare-bones program, shown
above, and another one to gain familiarity with the Oigibridge and the MINC by having the latter
take a series of ten measurements on a manually operated precision decade resistance box at
regularly spaced time intervals, and then plotting the resistance as a function of the time.
With this experience and a discussion of the GPIB instructions involved, the extension to other
applications is readily apparent.
 
The program can be readily adapted to determining the equivalent conductance as a function
of concentration of strong and weak acids or bases, and true thermodynamic equilibrium constants
extrapolated to zero concentration, as in the physical chemistry laboratory course. A separate
publication of those results is planned.
 
A copy of the listing is available from the author upon request.
 
*Department of Chemistry
University of Wisconsin - Oshkosh
Oshkosh, WI 54901
phone: (414) 424-1480/1400
 
 
 
Date: 
09/01/85 to 09/05/85