Skip to content

Assignment — historical review of Proteus

Proteus is the simulator in gate labs and even in Evaluación IV (counters, 7490, 74LS194, 74192). The assignment is not “how to press Play”: it is a review of what it is, where it came from, and why the digital lab uses it — not only the microcontroller course.

  • Labcenter Electronics Ltd. was founded by John Jameson in 1988 in England (historic base in Yorkshire). The goal was affordable EDA: schematic + PCB on a PC, not expensive UNIX workstations.
  • The suite was two programs that talk to each other:
    • ISIS (Intelligent Schematic Input System): schematic capture.
    • ARES (Advanced Routing and Editing Software): PCB.
  • In the 1990s came VSM (Virtual System Modelling): the schematic stops being a drawing and runs chip behaviour — mixed analog/digital first, then microcontrollers with a .HEX loaded into the package.
  • Today the commercial name is Proteus Design Suite. Lab reports and campus YouTube still say “Proteus ISIS”: that is the schematic editor, not another vendor.

Why universities adopted it (including Latin America)

Section titled “Why universities adopted it (including Latin America)”

It did not win because it is the most industrial tool (Altium and Cadence still own that). It won the classroom:

  • Huge library of TTL 74xx / 74LS and CMOS 4000 — the same families as the gates unit.
  • Educational licenses cheaper than a drawer of broken breadboards.
  • You can simulate the same 74LS00 you will solder, and later a PIC, without changing programs (that flow is also Aprende PIC18 with MPLAB + Proteus).
Year (approx.)Event
1988Labcenter; ISIS + ARES
1990sVSM: the schematic can be “run”
2000sPIC, AVR, 8051, later ARM and Arduino in the library
todayProteus Design Suite; ISIS is still the schematic name

Cite the vendor (labcenter.com) and, if required, a lab handout from your university. Do not use Wikipedia as the only source.

2. What Proteus is in this course (digital)

Section titled “2. What Proteus is in this course (digital)”

In Logical Systems Design / Digitales, Proteus does not replace the truth table. The order stays:

  1. Function and table on paper.
  2. Gate network (2-input if the exam requires it).
  3. ISIS: drop 74LS08, 74LS32, 74LS04, power at 5 V, common GND, sweep A,B with switches or a pattern generator.
  4. Compare the probe with the table. A mismatch is wiring or the wrong family — not “the software”.
ToolRole
Proteus ISISSchematic + simulation (gates, MCU, virtual instruments)
Proteus ARESPCB — usually outside IEL6313; appears if you fab a board
Multisim / LivewireOther classroom simulators; not Labcenter
Logisim / DigitalPure 0/1 logic, no 5 V and no 74LS
KiCad / LTspicePCB or SPICE; not the usual lab flow here
  1. Origin: Labcenter, Jameson, 1988, UK.
  2. ISIS vs ARES vs VSM — three acronyms, three jobs. Mixing them costs marks.
  3. Use in digital: simulate 74LS / CMOS, not only “the PIC from another course”.
  4. A screenshot (if required) of a 2-input AND with A, B, and F.
  5. Limit: simulation ≠ breadboard (contacts, bounce, bad power). Evaluación IV may ask for both.

Usual length: 4–8 pages. History ≈ 50 %, course use ≈ 30 %, closing ≈ 20 %.

Theory is done: Next opens the lab. The Hamming code paper was partial I; both sit under Assignments in the sidebar.