aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-15 11:14:01 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-15 11:14:01 +0200
commit59052dd593c0d3d4eb2bf6c579e44c06daf7a038 (patch)
treed39dd9289e16d897e82efe8be4c48509c4895cbb /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
parent81b37f187ad6823bb27ce132782301fb0bbd0c75 (diff)
downloadTango-59052dd593c0d3d4eb2bf6c579e44c06daf7a038.tar.gz
Tango-59052dd593c0d3d4eb2bf6c579e44c06daf7a038.zip
Job runs extended info.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
index 18c0f6202..2b3bc2a99 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
@@ -22,6 +22,7 @@ using Tango.Transport;
using System.Threading;
using Tango.Core.ExtensionMethods;
using System.IO.Ports;
+using Tango.Integration.JobRuns;
namespace Tango.PPC.Common.Connection
{
@@ -121,6 +122,8 @@ namespace Tango.PPC.Common.Connection
MachineOperator.EmergencyNotificationProvider.IsEnabled = settings.EnableEmergencyNotifications;
MachineOperator.EnableJobLiquidQuantityValidation = settings.EnableJobLiquidQuantityValidation;
+
+ (MachineOperator.JobRunsLogger as BasicJobRunsLogger).CreateJobRunsFiles = true;
}
private void MachineOperator_StatusChanged(object sender, MachineStatuses status)