iPerl ST component, symbol IPERLST_SPECIAL, etc. added to the project, ver. 2.4.260.

This commit is contained in:
Milan Hanajik
2016-04-07 15:37:49 +02:00
parent e94443ad8a
commit f901367817
23 changed files with 136 additions and 60 deletions
@@ -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