Bahrain: Component upgraded (4.12.2017), changes for diverter, faster program shutdown, camera bins changed, ver. 2.17.763
This commit is contained in:
parent
ace0bdb2a6
commit
e762aca7fb
@ -49,7 +49,7 @@ namespace TBF.BenchControl.Elde
|
||||
public UInt128 RRoute { get { return ctrlBrdComponent.rRoute; } }
|
||||
#endif
|
||||
|
||||
#if KEMPNO_50 || KRAKOW_50
|
||||
#if KEMPNO_50 || KRAKOW_50 || BAHRAIN_50
|
||||
public uint DivTime(int id) { return ctrlBrdComponent.divTime[id]; }
|
||||
public void SetDivLimit(int divNo, uint limLoPct, uint limHiPct)
|
||||
{
|
||||
|
||||
@ -234,9 +234,9 @@ namespace TBF.BenchControl.Network.Camera.CLP1611
|
||||
|
||||
public void StopDevice2()
|
||||
{
|
||||
if (scpThread != null) scpThread.Join(500);
|
||||
if (rtpListenerThread != null) rtpListenerThread.Join(200);
|
||||
if (msrmntListenerThread != null) msrmntListenerThread.Join(200);
|
||||
if (scpThread != null) scpThread.Join(50);
|
||||
if (rtpListenerThread != null) rtpListenerThread.Join(50);
|
||||
if (msrmntListenerThread != null) msrmntListenerThread.Join(50);
|
||||
|
||||
if (rtpUdpClient != null)
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
pkill DiscoveryDaemon
|
||||
cp clp/DiscoveryDaemon /usr/bin
|
||||
cp clp/rc.local /etc
|
||||
shutdown -r now
|
||||
reboot
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.17.762.0")]
|
||||
[assembly: AssemblyFileVersion("2.17.762.0")]
|
||||
[assembly: AssemblyVersion("2.17.763.0")]
|
||||
[assembly: AssemblyFileVersion("2.17.763.0")]
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user