> For the complete documentation index, see [llms.txt](https://wiki.codeandcompile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.codeandcompile.com/factory-automation/plc/allen-bradley/micro850-plc.md).

# Micro850 PLC

### Online Course

On this page, you will find all the available resources for the PLC Micro850 Lessons which is available in the following course:&#x20;

{% embed url="<https://codeandcompile.com/course/allen-bradley-course-module-plc-scada-ac-drives>" %}

### Lesson 1- Introduction to Micro850 PLC

In this video, you will learn about Micro850 PLC from Allen Bradley. Access the full course with 30+ videos on our E-Learning Platform [www.codeandcompile.com](http://www.codeandcompile.com) or direclty by visiting this link: <https://codeandcompile.com/course/allen-bradley-course-module-plc-scada-ac-drives>

{% embed url="<https://www.youtube.com/watch?v=tVuEqOSLhSQ&ab_channel=RajvirSingh>" %}

### PLC Software

The programming software which is required to program Micro850 PLC is **Connected Component Workbench**. The link to download this software can be found at [Hardware and Software](/resources/hardware-and-software.md)

### :books: Resources

The following are the PLC Program used in the course. You can use it as a reference.

<table><thead><tr><th>Title</th><th>Type<select><option value="463241c7473a47c88856694c56f19a15" label="ccw file" color="blue"></option><option value="1bc81b2949ac47ce927a24ff4337f4e4" label="factory io file" color="blue"></option><option value="cb8da7e0fbb84683a8d42f2323ac51c2" label="pdf" color="blue"></option></select></th><th data-type="files">Download</th></tr></thead><tbody><tr><td>Introduction to the Micro850 PLC</td><td><span data-option="cb8da7e0fbb84683a8d42f2323ac51c2">pdf</span></td><td><a href="/files/oKtHV4OWXYDemyQV61UH">/files/oKtHV4OWXYDemyQV61UH</a></td></tr><tr><td>Simple Box Sorting version 1</td><td><span data-option="463241c7473a47c88856694c56f19a15">ccw file</span></td><td><a href="/files/cTVcHhI8nb2wLwQzYynV">/files/cTVcHhI8nb2wLwQzYynV</a></td></tr><tr><td>Simple Box Sorting v2</td><td><span data-option="463241c7473a47c88856694c56f19a15">ccw file</span></td><td><a href="/files/8FXbk3LQy88qChLfhB00">/files/8FXbk3LQy88qChLfhB00</a></td></tr><tr><td>Factory IO Environment for Simple Box Sorting</td><td><span data-option="1bc81b2949ac47ce927a24ff4337f4e4">factory io file</span></td><td><a href="/files/VSDpMOewYbxsOiV7tshx">/files/VSDpMOewYbxsOiV7tshx</a></td></tr></tbody></table>

### ✅ Exercises to practice:

{% content-ref url="/pages/fBdyXaf1cF1HSbkzsNdy" %}
[PLC Exercises - Part 1](/factory-automation/plc/allen-bradley/micro850-plc/plc-exercises-part-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/D8Om8gHEJcD4OdEaD2nD" %}
[PLC Exercises - Part 2](/factory-automation/plc/allen-bradley/micro850-plc/plc-exercises-part-2.md)
{% endcontent-ref %}

{% hint style="success" %}
The **solutions** **in Ladder Diagram, FBD and ST** are available in the course **Micro850 PLC**: <https://codeandcompile.com/course/micro850-plc>&#x20;
{% endhint %}

### More information

Learn more about Micro850 PLC at this page [Books and Guides](/resources/books-and-guides.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.codeandcompile.com/factory-automation/plc/allen-bradley/micro850-plc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
