Skip to main content

LogicPlot FAQ

  1. What is LogicPlot?

    LogicPlot is a free, open-source digital logic simulator that runs entirely in your web browser.2. How can I build a live circuit within the LogicPlot simulator?

    LogicPlot simulator is a powerful, intuitive and interactive schematic editor for building complex digital circuit designs. Users can easily drag and drop the desired circuit elements and edit different properties for transforming their design ideas. Additionally, users can nest circuits within one another for building a hierarchical design.3. If I make changes to one subcircuit, does it make changes to all subcircuits?

    While moving across different circuit tabs, you can insert a given subcircuit inside another circuit. However, if you have copy pasted the subcircuit design across different project files, any changes to a given LogicPlot project are relevant to that project file only. The changes are not transposed to other associated files.

  2. When there are multiple circuits in a file, how do I differentiate the main circuit and relevant subcircuit?

    Every project in LogicPlot has one Main circuit by default. For projects with multiple circuit tabs, LogicPlot does not identify between main circuit and subcircuit on the simulator interface. When a project with multiple circuit tabs is launched it opens the circuit page that the user had last saved. However, this does not imply that the displayed page is the main circuit.

  3. I made a full adder and now I want to replicate it four times. How can I do it?

    Any LogicPlot design can be copy pasted across different circuit tabs or across different project files. Note that any sub-circuit dependency(ies) will be copied as well.

    Similar to most documentation projects, follow the below steps for replicating your circuit design:

    1. Hold your mouse down to select your circuit.
    2. Copy the circuit (Command + C on your keyboard).
    3. Paste the circuit (Command + V on your keyboard).
  4. I am building an 8-to-1 multiplexer within LogicPlot. This circuit includes a sub-circuit of a 3-bit decoder. Can I copy this multiplexer circuit along with its sub-circuit dependency into another project?

    Any LogicPlot design can be copy pasted across different circuit tabs or across different project files. Note that any sub-circuit dependency(ies) will be copied as well.

    Similar to most documentation projects, follow the below steps for replicating your circuit design:

    1. Hold your mouse down to select your circuit.
    2. Copy the circuit (Command + C on your keyboard).
    3. Paste the circuit (Command + V on your keyboard).
  5. How can I move a wire while laying out complex designs on the Canvas?

    You can easily move a wire on the Canvas by selecting both the nodes of the wire as shown in Figure 8.1.

    drawing

    Figure 8.1