Is there such a thing as an online pcb tester? As in ‘here is my pcb design, when I connect this, I expect it to register as a circuit on these two pins’

  • @FlatFootFox
    link
    11 year ago

    Did you design a schematic or define nets using something like Ergogen? Schematics/Nets provide you with those little white lines defining, “These two pins should connect on the same circuit.” After you’ve traces all the routes to connect your components together, DRC will tell you if you missed a connection, or if two things are connected that shouldn’t be. It’ll also give you warnings like traces being too close to the edge of the board.

    • AndyOP
      link
      11 year ago

      It was all by hand, so placing the switches, adding the nets, defining which pin was on which net, and then connecting all the dots.