Расширяем OpenPLC с CAN bus

Эта статья является продолжением серии для демо-проекта на базе OpenPLC. В предыдущей части были рассмотрены программирование Raspberry Pi Pico W в режиме Modbus RTU/TCP Slave, управление реле через Ladder-диаграмму. Теперь пришло время добавить в схему CAN-шину. Что добавляется в этой части: узел Pico W получает модуль MCP2515 и подключается к CAN-шине. Для этого в OpenPLC Editor написан пользовательский функциональный блок, который работает поверх ардуино-библиотеки и предоставляет доступ к CAN-шине из обычной Ladder-программы через глобальные переменные-маркеры %MW .

https://habr.com/ru/articles/1028418/

#raspberrypi #openplc #canbus #iec_611313 #diyпроекты

Расширяем OpenPLC с CAN bus

Эта статья является продолжением серии для демо-проекта на базе OpenPLC. В предыдущей части были рассмотрены программирование Raspberry Pi Pico W в режиме Modbus RTU/TCP Slave, управление реле через...

Хабр

⚡ OpenPLC V4 cap_03 Manejo de Pantalla LCD I2C como HMI en #OpenPLC y un #DHT11 con #esp32 devkit v1
https://youtu.be/p4ftmTqgUpw

#IndustrialAutomation

⚡ OpenPLC V4 cap_03 Manejo de Pantalla LCD I2C como HMI en OpenPLC y un DHT11 con esp32 devkit v1

YouTube

Расширяем проект на микроконтроллерах с OpenPLC

В предыдущей статье мы подключили CAN bus к STM32-IHM03, настроили базовую коммуникацию и запустили управление PMSM-двигателем. Теперь пришло время расширить проект — добавить в него периферийный микроконтроллер в качестве удалённого I/O-узла и организовать логику управления с помощью OpenPLC. В этой статье мы рассмотрим, как подключить Raspberry Pi Pico W по Modbus RTU к одноплатному компьютеру Orange Pi, запрограммировать микроконтроллер в среде OpenPLC Editor на языке контактно-релейных схем (LD) и удаленно управлять реле по Modbus. Попутно разберёмся с настройкой шилда RS485 CAN HAT, адресацией пинов и регистров.

https://habr.com/ru/articles/1025660/

#raspberrypi #modbus #openplc #plc #iec_611313 #diyпроекты

Расширяем проект на микроконтроллерах с OpenPLC

В предыдущей статье мы подключили CAN bus к STM32-IHM03, настроили базовую коммуникацию и запустили управление PMSM-двигателем. Теперь пришло время расширить проект — добавить в него периферийный...

Хабр
SPS-Programmierung mit dem Raspberry Pi und dem OpenPLC-Projekt

CVE Alert: CVE-2021-47770 - Autonomy - OpenPLC - RedPacket Security

OpenPLC v3 contains an authenticated remote code execution vulnerability that allows attackers with valid credentials to inject malicious code through the

RedPacket Security

OpenPLC Editor v4.1.0 is coming soon!
Meet Autonomy’s OpenPLC: A multi-hardware Programmable Logic Controller Suite based on Beremiz IDE

#plc #openplc #automation #arduino

https://openplc.discussion.community/post/openplc-editor-v4-1-0-is-coming-soon-13737504?pid=1343444382

Can anybody tell me anything about akYtec and their cloud solution for managing PLC devices?

I've never touched the PLC domain before. The company appears German which is good, but running PLC devices with on-prem control software would be even better I think.

Should I be looking at OpenPLC for instance?

Do I need a rail for of PLC's to play with?

#HALP

#plc #cloud #akytec #openplc

CISA has added CVE-2021-26829
(OpenPLC/ScadaBR XSS) to the Known Exploited Vulnerabilities Catalog.

XSS vulnerabilities in ICS/SCADA environments remain a dependable avenue for attackers, and CISA is urging organizations - not just federal - to prioritize remediation.

How does your team track and respond to KEV updates?

Source: https://www.cisa.gov/news-events/alerts/2025/11/28/cisa-adds-one-known-exploited-vulnerability-catalog

🔔 Follow TechNadu for balanced, non-sensational cybersecurity coverage.

#infosec #CISA #KEV #ICS #SCADA #OpenPLC #OTSecurity #XSS #vulnerabilitymanagement #riskmanagement #cybersecuritynews #threatintel

📢 Cisco Talos dévoile 5 vulnérabilités dans OpenPLC et le routeur IoT Planet WGR-500
📝 Selon Cisco Talos (blog), des chercheurs ont publié cinq vulnérabilités touchant des systèmes de contrôle industriel et un routeu...
📖 cyberveille : https://cyberveille.ch/posts/2025-10-16-cisco-talos-devoile-5-vulnerabilites-dans-openplc-et-le-routeur-iot-planet-wgr-500/
🌐 source : https://blog.talosintelligence.com/open-plc-and-planet-vulnerabilities/
#CVE_2025_53476 #OpenPLC #Cyberveille
Cisco Talos dévoile 5 vulnérabilités dans OpenPLC et le routeur IoT Planet WGR-500

Selon Cisco Talos (blog), des chercheurs ont publié cinq vulnérabilités touchant des systèmes de contrôle industriel et un routeur IoT, avec des règles Snort disponibles pour détecter les tentatives d’exploitation. Les failles comprennent un déni de service dans OpenPLC (CVE-2025-53476) et quatre vulnérabilités dans le routeur IoT Planet WGR-500: dépassements de pile, injection de commandes OS et format string. Impact potentiel: perturbation d’opérations industrielles, exécution de commandes arbitraires et corruption mémoire ⚠️.

CyberVeille

Bueno, ya he alcanzado el siguiente gran hito con mi sistema de domótica de caldera.

El controlador de la caldera ya tiene relé para dar la orden de arranque a la caldera, como haría un termostato tradicional. Y no solo eso, ya puedo accionar el relé (en manual) desde el servidor, os lo muestro en el vídeo.

He integrado además una lógica de bloqueo de seguridad. Esta bloquea el controlador de la caldera temporalmente si detecta 2 arranques seguidos en muy poco tiempo, previniendo que esta de joda por un comportamiento errático.

Dentro del circuito gordo que estoy haciendo para la caldera, el sistema también integrará una parada de emergencia, que dejará al relé sin energía y, por tanto, sin poder arrancar la caldera.

El siguiente gran paso es la lógica de control de temperatura

#arduino #raspberrypi #esp32 #maker #bananapi #OpenPLC #Espressif