# PLC **Repository Path**: xioahz/plc ## Basic Information - **Project Name**: PLC - **Description**: java代码连接plc驱动实现读写 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, plc ## README # PLC #### 介绍 java代码连接plc驱动实现读写 #### 软件架构 JAVA与PLC通讯 S7协议(HslCommunication) #### 使用说明 1. PLC1200 2. PLC200 #### 数据格式 /** * PLC200 JAVA * V Bool 1bit(位) boolean * VB byte,string 1byte\1-255byte byte 1byte * VD int,word 2byte(字节) float 4byte * VW dword,dint,real 4byte(字节) short 2byte */