From 173a49801811a50343605f6b7488f71a3ad7bee7 Mon Sep 17 00:00:00 2001 From: "Freud, Kang" Date: Tue, 16 Dec 2014 23:50:41 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 94dc64e..95dcd9a 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,24 @@ OPC client examples include [utgard](http://openscada.org/projects/utgard/) and Also for the real produce environment, there's two example for performance test. -

Next Step

- +##Next Step +-继续压力测试 +-10W点下异步的时间 +-异步下多少线程数是最好的 +-发布订阅实现读取 +-场景选择 +-监测点与场景及thread数目选择问题 -

现在依然存在的问题

-1. 发布订阅的实现 -2. 异步的源码实现 \ No newline at end of file + +##现在依然存在的问题 +-发布订阅的实现 +-异步的源码实现 + +##资源 +-`OPC_Client_Jeasyopc` JeasyOPC的测试Example +-`OPC_Client_Jeasyopc_Perfermance` JeasyOPC的压力测试Example +-`OPC_Client_Utgard` Utgard的测试Example +-`OPC_Client_Utgard_Perfermance` Utgard的压力测试Example +-`书籍` OPC开发参考书籍 +-`学习笔记` 个人OPC学习笔记和一个测试结果文档`OPC压力测试结果汤剂` +-`安装文件` 一个OPC Server 模拟器 ·Matrikon Simulation OPC Server· From 15efa7767ebfba40fbd5c60050fd6f17aca8d425 Mon Sep 17 00:00:00 2001 From: "Freud, Kang" Date: Tue, 16 Dec 2014 23:51:26 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 95dcd9a..153475c 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,23 @@ OPC client examples include [utgard](http://openscada.org/projects/utgard/) and Also for the real produce environment, there's two example for performance test. ##Next Step --继续压力测试 --10W点下异步的时间 --异步下多少线程数是最好的 --发布订阅实现读取 --场景选择 --监测点与场景及thread数目选择问题 ++ 继续压力测试 ++ 10W点下异步的时间 ++ 异步下多少线程数是最好的 ++ 发布订阅实现读取 ++ 场景选择 ++ 监测点与场景及thread数目选择问题 ##现在依然存在的问题 --发布订阅的实现 --异步的源码实现 ++ 发布订阅的实现 ++ 异步的源码实现 ##资源 --`OPC_Client_Jeasyopc` JeasyOPC的测试Example --`OPC_Client_Jeasyopc_Perfermance` JeasyOPC的压力测试Example --`OPC_Client_Utgard` Utgard的测试Example --`OPC_Client_Utgard_Perfermance` Utgard的压力测试Example --`书籍` OPC开发参考书籍 ++ `OPC_Client_Jeasyopc` JeasyOPC的测试Example ++ `OPC_Client_Jeasyopc_Perfermance` JeasyOPC的压力测试Example ++ `OPC_Client_Utgard` Utgard的测试Example ++ `OPC_Client_Utgard_Perfermance` Utgard的压力测试Example ++ `书籍` OPC开发参考书籍 -`学习笔记` 个人OPC学习笔记和一个测试结果文档`OPC压力测试结果汤剂` -`安装文件` 一个OPC Server 模拟器 ·Matrikon Simulation OPC Server· From 24e301612502146b2642e7ad220535cc799db8a3 Mon Sep 17 00:00:00 2001 From: "Freud, Kang" Date: Tue, 16 Dec 2014 23:53:45 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 153475c..013a91b 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,23 @@ OPC_Client OPC client examples include [utgard](http://openscada.org/projects/utgard/) and [jeasyopc](http://sourceforge.net/projects/jeasyopc/?source=navbar) Also for the real produce environment, there's two example for performance test. +-------------------------------------- +##已完成 +`Utgard`部分已经全部完成 +-------------------------------------- ##Next Step -+ 继续压力测试 -+ 10W点下异步的时间 ++ JeasyOPC继续压力测试 ++ 40W点下异步的时间 + 异步下多少线程数是最好的 -+ 发布订阅实现读取 -+ 场景选择 -+ 监测点与场景及thread数目选择问题 +-------------------------------------- ##现在依然存在的问题 -+ 发布订阅的实现 -+ 异步的源码实现 ++ JeasyOPC发布订阅的实现 ++ JeasyOPC异步的源码实现 + +-------------------------------------- ##资源 + `OPC_Client_Jeasyopc` JeasyOPC的测试Example @@ -24,5 +28,5 @@ Also for the real produce environment, there's two example for performance Date: Tue, 16 Dec 2014 23:54:22 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 013a91b..18ffaf8 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,21 @@ -OPC_Client -========== +##OPC_Client OPC client examples include [utgard](http://openscada.org/projects/utgard/) and [jeasyopc](http://sourceforge.net/projects/jeasyopc/?source=navbar) Also for the real produce environment, there's two example for performance test. --------------------------------------- -##已完成 +##已完成 `Utgard`部分已经全部完成 --------------------------------------- + ##Next Step + JeasyOPC继续压力测试 + 40W点下异步的时间 + 异步下多少线程数是最好的 --------------------------------------- - ##现在依然存在的问题 + JeasyOPC发布订阅的实现 + JeasyOPC异步的源码实现 --------------------------------------- - ##资源 + `OPC_Client_Jeasyopc` JeasyOPC的测试Example + `OPC_Client_Jeasyopc_Perfermance` JeasyOPC的压力测试Example From f20744357ba525488fcd14f78d32f61945929e6c Mon Sep 17 00:00:00 2001 From: "Freud, Kang" Date: Tue, 16 Dec 2014 23:55:16 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ffaf8..4391ad0 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ Also for the real produce environment, there's two example for performance