sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.23k stars 621 forks source link

Bug - "Some nodes are unconnected!" when trying to create subcircuit #879

Closed nemvince closed 11 months ago

nemvince commented 11 months ago

When trying to create a subcircuit from 4 connected master-slave flip flops i get the error "Some nodes are unconnected!".

Circuit: https://tinyurl.com/2kxttf76 circuit-20230713-2057.circuitjs.txt

pfalstad commented 11 months ago

I labeled the unconnected node... https://tinyurl.com/2jkhq6jv

nothing determines the voltage of this node. You can attach it to ground and that will fix the problem.

nemvince commented 11 months ago

Thank you!