45 lines
1.5 KiB
C#
45 lines
1.5 KiB
C#
//using CordonelPreadjustmentUi.Const;
|
|
//using CordonelPreadjustmentUi.Helper;
|
|
//using Logic.ProductionToProductMapper.Cordonel;
|
|
//using System;
|
|
//using System.Collections.Concurrent;
|
|
//using System.Collections.Generic;
|
|
//using System.Globalization;
|
|
//using System.Linq;
|
|
//using System.Threading;
|
|
//using Logic.ProductionToProductMapper.Cordonel;
|
|
//using Xylem.Common.CommonCore.Consts;
|
|
//using Xylem.Common.Hardware.Interfaces.Ports.PortCore;
|
|
//using Xylem.Common.Hardware.Interfaces.Protocols.ProtocolCore.EventArguments;
|
|
//using Xylem.Common.Hardware.WaterMeter.Genesis.DataPackages.EventArguments;
|
|
//using Xylem.Common.Hardware.WaterMeter.Genesis.DataPackages.MeasurementRecords;
|
|
//using Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig;
|
|
//using Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore;
|
|
//using Xylem.Common.Ui.CordonelPreadjustmentUi.Helper.Extensions;
|
|
|
|
//namespace CordonelPreadjustmentUi
|
|
//{
|
|
// public class ZeroFlowSinglePathMeter : ZeroFlowGenesisMeter
|
|
// {
|
|
|
|
|
|
// public ZeroFlowSinglePathMeter(int Slot, int PathsCount = 3, bool ignorCurruptdata = true) : base()
|
|
// {
|
|
|
|
// //base.SetupFromConfigFile(Slot, ignorCurruptdata);
|
|
|
|
|
|
// ////base.EnableAutoLogon();
|
|
// //base.Setup(PathsCount);
|
|
|
|
// ////on zeroflow every param has to be stored
|
|
// //Configuration.UseRegisterWatchService = true;
|
|
// //Configuration.RegisterWatchServiceUrl = Xylem.Common.CommonCore.Configuration.ServiceUrls.RegisterWatchServiceUrl();
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
//}
|