[Menu]>[EAGLE]


Project preparing

Project creating
    To generate the mask pattern for the printed board automatically by EAGLE, the project must be created.

Select a project with the control panel and select "New Project" from the menu which is displayed with the right click.



A new project folder is made under the project. Set the name of the project.
In this example, I set "test" as the project name.
The name can be changed later. The name can be changed by selecting "Rename" from the menu which is displayed with the right click. When the project is working, it isn't possible to change the name. In this case, select "Close Project" from the menu which is displayed with the right click. When a project is closed, the green mark changes to the small gray mark. In this condition, the project name can be changed.




Creating of a schematic file
    The file to draw a schematic must be made after creating a project.

Select "New" from the menu which is displayed by right clicking the project and select "Schematic".



By above operation, the window to draw a schematic is displayed newly.
In this condition, an actual file isn't made yet.



Select File menu and select "Save as...". The file is made with this operation.

In this example, I made "test" as file name which is same as the project.
The other name can be used too.


A file is made by pushing the Save button(S). The picture above is Japanese version window.


Creating of a board file
    In the project, another important file must be created. It is the file which is called the board to draw the mask pattern for the printed board. The board file can be created after drawing a schematic. However, in this example, I attempt to create at this point. The schematic and the board work in the cooperation. When adding a part to the schematic, a part is added to the board, too. So, when drawing a schematic, it is necessary to keep a board always open condition.

The board can be created by clicking "Board" icon in the schematic window.


When a board isn't made yet, board creating is confirmed by following dialog.

A board file is created by pushing the "Yes" button.
The file name is same as the schematic file. But, the extension is ".brd".

Following board window is displayed. In this condition, an actual file isn't made yet.





A board file is made by clicking "Save" icon in the board window.

The existence of the schematic file and the board file can be confirmed by the project "test" of the control panel.


The working environment was ready with above operation.