EasyEDA Std Schematic FAQ
Schematic
If I update the schematic, how do I then update the PCB?
Using: "Menu - Design - Update PCB".
Alternatively, you can import changes from the schematic from within the PCB Editor:
https://docs.easyeda.com/en/PCB/Import-Changes/index.html
How to rename a Sheet/Page or modify description.
In this menu, there is a Modify
option, so you can rename your files. Double click or right-click the sheet tab can change the sheet title too.
What is the unit of the schematic sheet? How to change schematic unit?
The basic unit of the schematic sheet is the pixel. 1 pixel is about 10mil (0.001 inch) but please note that this use of the pixels as a unit in a schematic is just for reference.
For a complex project, I want to split the schematic over several sheets. Does EasyEDA support hierarchy?
EasyEDA don't support hierarchy, but support multi-sheets。 Please check out this link https://docs.easyeda.com/en/Schematic/Multi-Sheet/index.html
How to change the sheet size and modify the design information.
To change the sheet size, move the mouse anywhere over the lower right area of the drawing border or frame until the whole border highlights red and then right-click on it. Paper size and orientation can then be changed in Sheet Attributes
in the right hand panel.
To modify the design information, left-click on the relevant blue text in the lower right area of the drawing border or frame to change it in Text Attributes
in the right hand panel. Double left-clicking the blue text will allow you to type new information directly into the field.
How to indicate low electronic level in the Schematic Pin or Netlabel
You can add a #
characater in the pin name/netlabel last text. You can use symbols that you are familiar with. You do not have to add a line above the netlabel name.
I can't convert schematic to PCB. Why is this?
- You have not set the right footprints for your components.
- Prefix Conflict Error
- Invalid footprints
How to use the function of cloning?
Click the schematic diagram or pcb that needs to be cloned, select it and click the right mouse button to select the cloning function.
Note: The cloned schematic diagram or pcb may not have the same name. Different names must be used.This completes the cloning.There is no limit to the number of clones.PCB can also be cloned.
How do you change the size of the canvas grid?
In the schematic screen, click on the blank space of the canvas to change the grid size of the canvas in the right property bar.
Grid Size:Represents the size of a single grid. Snap Size:Represents the distance size of the moving grid. The pcb interface is also modified in the same way.
How to set schematic components not to update to pcb?
Select the component in the schematic and modify the ‘Convert to PCB’ property in the right property bar.
How does the schematic highlight the network?
Step 1: Find the net category in the project design on the left side, then select the network you want to highlight in the schematic and click on it. The system will automatically position it on the canvas and highlight the network in red. (as shown in the figure arrow 1.2.3.4. pointed)
Step 2: If you want to highlight this network continuously, you can select this network, click the right mouse button, and choose "Highlight Net" in Mail Options. Step 3: If you want to cancel the highlighting also in the same way, click the right mouse button.
How to show and hide the Prefix of a device?
In the schematic or in the pcb, you can select the device and then modify the properties of the ‘Display Prefix’ in the right property bar.
The same way in PCB.
How to remove a component from the bom file?
In the schematic or in the pcb, you can select the device and then modify the properties of the ‘Add into BOM’ in the right property bar.
The same way in PCB.
After the setup is completed, export the bom file again, and then check whether the component has been removed from the file. After confirming that there is no problem, you can export the bom file and then place an order.
How to do copy and paste?
When we want to reuse the schematic design or PCB design or move it to another project, we can use the copy-paste function. First you need to open the schematic or PCB of both projects at the same time, then copy one and paste it into the other. You can also use the shortcut keys "Ctrl + v" and "Ctrl + v" to copy and paste.
How to change the background color of the pcb and schematic in the standard version?
The color of the background can be modified in the property bar on the right side of the panel.
How to change the editor language?
The standard version supports switching the language of the editor, which can be found inside Settings on the top menu bar.
How do you fix the duplicate Prefix error?
An error like the one shown below.
In this case, you need to find the repeated bit number in the schematic, which is "R1".Click on Components in the Design Manager on the left, here you can see all used components with their Prefix.You can find duplicate prefixes here.
Then select the component and change it in the right property bar.
How to clone?
board, schematic diagram, PCB can be right-click to select clone.
After clicking on Clone you can decide if you want to change its project name and where it is placed according to your needs.
How to solve the error reported by the symbol and footprint pin mismatch?
When we encounter this error, it means that the number of pads on the device's symbol pins and footprints do not match and they need to be changed to the same number.
Step 1: Find the wrong device, select it and click footprint in the right property bar.
Step 2: Enter the package manager and you can see that the number of symbol pins is not consistent with the number of pads on the footprint.We can replace them with other footprints on the right side.
Note: The number of footprints can only be greater than or equal to the number of pins in the symbol.
How to solve the error ‘No footprint, please associate the footprint first.’?
When we do a schematic update pcb, this error occurs because the symbols in the schematic are not bound to footprint, so the pcb cannot be updated.
Solution: Find the symbol in the footprint manager and check if the corresponding footprint is bound, if not, bind the footprint you want in the system library or in your personal library.
Once the update is complete you can see that the symbols have been bound to footprint, then the pcb can be updated again.