模拟PLC数据存储区。

This commit is contained in:
TAO Cheng
2014-11-20 21:19:34 +08:00
parent e4cce07a49
commit ed3d4180ea
7 changed files with 487 additions and 168 deletions
@@ -107,7 +107,6 @@ public:
BOOL Response_Handshake();
BOOL Response_PLC_DM5000_R(short _StartAddr,short _DataSize);//PLC State
BOOL Response_PLC_DM10000_R(short _StartAddr,short _DataSize);//CCD
BOOL Response_PLC_DM8000_W(short _StartAddr,short _DataSize);//PC State
BOOL RESPONSE_PLC_DM_UNKNOWN();