20 lines
851 B
Markdown
20 lines
851 B
Markdown
# Python Scripting in CODESYS
|
|
|
|
This folder contains practical documentation for using Python scripting with the CODESYS IDE.
|
|
|
|
## Files
|
|
|
|
- `setup-in-codesys-ide.md` - step-by-step setup and verification in the IDE
|
|
- `what-you-can-do.md` - real use cases, limits, and automation ideas
|
|
- `mcp_codesys_bridge/` - Linux MCP server for Cursor
|
|
- `windows_codesys_agent/` - Windows VM service that executes CODESYS actions
|
|
- `codesys-mcp-bridge-operations.md` - deployment, security, and smoke-test guide
|
|
- `how-to-use-codesys-mcp.md` - day-to-day usage, workflow, and FAQ
|
|
|
|
## Quick Start
|
|
|
|
1. Open `setup-in-codesys-ide.md` and complete the environment setup.
|
|
2. Run the small validation script from the guide.
|
|
3. Use `what-you-can-do.md` to choose your first automation workflow.
|
|
4. Follow `codesys-mcp-bridge-operations.md` to deploy MCP + VM agent bridge.
|