feat: RS485透传改为Modbus RTU Master轮询寄存器41161报警信号
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
/* Modbus TCP 配置 */
|
||||
#if TEST_A701
|
||||
#define MODBUS_SERVER_IP {192, 168, 0, 6} /* A701 测试服务器 */
|
||||
#define MODBUS_SERVER_IP {192, 168, 6, 156} /* A701 测试服务器 */
|
||||
#else
|
||||
#define MODBUS_SERVER_IP {192, 168, 0, 1} /* 现场生产服务器 */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user