Uni.RegValve function simplified, IFlowMeter includes functions from IIDrawingItCmpntWithMeasuredVal, ver. 3.1.1627
This commit is contained in:
@@ -108,7 +108,7 @@ namespace TBF.UI.Bench.Metrology
|
||||
/// Tab-pages for flowmeters
|
||||
if (factory is Rig.Uni.FlowMeter.Factory)
|
||||
{
|
||||
Rig.Elde.FlowMeter.FlowMeterCfg flowMeterCfg = factory.CmpntCfgFromCmpntEntity(cmpnt) as Rig.Elde.FlowMeter.FlowMeterCfg;
|
||||
Rig.Uni.FlowMeter.FlowMeterCfg flowMeterCfg = factory.CmpntCfgFromCmpntEntity(cmpnt) as Rig.Uni.FlowMeter.FlowMeterCfg;
|
||||
|
||||
|
||||
for (int r = 0; r <= 5; r++)
|
||||
|
||||
Reference in New Issue
Block a user