> 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/resources/based-on-courses.md).

# Based on Courses

## Udemy courses

If you are redirecting here from our Udemy courses, this page will be helpful to you. The following are the courses offered on Udemy with navigation links to the resources available.

<details>

<summary>Learn 5 PLCs in a Day</summary>

One of the best-selling courses to start learning PLC programming from Scratch

1. Basic Industrial Control&#x20;
2. Delta PLC [DVP 12SE](/factory-automation/plc/delta-electronics/dvp-12se.md)
3. Delta Analog Inputs and Outputs [DVP 10SX](/factory-automation/plc/delta-electronics/dvp-10sx.md)
4. Allen Bradley
   1. [Micro850 PLC](/factory-automation/plc/allen-bradley/micro850-plc.md)
   2. [Micrologix 1000 PLC](/factory-automation/plc/allen-bradley/micrologix-1000-plc.md)
   3. [Micrologix 1400 PLC](/factory-automation/plc/allen-bradley/micrologix-1400-plc.md)
5. Siemens S7-200 PLC [S7-200](/factory-automation/plc/siemens/s7-200.md)
6. Omron PLC [Omron](/factory-automation/plc/omron.md)
7. Schneider PLC
8. Delta HMI [Delta HMI](/factory-automation/hmi/delta-hmi.md)

</details>


---

# 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:

```
GET https://wiki.codeandcompile.com/resources/based-on-courses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
