# plc_app **Repository Path**: kaikong/plc_app ## Basic Information - **Project Name**: plc_app - **Description**: No description available - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-05-01 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IEC61131标准的PLC支持模块 + 支持Arduino + 配合Beremiz和[kVPAC](https://www.kaikong.cn/sw/kvpac-plc-69)开发环境使用 + 源码:[https://gitee.com/kaikong/iec_type](https://gitee.com/kaikong/iec_type) + WAMP接口 ```plantuml class WebSockets class WebSocketsClient class WAMP class AutobahnWS WebSockets-->WebSocketsClient:继承 WebSocketsClient-->WAMP AutobahnWS-->WAMP class EthernetClient EthernetClient-->WebSockets class Print class Stream class Client Print->Stream Stream->Client Client->EthernetClient ``` [链接](https://www.kaikong.cn/forum/8/question/plcruntime-361) 来源:iec_type\readme.md