From 1b4876fa8c75d9a0f3ffbfdc515a59a776f9dd65 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 19 四月 2024 14:42:27 +0800 Subject: [PATCH] 增加数据上传秒延迟模式,增加远距离通道,测试网关通讯能力模式 --- Src/application/dw_mbx_tag.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_mbx_tag.h b/Src/application/dw_mbx_tag.h index 1f79886..b76c20a 100644 --- a/Src/application/dw_mbx_tag.h +++ b/Src/application/dw_mbx_tag.h @@ -90,6 +90,7 @@ #define POLL_FREQ_IDX 8 //分配的发送频率,需要+400的偏移量。 #define PWTAG_RW_FLAG_IDX 9 //读写标志 0无读写 1写入 2读取 #define PWTAG_WRITE_IDX_IDX 10 //写入地址 +#define PWTAG_SECDELAY_IDX 10 //写入标签秒延迟 与读写地址共用一个位置,当有读写地址时,就没有这个参数。 #define PWTAG_WRITE_VALUE_IDX 11 //写入值 #define WGRSP_RWTAG_NONE 0//网关回复标签,无读写 -- Gitblit v1.9.3