Browse Source

20211017, plc通信

huli 3 năm trước cách đây
mục cha
commit
dfbebaf20f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      error_code/error_code.h

+ 2 - 0
error_code/error_code.h

@@ -5,6 +5,8 @@
 
 #define PLC_S7_COMMUNICATION 1	//是否开启plc的通信
 #define WAIT_PLC_RESPONSE 1		//是否等待plc的答复
+//#define MEASURE_TO_PLC_CORRECTION 1		//是否等待plc的答复
+
 
 //Error_code是错误码的底层通用模块,
 //功能:用作故障分析和处理。