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.
1. Historical review (body of the paper)
Section titled “1. Historical review (body of the paper)”Labcenter and the product
Section titled “Labcenter and the product”- 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
.HEXloaded 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).
Short timeline to cite
Section titled “Short timeline to cite”| Year (approx.) | Event |
|---|---|
| 1988 | Labcenter; ISIS + ARES |
| 1990s | VSM: the schematic can be “run” |
| 2000s | PIC, AVR, 8051, later ARM and Arduino in the library |
| today | Proteus 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:
- Function and table on paper.
- Gate network (2-input if the exam requires it).
- ISIS: drop
74LS08,74LS32,74LS04, power at 5 V, common GND, sweep A,B with switches or a pattern generator. - Compare the probe with the table. A mismatch is wiring or the wrong family — not “the software”.
What it is not
Section titled “What it is not”| Tool | Role |
|---|---|
| Proteus ISIS | Schematic + simulation (gates, MCU, virtual instruments) |
| Proteus ARES | PCB — usually outside IEL6313; appears if you fab a board |
| Multisim / Livewire | Other classroom simulators; not Labcenter |
| Logisim / Digital | Pure 0/1 logic, no 5 V and no 74LS |
| KiCad / LTspice | PCB or SPICE; not the usual lab flow here |
3. Rubric
Section titled “3. Rubric”- Origin: Labcenter, Jameson, 1988, UK.
- ISIS vs ARES vs VSM — three acronyms, three jobs. Mixing them costs marks.
- Use in digital: simulate 74LS / CMOS, not only “the PIC from another course”.
- A screenshot (if required) of a 2-input AND with A, B, and F.
- 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 %.
Next step
Section titled “Next step”Theory is done: Next opens the lab. The Hamming code paper was partial I; both sit under Assignments in the sidebar.