From ec1ec68ba7d175f39f5d4e066663cf29fa7c262a Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 14 May 2024 19:56:10 +0800
Subject: [PATCH] 开始增加脉冲、报警线处理
---
Function/STORAGE/system_mem_para.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Function/STORAGE/system_mem_para.h b/Function/STORAGE/system_mem_para.h
index 20ca549..73ee5af 100644
--- a/Function/STORAGE/system_mem_para.h
+++ b/Function/STORAGE/system_mem_para.h
@@ -160,6 +160,9 @@
PARITY_BIT parity_bit;
uint8_t output_voltage_code;
uint8_t slave_address;
+
+ uint8_t broken_line_multiplex; //���߸���
+
uint8_t sub_machine_num;
char flow_meter_serial_number;
@@ -247,10 +250,9 @@
{
VALVE_BILLING_CHANGE_1_T balance_valve_ctrl_byte;
VALVE_BILLING_CHANGE_2_T conditional_valve_ctrl_byte;
- uint16_t valve_close_ctl[2];
int32_t balance_small_value[5];
- uint32_t cumulate_flow_value;
- uint8_t no_gprs_days;
+ uint32_t cumulate_flow_threshold;
+ uint8_t no_wrc_days;
uint8_t no_use_gas_days;
uint8_t reserve[5];
} BILLING_VALVE_CTRL_PATA_T; // �Ʒѱ���\�������ط����Ʋ���
--
Gitblit v1.9.3