Build a Micro800 project
Build your Micro800 project to identify and correct any errors in the code. Before building the project, verify that all downloads are completed, and the project is saved.
Prerequisites
- Complete all downloads.
To build a Micro800 project
- Build the project by doing one of the following:
- InProject Organizer, select the controller node, and then from the menu bar, select .
- InProject Organizer, right-click the controller node, and then selectBuild.
- On the controller memory configuration page, selectbuild.
TIP: If a project exceeds the memory capacity of the target controller, the building will fail. Remove unnecessary variables or simplify the logic to reduce memory usage. - (optional) Monitor the process and identify and handle any project building errors:
- In theOutputpane, on theLogpage, monitor the building progress and identify building errors.
- In theOutputpane, on theError listpage, view and resolve any building errors.
- Clean the building errors by doing one of the following:
- InProject Organizer, right-click the controller node, and then selectClean.
- From the menu bar, select.
Provide Feedback