| | |
| | |
|
| | | #pragma once
|
| | | #include "HvSerialPort.h"
|
| | | #include "CAnsiParser.h"
|
| | | #include "CDataParser1.h"
|
| | | #include "AnsiParser.h"
|
| | | #include "DataParser1.h"
|
| | | #include "KDefine.h"
|
| | | #include "KLink.h"
|
| | | #include "KMachine.h"
|
| | |
| | | CString ProgTxt;
|
| | |
|
| | |
|
| | | struct stTypeDef
|
| | | struct stTypeNameDef
|
| | | {
|
| | | int nType;
|
| | | CStringA TypeTxt;
|
| | | };
|
| | | static stTypeDef CoilTypeDef[];
|
| | | static stTypeNameDef CoilTypeNameDef[];
|
| | | static int nCoilTypeDefCount;
|
| | |
|
| | | static stTypeDef DataTypeDef[];
|
| | | static stTypeNameDef DataTypeNameDef[];
|
| | | static int nDataTypeDefCount;
|
| | |
|
| | | stKMem KMem;
|
| | |
| | | int ClearMonitor();
|
| | | int DoPLCMonitor();
|
| | | afx_msg void OnMenuStatusShow();
|
| | | afx_msg void OnMenuFactCfg();
|
| | | afx_msg void OnMenuDatetimeSet();
|
| | | afx_msg void OnMenuEventLog();
|
| | | };
|