Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wires are missing for multiple blocks connected to multiple blocks through a single block (port) #338

Closed
BkPankaj opened this issue Sep 17, 2024 · 0 comments · Fixed by #339
Assignees
Labels
bug Something isn't working python Pull requests that update Python code v3.6

Comments

@BkPankaj
Copy link
Collaborator

Summary:

This issue arises when I try to connect multiple blocks to a single port. After backend processing, not all the wires from multiple blocks are reflected in the data.json file. Due to this, I have to create many duplicate input/output blocks, which unnecessarily complicates the circuit. Attached below are the .vc3 file, screenshots of the circuit, and the data.json file.

File:

Test_Ckt_vc3.zip

Steps to Reproduce:

  1. Set up the VisualCircuit frontend and backend for setup refer this.
  2. Run frontend and backend.
  3. Open the .vc3 file and build the circuit (or replicate a similar circuit based on the .vc3 file, and then build it)

Screenshot:

First layer circuit:
Screenshot from 2024-09-17 23-18-13

Second layer circuit:
Screenshot from 2024-09-17 23-18-21

Third layer circuit:
image

Missing wires in data.json:
Screenshot from 2024-09-17 21-54-45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code v3.6
Projects
None yet
1 participant