Posts Tagged ‘machine control’

Transistors – Digital Control Interface, Part IV

Monday, July 9th, 2012
     The Olympic Torch relay, soon to culminate in London, is the grand daddy of all relays, starting in one country, traversing many others, then ending its journey at the site of the Olympic Games.  It passes through many athletes’ hands while on its journey, its final purpose being to light the Olympic Flame.  Less glamorous, though still useful, is the relay race that often takes place within digital controls.

      Last time we looked at my design solution for the control of a microprocessor controlled medical x-ray film developing machine, where a field effect transistor (FET) acted as a digital control interface between a 5 volt direct current (VDC) microprocessor and a 12 VDC buzzer.  Well, controlling the buzzer wasn’t the only function of the microprocessor.  It also had to control a 120 volt alternating current (VAC) drive motor, the purpose of which was to move x-ray film through a series of processes within the machine.  Yet another requirement was that the machine’s drive motor run 40 minutes upon activation by a start button, then shut off.

     One of the challenges presented by this specification was that an FET standing alone is only suited to control direct current devices like the buzzer, but not alternating current devices like electric motors.  Direct current flows in one direction only when traveling through wire, and since an FET can only pass current in one direction it is the perfect match for those applications.  

     Now, as the name would imply, alternating current flow alternates, that is, it reverses direction and varies in intensity many times each second.  This is a scenario that FETs are not equipped to handle because they can’t deal with reverse flow.  This meant that, for the purpose of my developing machine, I could not use an FET to directly control the 120 VAC motor.  Now let’s take a look at Figure 1 to get a basic look at how I solved the problem.

microprocessor electric relay control

Figure 1 

 

     Figure 1 shows not one, but two green FET’s, each branching off from the microprocessor chip.  We’ll call them FET 1 and FET 2.  If you recall from last time, the buzzer works on 12 VDC, so FET 1 works well as a direct interface between it and the microprocessor chip.  But in the case of FET 2 we need an intermediary device to handle the alternating current motor.  That device is a 12 VDC electric relay.

     In an earlier blog series on industrial controls I discussed how electric relays use electromagnets to power light bulbs and motors on and off in response to someone pressing a button on a control panel.  We have very much the same mechanics at play in our developing machine.  The relay will power the motor on and off in response to the computer program running within the 5 VDC microprocessor, a programming sequence that is initiated by someone pressing a button. 

     To get the motor control to work in the machine, the gate (G) of FET 2 is connected to another output lead on the microprocessor.  We’ll call that Output Lead 2.  Then, the source (S) of FET 2 is connected to the wire coil in the relay.  To tap into the power source for the relay, the drain (D) of FET 2 is connected to the 12 VDC supply.   Finally, the other end of the relay coil is connected to electrical ground.

     Next time we’ll activate the pushbutton and see how the control initiative passes along a path in a manner reminiscent of the flame in an Olympic Torch relay, but here it passes between the microprocessor, the FET and electrical relay, culminating in power to the drive motor.

 ____________________________________________

Transistors – Digital Control Interface, Part III

Sunday, July 1st, 2012
     When I was in engineering school in the mid 1970s microprocessor chips were still a fairly new concept.  Scientific calculators were the size of a brick back then, and they weighed almost as much, and there were no personal computers.

     I remember doing homework on the UNIVAC 1108 mainframe computer at school.  To program it I had to sit at a monster of a keypunching machine for which I punched an endless array of holes into paper cards.  These holes acted as the programming logic to instruct the computer what functions to perform.  The 1108 computer’s mainframe was so huge it was housed in an adjoining room the size of a house.  Since the 1980s advances in microprocessor technology have increased computing power and dramatically reduced the size of components, making things like laptops, smart phones, and sophisticated electronic products possible.

     Last time we began looking at my design solution for the control of a machine which developed medical x-ray film and made use of a microprocessor chip to automate its operation.  A field effect transistor (FET) acts as a digital control interface between its 5 volt direct current (VDC) microprocessor and a 12 VDC buzzer.  Figure 1 shows what happens when someone presses the button to put everything into action and the microprocessor starts timing. 

 microprocessor control using a MOSFET

Figure 1

 

     With the button depressed the chip senses 5 VDC from the power supply on its input lead.  This in turn signals the computer program to turn the product on.  The program then begins counting down the minutes, all the while maintaining a 0 voltage output from the chip’s output lead.  With no voltage present on its G lead, the FET does not permit electrical current to flow from the 12 VDC supply, through the buzzer, through D and S, and down to electrical ground.  The buzzer remains silent.

Field Effect Transistor

Figure 2

 

     Figure 2 shows what happens when the program begins its 40-minute warming sequence.   The chip raises the output lead voltage to 5 VDC and applies it to G, then the FET permits electric current to flow through it to ground from the 12 VDC supply and the buzzer.  Now supplied with power, the buzzer sounds.  Then, per programming instructions, after 2 seconds the program shuts off the voltage in the chip’s output lead, current is cut off, and the buzzer goes silent.

     Next time we’ll see how an FET can be used as an interface between a microprocessor and another higher powered device, that of a 120 VAC motor that’s used to move x-ray film through a series of processes within the developer.

____________________________________________

Industrial Control Basics – Pushbuttons

Monday, December 26th, 2011
     I always enjoy watching impatient people waiting for an elevator.  They press the button, and if it doesn’t come within a few seconds they press it over and over again, as if this will hurry things up.  In the end they must resign themselves to the fact that the elevator will operate in its own good time.

     Pushbuttons, although simple in appearance like the big, red “Easy” button that’s featured in a certain business supply chain’s commercials, are actually complex behind the scenes.  They perform important functions within the industrial control systems of a huge diversity of mechanized equipment.

     Last week we introduced ladder diagrams, used to design and document industrial control systems, and we’ll now see how they depict the action of pushbuttons within two commonly used industrial settings, the “normally open” and the “normally closed.” 

Figure 1

 

     Figure 1(a) shows a pushbutton hooked up to an electric motor.  When no one is pressing it a spring in the pushbutton forces the button to rest in the up position, allowing an air gap to exist in the electrical circuit between hot and neutral and preventing current from flowing.  This type of switch is characterized as a “normally open” switch in industrial control terminology.

     In Figure 1(b) someone depresses the button, compressing its spring and closing the air gap, which allows current to flow and the motor to operate

     Figure 1(c) shows the ladder diagram version of 1(a). 

     Now let’s take a look at Figure 2 to see a different type of pushbutton, one that’s  characterized as “normally closed.”

Figure 2 

 

     “Normally closed” refers to the fact that when no one is depressing the button, the normal operating position is for the air gap to be absent, allowing electrical current to flow and the motor to operate, as shown in Figure 2(a). 

     Figure 2(b) shows that an air gap is created when the button is depressed and the spring holding the mechanism into the normally closed position is forced down.  This action interrupts electrical current and causes the motor to stop.   

     Figure 2(c) shows the simplified line drawing version of 2(a).

     You can imagine how strained your finger would be if it had to press down on that button with any frequency or duration.  Next time we’ll see how electrical relays work alongside pushbuttons to give index fingers a break.

 ____________________________________________

Industrial Control Basics

Sunday, December 4th, 2011
     When I was a child in school I loved field trips.  They didn’t happen too often, but when they did they were a welcomed break from the routine of the classroom. Once we went on a tour of a large factory that made telephones.  During the tour we walked amongst gargantuan machines, conveyor belts, furnaces, boilers, pumps, and compressors, all energized and working together to transform raw materials into telephones.  Sequences of manufacturing and assembly operations, from the simple to the most complex, were carefully orchestrated with no apparent human intervention.

     The equipment in the telephone factory was certainly impressive to watch, and our tour guides did a fine job of explaining what was happening, except for one important detail.  I realized after we left that no one had explained who or what was actually controlling the machinery.  I realized even then that machines can’t think for themselves.  They can only do what humans tell them to do.

     I didn’t know it at the time, but the telephone factory setup included some interesting examples of industrial control systems.  Industrial control systems can be broken down into two basic categories, manual controls and automatic controls.  Manual controls work as their name implies, that is, someone must manually press a button or throw a switch to initiate factory operations.  This involves continual monitoring of processes, coupled with hands-on activities to keep everything working.

     Automatic controls still require human intervention to some extent, such as initiating operations, but once that’s done they move into self-regulation mode until the operations are shut down at the end of production.  Employees are thus freed up to spend time doing things which are not automated.  Automatic controls are excellent at handling mundane, repetitive tasks that humans tend to get quickly bored with.  Boredom leads to a lack of attention, and this may lead to accidents, so utilizing automatic controls often makes for a safer work environment.

     Next time we’ll begin our examination of how manual and automatic controls work within the context of an industrial setting.  To begin, we’re going to take a virtual field trip back to the telephone factory and look at some basic industrial control examples.

____________________________________________