diff --git a/CommonLibrary/UserSystem.cs b/CommonLibrary/UserSystem.cs
index 5c94c49..4b78a47 100644
--- a/CommonLibrary/UserSystem.cs
+++ b/CommonLibrary/UserSystem.cs
@@ -43,7 +43,7 @@ namespace CommonLibrary
**************************************************************************/
- SoftBasic.FrameworkVersion = new SystemVersion("1.6.24");
+ SoftBasic.FrameworkVersion = new SystemVersion("1.6.25");
}
diff --git a/Public/HslCommunication.dll b/Public/HslCommunication.dll
index 4fd974d..c114b66 100644
Binary files a/Public/HslCommunication.dll and b/Public/HslCommunication.dll differ
diff --git a/Public/HslCommunication.xml b/Public/HslCommunication.xml
index cd6f510..19e6ae6 100644
--- a/Public/HslCommunication.xml
+++ b/Public/HslCommunication.xml
@@ -4823,6 +4823,14 @@
读取的数量,以字节为单位
+
+
+ 一次性从PLC获取所有的数据,按照先后顺序返回一个统一的Buffer,需要按照顺序处理,两个数组长度必须一致
+
+ 起始地址数组
+ 数据长度数组
+
+
将数据写入到PLC数据,地址格式为I100,Q100,DB20.100,M100,以字节为单位
@@ -4905,6 +4913,44 @@
+
+
+ 从返回的西门子数组中获取short数组数据,已经内置高地位转换
+
+
+
+
+
+
+ 从返回的西门子数组中获取int数组数据,已经内置高地位转换
+
+
+
+
+
+
+ 根据索引位转换获取short数据
+
+
+
+
+
+
+
+ 根据索引位转换获取float数据
+
+
+
+
+
+
+
+ 根据索引位转换获取int数据
+
+
+
+
+
一个强类型的资源类,用于查找本地化的字符串等。