Fixed - genesis library path issue
This commit is contained in:
parent
38fa86d243
commit
7e95e18207
@ -262,12 +262,12 @@ namespace TBF.Rig.TestMethods.GenesisCommunication.GenesisHead
|
||||
//myGenesis.SetLogger(); - private, but called into basic constructor!
|
||||
myGenesis.SetupGenesisMeter(
|
||||
SlotNr,
|
||||
new /*Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig.*/PortConfig()
|
||||
new Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig.PortConfig()
|
||||
{
|
||||
Type = "Xylem.Common.Hardware.Interfaces.Ports.SerialPorts.IrdaSerialPort",
|
||||
PortName =$"COM{HeadComPortNr}"
|
||||
},
|
||||
new /*Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig.*/PortConfig()
|
||||
new Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig.PortConfig()
|
||||
{
|
||||
Type = "",
|
||||
PortName = $"COM{OptoComPortNr}"
|
||||
@ -537,7 +537,7 @@ namespace TBF.Rig.TestMethods.GenesisCommunication.GenesisHead
|
||||
{
|
||||
|
||||
|
||||
myGenesis.BuildAndCheckCalibFactorsAllChannels(refVol.Value / 1000, testTimeS, Q2ErrWOCorrection, 0.0, (int?)null);
|
||||
myGenesis.BuildAndCheckCalibFactorsAllChannels(refVol.Value / 1000, testTimeS, Q2ErrWOCorrection, 0.0/*, (int?)null*/);
|
||||
myGenesis.SetCalibFactorsAllChannels(false);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user