element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Experts, Learning and Guidance
  • Technologies
  • More
Experts, Learning and Guidance
Ask an Expert Forum How do you start up an untested circuit board?
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Experts, Learning and Guidance to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 38 replies
  • Subscribers 287 subscribers
  • Views 7306 views
  • Users 0 members are here
  • testing
  • start-up
  • circuit board
Related
See a helpful answer?

Be sure to click 'more' and select 'suggest as answer'!

If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!

How do you start up an untested circuit board?

fmilburn
fmilburn over 3 years ago

I've been known to throw a circuit together, apply power to it, and fry something.  Or the circuit just doesn't work and the problem could be anywhere in that mess of wiring.  But I used to work on complex and potentially hazardous projects where we couldn't afford those types of mistakes. There were mechanical, electrical, civil, chemical processing, and instrumentation disciplines, and towards the middle of the design specialists in commissioning and start-up were brought in.

I recently sent out a PCB design for manufacture without prototyping it first.  The schematic is shown below but it is just an example.  My question is more general to starting up any untested circuits.

Schematic

Time for me to get my act together.  I put together a plan with the following approach:

  • Break the circuit into logical sections that can be tested sequentially
  • Describe the test plan for each section with the expected outcome
  • Solder it up a section at a time and test the section before moving on

The actual plan used is shown below.

Commissioning and Startup Plan

One lesson from this was that the test plan should have been made before the PCB was sent out which would have allowed for dedicated test points.  Not shown in the plan (but they should have been) are the bench power over-voltage and over-current settings.

Fortunately, this board went together and started up without a problem but it got me thinking.  What did I leave out?  What tips do you have for planning and starting up an untested circuit?  Do you know of any good resources on the web?

  • Sign in to reply
  • Cancel

Top Replies

  • michaelkellett
    michaelkellett over 3 years ago +5
    For production designs of products which will be small and use 0402 parts I often start with a development or prototype board based on 0603 minimum sizes. I use lots of test points for power and key…
  • wolfgangfriedrich
    wolfgangfriedrich over 3 years ago +4
    With the small footprints on ICs, one can often measure correct solder joints on digital IOs or generally all pins that have protection diodes built in. With the DMM set to diode forward voltage mode,…
  • fmilburn
    fmilburn over 3 years ago in reply to BigG +3
    I had the same questions on test points, although it isn't clearly stated. How many, where to put them, and what to measure is the main reason I developed the test plan. I did some internet searching before…
Parents
  • Andrew J
    Andrew J over 3 years ago

    I always build in test points now that can take either a test terminal soldered in - I have around 100 of these that cost a couple of quid from CPC and are reusable - or can take a probe tip and pigtail.  When I was designing my Instrument Control Board I spent a lot of time breadboarding sections first which also allowed me to create some test Arduino code; I then went on to prototyping the power section with a PCB to do a comparison test between various approaches.  That's not as expensive as it sounds: the parts can be desoldered afterwards and reused and the PCB manufacturer is dirt cheap from China.

    That doesn't help for shorts across pins though  I never used to give a second thought about continuity or resistance testing pins on SMD ICs to make sure no shorts across pins existed and a good connection to the pad had been made as a visual inspection is often awkward.  More recently I've wondered about this approach: a multimeter does this by providing a voltage and in some cases that might be more than the IC is designed for.  It's not often clear from the DMM manual what the voltage is.  On the other hand, I don't know if this is ever likely to be a problem, e.g. continuity testing with a 9V DMM signal across an IC designed for 5V.

    For the ICB when I first received the actual boards, I did like Shabaz and measured continuity across points to ensure that there were no shorts where there shouldn't be.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • fmilburn
    fmilburn over 3 years ago in reply to Andrew J

    That is an interesting concern about measuring continuity where ICs are in place and I've never given it consideration.  Does anyone know the answer to that?  I've not experienced a problem with it to my knowledge.

    The detailed design process and documentation you create for your projects would be helpful in developing a test plan and selecting test points. I'm more apt to do that with software/firmware than hardware.  Maybe that is part of the reason I have problems with even simple circuits at times?

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • Andrew J
    Andrew J over 3 years ago in reply to fmilburn

    I've never been able to get an answer to that concern either!  So far, I've not blown anything.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • fmilburn
    fmilburn over 3 years ago in reply to fmilburn

    dougw  What do you think about the point Andrew raises on measuring continuity with a DMM and ICs in place?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • fmilburn
    fmilburn over 3 years ago in reply to fmilburn

    dougw  What do you think about the point Andrew raises on measuring continuity with a DMM and ICs in place?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • dougw
    dougw over 3 years ago in reply to fmilburn

    The damage mechanism in chips is due to excessive local heat. Most chips have some ESD protection which defines how much excess voltage & current they can take before being damaged. A steady-state DVM is much different to an ESD event, but it provides some clue about the power dissipation ability of the circuit.

    You can actually measure the voltage and current supplied by a DVM in resistance mode using other DVMs to see if it seems excessive.

    I think it is probably the protection circuitry in chips that is most vulnerable. An input pin is generally going to have a high impedance, so only the protection circuitry will conduct current when the rails are low.

    An output pin could be high or low impedance. If it is high impedance it would only have a similar issue to an input. If it is low impedance it should be able to handle the small current the DVM can supply. (The resistance reading may be weird though)

    I can't recall ever damaging a chip by measuring continuity in-circuit, but I don't make a habit of it, and I always evaluate if I think it is safe.

    It may be a situation where a cheap meter that runs off 3V is safer than a higher voltage meter.

    You also need to consider what happens when making resistance measurements with the circuit powered up - this could damage your meter.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube