diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-11-15 11:14:01 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-11-15 11:14:01 +0200 |
| commit | 59052dd593c0d3d4eb2bf6c579e44c06daf7a038 (patch) | |
| tree | d39dd9289e16d897e82efe8be4c48509c4895cbb /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection | |
| parent | 81b37f187ad6823bb27ce132782301fb0bbd0c75 (diff) | |
| download | Tango-59052dd593c0d3d4eb2bf6c579e44c06daf7a038.tar.gz Tango-59052dd593c0d3d4eb2bf6c579e44c06daf7a038.zip | |
Job runs extended info.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 3 |
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) |
