- COmponent properties 'Position' --> 'Idx0' or 'Idx1'
- process data logging, RegulVal position logging - changes for I11+I12, NOK yet
This commit is contained in:
@@ -17,7 +17,7 @@ namespace TBF.BenchControl.GenericDevices
|
||||
/// <summary>
|
||||
/// 1 based index of the reference flowmeter
|
||||
/// </summary>
|
||||
int Position { get; }
|
||||
int Idx1 { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Measurement correction table
|
||||
|
||||
@@ -7,6 +7,14 @@ namespace TBF.BenchControl.GenericDevices
|
||||
{
|
||||
public interface IRegulValve : IComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// Regulation valve position 0.0 .. 100.0 %
|
||||
/// </summary>
|
||||
float Position { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Dictionary for position re-use
|
||||
/// </summary>
|
||||
IDictionary<float, float> Dict { get; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user