iPerl ST component, symbol IPERLST_SPECIAL, etc. added to the project, ver. 2.4.260.
This commit is contained in:
@@ -53,12 +53,12 @@ namespace TBF.BenchControl
|
||||
public static IList<IValve> CoupledValves; /// list of coupled valves
|
||||
public static IList<Elde.ValveEx.Valve> ExtendedValves; /// list of extended valves
|
||||
|
||||
|
||||
/// Time and synchronization
|
||||
#if IPERLST
|
||||
|
||||
/// Time and synchronization
|
||||
#if IPERLST || IPERLST_SPECIAL
|
||||
public const int Period = 2; /// State machine period in sec.
|
||||
#else
|
||||
public const int Period = 1; /// State machine period in sec.
|
||||
#else
|
||||
public const int Period = 1; /// State machine period in sec.
|
||||
#endif
|
||||
|
||||
static DateTime startDateTime; /// DateTime of time instance when the state machine worker thread starts
|
||||
|
||||
Reference in New Issue
Block a user