无内容
This commit is contained in:
parent
f93e0c97af
commit
5b634ad172
@ -919,7 +919,6 @@ namespace YunDa.ISAS.Application.GeneralInformation
|
||||
}
|
||||
return rst;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 填充出厂编号
|
||||
/// </summary>
|
||||
|
@ -132,11 +132,11 @@ namespace YunDa.ISAS.Application.GeneralInformation.SecondaryCircuitInfo
|
||||
entity.DeviceAddress = 1;
|
||||
entity.InfoAddress = 0;
|
||||
entity.InfoCPUSector = 0;
|
||||
entity.InfoDeviceAddress = dispatchaddr;
|
||||
entity.InfoDeviceAddress = 1;
|
||||
entity.IsVirtualDevice = true;
|
||||
entity.IsSelfCheckingValue = false;
|
||||
entity.Name = $"{secondaryCircuitName}_判定遥测";
|
||||
entity.SeqNo = 100000;
|
||||
entity.SeqNo = dispatchaddr;
|
||||
entity.IsActive = true;
|
||||
entity.IsSave = false;
|
||||
entity.IsSendDispatcher = false;
|
||||
@ -168,7 +168,7 @@ namespace YunDa.ISAS.Application.GeneralInformation.SecondaryCircuitInfo
|
||||
InfoDeviceAddress = 0,
|
||||
IsVirtualDevice = true,
|
||||
IsSelfCheckingValue = false,
|
||||
SeqNo = 100000,
|
||||
SeqNo = dispatchaddr,
|
||||
IsActive = true,
|
||||
IsSave = false,
|
||||
IsSendDispatcher = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user