无内容

This commit is contained in:
郭睿AMD7950X 2024-12-02 15:35:31 +08:00
parent f93e0c97af
commit 5b634ad172
2 changed files with 3 additions and 4 deletions

View File

@ -919,7 +919,6 @@ namespace YunDa.ISAS.Application.GeneralInformation
} }
return rst; return rst;
} }
/// <summary> /// <summary>
/// 填充出厂编号 /// 填充出厂编号
/// </summary> /// </summary>

View File

@ -132,11 +132,11 @@ namespace YunDa.ISAS.Application.GeneralInformation.SecondaryCircuitInfo
entity.DeviceAddress = 1; entity.DeviceAddress = 1;
entity.InfoAddress = 0; entity.InfoAddress = 0;
entity.InfoCPUSector = 0; entity.InfoCPUSector = 0;
entity.InfoDeviceAddress = dispatchaddr; entity.InfoDeviceAddress = 1;
entity.IsVirtualDevice = true; entity.IsVirtualDevice = true;
entity.IsSelfCheckingValue = false; entity.IsSelfCheckingValue = false;
entity.Name = $"{secondaryCircuitName}_判定遥测"; entity.Name = $"{secondaryCircuitName}_判定遥测";
entity.SeqNo = 100000; entity.SeqNo = dispatchaddr;
entity.IsActive = true; entity.IsActive = true;
entity.IsSave = false; entity.IsSave = false;
entity.IsSendDispatcher = false; entity.IsSendDispatcher = false;
@ -168,7 +168,7 @@ namespace YunDa.ISAS.Application.GeneralInformation.SecondaryCircuitInfo
InfoDeviceAddress = 0, InfoDeviceAddress = 0,
IsVirtualDevice = true, IsVirtualDevice = true,
IsSelfCheckingValue = false, IsSelfCheckingValue = false,
SeqNo = 100000, SeqNo = dispatchaddr,
IsActive = true, IsActive = true,
IsSave = false, IsSave = false,
IsSendDispatcher = true, IsSendDispatcher = true,