更新最新2026

This commit is contained in:
GukSang.Jin
2026-05-18 14:06:04 +08:00
parent 41435205a4
commit 40bcd313a2
22 changed files with 1275 additions and 323 deletions

View File

@@ -5,6 +5,8 @@ namespace TabletTester2025.Services
public interface IPlcService
{ //建立通讯链接
Task ConnectAsync();
//确认 PLC 当前可通讯,不能只依赖 TCP socket 状态。
Task<bool> CheckConnectionAsync();
//从 PLC 的指定起始地址,读取 1 个 32 位浮点型float数据。
Task<float> ReadFloatAsync(ushort startAddress);
//从 PLC 的指定起始地址,读取 1 个 32 位整型int数据。