Practical Embedded Controllers: Troubleshooting and Design

27
EMBEDDED CONTROL Technology Training that Works www.idc-online.com/slideshare Practical Embedded Controllers: Troubleshooting & Design

description

From microwave ovens to alarm systems to industrial PLC and DCS control systems, embedded controllers are controlling our world. The microcontrollers that are at the heart of these and many more devices are becoming easier and simpler to use. But when these devices fail the solution to the problem needs to be found and the repairs have to be done quickly. The workshop will help the technician, engineer and even the most casual user understand the inter-workings of microcontrollers along with the most common problems and their solutions. Embedded controllers are used in most electronic equipment today. Embedded controllers are intelligent electronic devices used to control and monitor devices connected to the real world. This can be a Programmable Logic Controller (PLC), Distributed Control System (DCS) or a Smart Sensor. These devices are used in almost every walk of life today. Most automobiles, factories and even kitchen appliances have embedded controllers in them. This workshop covers all aspects of embedded controllers but focussing specifically on troubleshooting and design. The workshop covers design, specification, programming, installation, configuration and of course troubleshooting. This hands-on workshop gives both the novice and experienced user a solid grasp of the basic principles enabling you to go away and apply the material learnt immediately to your application. WHO SHOULD ATTEND? This workshop is designed for personnel with a need to understand the techniques required to use and apply microcontroller technology as productively and economically as possible. This includes engineers and technicians involved with: Consulting Control and instrumentation Control systems Design Electrical installations Instrumentation Maintenance supervisors Process control Process development Project management SCADA and telemetry systems MORE INFORMATION: http://www.idc-online.com/content/practical-embedded-controllers-troubleshooting-and-design-12?id=

Transcript of Practical Embedded Controllers: Troubleshooting and Design

Page 1: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Practical Embedded Controllers:

Troubleshooting & Design

Page 2: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Embedded Controllers

• Used in Most Commercial and Industrial Electronic Equipment

• Intelligent Electronic Devices

• Used to Control and Monitor Devices Connected to the Real World

• The Heart of PLC, DCS and Fieldbus Control Systems

Page 3: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Microcontroller Design and Functions• Central Processor Unit (CPU)

Is the Brain .

• The Program Resides in RAM, EEPROM or EPROM.

• The Microcontroller Can Store Data.

• Communicates to the Outside World.

Page 4: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Programming

• The Program Is a Sequence of Instructions That Tell the CPU What to Do.

• The Instructions Sent to the CPU Are Very, Very Simple.

• Upper Level Programming Languages Like Basic and C++are Often Used.

Page 5: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Main Components of the Microcontroller

• CPU

• External Address Bus

• External Data Bus

• External Control Bus

• Internal RAM

• Internal ROM

• Internal EPROM

• Internal EEPROM

• Internal Registers

• Digital Inputs

• Counter Inputs

• Digital Outputs

• Analog Inputs

• Serial Data Communications

• Parallel Ports

Page 6: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Block Diagram of the HC11

Page 7: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Microcontrollers• CPU Uses an Internal Parallel Address and Data

Bus to Communicate With Memory Components Like RAM, EEPROM and ROM.

• Internal Bus to Talk to Communication Systems, I / O Ports and Registers.

• RAM, ROM, EPROM and EEPROMs Are Used to Store (Either Temporary or Permanently) Data and Program Instructions.

Page 8: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Microcontroller

• The Parallel Ports Such As A, B, C, D and E Can Be Used to Transfer Data to and From External Memory Chips or Devices.

• These Ports Can Be Used to Read and Write to Devices Like Keyboards and LCDs.

• An External Parallel Data Bus Can Also Be Used by the Microcontroller to Activate or Read External Devices Like Switches, Relays, and LEDs.

Page 9: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Assembly Language Programming

• In Its Simplest Form, a Program Is a Sequential Set or List of Instructions That Tell the Microcontroller What to Do.

• A Subroutine Is a Small Part of the Overall Program..

Page 10: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Start the CarPut Key in Ignition

Started Turn Key Clockwise to the Start PositionHas the Car Started?Car Has Started, Release the Key, Go to “End”If Not, Continue to Hold the KeyLoop to “Started”

End Return to Main Program ( i.e. Drive the Car )

Jump to “Start the Car” Subroutine

Page 11: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Flow Chart to Start the Car

P ut Key inIgnition

T urn Cloc kw is e

D rive the Car

S tar t the Car

H a s T h e C a rSt a r t e d ?

N o

Yes

Page 12: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Memory Map

• A List of Address Locations in the Microcontroller System Where the Program, Ports and Various Other Devices Reside• Address Locations of RAM, ROM, EPROM and

EEPROM • Address Locations of “Vectored” Jump

Locations• Address Location of Input, Output and

Communications Locations

Page 13: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Vectors

• A Vector Is the Location of the Beginning of a Subroutine or Function of the Program.

• A Vector Could Be a Memory Location, Where a Jump Is Located.

Page 14: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Inputs and Outputs

• Digital Inputs and Outputs on the Microcontroller Are Located Within the Ports A, B, C, D, or E

Page 15: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Inputs and Outputs• Some of These Ports Are Defined As Fixed Inputs or Outputs While Others

Are Bi-directional.

• Ports That Can Be Setup Within the Program As Inputs or Outputs Are Called Bi-directional I/O.

• A Single Bit Changed From a 0 to a 1 in a Particular Register Can Determine Whether a Line on a Port in an Input or an Output.

• The Definable I/O Is Accessed by Setting up a Register Located at Certain Addresses in the Memory Map.

• Registers Are Usually 8 Bit Devices Where Each Bit Has a Special Function.

• Analog Inputs Are Sometimes Included on the Microcontroller, but Most of the Time They Are a Function of External Chips Connected to the Microcontroller

Page 16: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Inputs and Outputs

• The Definable I/O Is Accessed by Setting up a Register Located at Certain Addresses in the Memory Map.

• Registers Are Usually 8 Bit Devices Where Each Bit Has a Special Function.

• Analog Inputs Are Sometimes Included on the Microcontroller, but Most of the Time They Are a Function of External Chips Connected to the Microcontroller

Page 17: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Data Communication

• RS-232, RS-422 and RS-485 Are the Most Common Methods of Connecting Embedded Controllers Together.

• RS-232 and RS-422 Are Point to Point

• RS-485 is Multidrop

Page 18: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Data Communication

• The Two Fastest Growing Synchronous Data Communication Systems in Use Today Are the USB and Ethernet Systems.

• One Day They May Take Over From RS-232, RS-422 and RS-485.

Page 19: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Noise Reduction

• Noise Reduction in Electronic Circuits Is Fast Becoming a High Priority in Printed Circuit Board and System Design.

• There Are Two Issues With Respect to Noise Reduction in Controller Systems. One Is Preventing Noise Being Transmitted From the Device

Into the Outside World The Other Is Installing Systems That Are Less Susceptible to

Noise From Outside Sources.

Page 20: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Noise Reduction

• As Electronics on the Printed Circuit Board Becomes Faster and Faster Interference Increases.

Page 21: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Noise Reduction

• PLC’s, DCS’s and Other Control Systems Are Very Susceptible to Noise From External Sources.

• The Most Common Way Noise Gets Inside a Controller Is Through the Wiring in the Cable Run.

• The Wire Connecting the Controller to Sensors, PLCs and Other Equipment Acts Like an Antenna.

Page 22: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Grounding Solutions

• In PCB Design There Are Four Areas of Major Concern

• Placement of Components• Track Placement • Ground Planes • 1D and 3D Faraday Boxes

Page 23: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Grounding Solutions

A Faraday Box on a PCB

Page 24: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Installation Techniques

• Installation of Controllers, Sensors and Wire Systems Is an Important Part of the Overall Quality of a System.

• The Best Designed System Will Fail If the Installation Is Not Done Correctly.

• Proper Installation Is a Very Subjective Thing and There Are Many Standards.

• Most Installers Rely on Their Experience and Personal Training.

Page 25: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Installation Techniques

A Good Installation

Page 26: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

Conclusion• It Is Impossible to Cover Every Detail Associated With the Subject of

Embedded Control Systems.

• It Is Hoped That This Workshop Will Give the Delegate Some Hard Hitting Practical Knowledge Concerning the Troubleshooting and Design of Embedded Controllers.

• Although the Delegate May Never Design the Hardware or Software Associated With an Embedded Controller, This Workshop Should Give the Delegate an Overview of the Inter-workings of the Microcontroller.

• As Time Goes on the Microcontroller Will Become an Increasingly Important Part of Our Lives. It Is to This End, That IDC Technologies Hopes the Delegate Will Find This Workshop of Some Benefit.

Page 27: Practical Embedded Controllers: Troubleshooting and Design

EMBEDDED CONTROLTechnology Training that Workswww.idc-online.com/slideshare

DO YOU WANT TO KNOW MORE?

If you are interested in further training or information, please visit:

http://idc-online.com/slideshare