Add DM200
This commit is contained in:
@@ -53,6 +53,7 @@ enum TCPIP_RESPONSE_RESULT
|
||||
RESPONSE_READ_SENSOR_STATE,
|
||||
RESPONSE_READ_CCD_DATA,
|
||||
RESPONSE_READ_ERRCODE,
|
||||
RESPONSE_READ_PLC_STATUS,
|
||||
RESPONSE_RESULT
|
||||
};
|
||||
|
||||
@@ -121,12 +122,14 @@ public:
|
||||
short *DM5000;
|
||||
short *DM8000;
|
||||
short *DM10000;
|
||||
short *DM200;
|
||||
|
||||
|
||||
BOOL StartServer(HWND _hWnd,short _nPort);
|
||||
BOOL StopServer();
|
||||
BOOL _Send_Cmd_Write_State();
|
||||
BOOL Response_Handshake();
|
||||
BOOL Response_PLC_DM200_R(short _StartAddr,short _DataSize);//PLC State
|
||||
BOOL Response_PLC_DM5000_R(short _StartAddr,short _DataSize);//PLC State
|
||||
BOOL Response_PLC_DM10000_R(short _StartAddr,short _DataSize);//CCD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user