I am trying a first simulation with KiCad and logic gates.
I downloaded the library of 74LS00 and tried to create a circuit.
I always get the error message:
Dot command ‘.probe alli’ and digital nodes are not compatible.
Evtcheck_nodes: Auto bridging is switched off but node probe_int_net-_u1-pad1__xu1_1 is mixed-type.
Error: circuit not parsed.
How can I proceed? with standard DC circuit it works
please help!!
Inspect → Simulator → Ctrl+N (opens New Simulation Tab):
Uncheck the tick boxes of ‘Save all currents’ and ‘Save all power dissipations’.
In digital mode the currents and power cannot be simulated. Checkbox ‘Save all currents’ directly involves the ngspice dot command ‘.probe alli’.
Open all existing simulation tabs and do the same.
Aparently this doesn’t work as expected with the German version of KiCad 8.0.5.
Although both simulation options “Alle Ströme Speichern” and “Alle Verlustleistungen speichern” are deselected, still the errormessage “Dot command ‘.probe alli’ and digital nodes are not compatible.” appears.
Seems to be a bug in ngspice. The old error flag is not reset when receiving a new netlist without ‘.probe alli’ (after having removed the current and power measurement flags).
I will care for this bug.
For now it is only possible removing the flags before the first simulation is started.
Or you create a workbook file after the flags have been removed, leave simulator and Eeschema and then return.