SENTEC: StateMachine.Period = 1s again, ver. 2.18.941
This commit is contained in:
parent
420cf6397b
commit
aa95f60a81
@ -57,7 +57,7 @@ namespace TBF.BenchControl
|
||||
|
||||
|
||||
/// Time and synchronization
|
||||
#if TURA_IPERL || SENTEC
|
||||
#if TURA_IPERL
|
||||
public const int Period = 2; /// State machine period in sec.
|
||||
#else
|
||||
public const int Period = 1; /// State machine period in sec.
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.18.940.0")]
|
||||
[assembly: AssemblyFileVersion("2.18.940.0")]
|
||||
[assembly: AssemblyVersion("2.18.941.0")]
|
||||
[assembly: AssemblyFileVersion("2.18.941.0")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user