diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-07 14:16:32 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-07 14:16:32 +0300 |
| commit | 67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b (patch) | |
| tree | 032c62fc0d3da59c9717d003264fa7546c344e6f /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection | |
| parent | a78e489a56f09eb6a0a3ffa557e602ee8c7e67a2 (diff) | |
| download | Tango-67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b.tar.gz Tango-67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b.zip | |
Fixed issue with dryer buffer length on eureka.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 4 |
1 files changed, 4 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 a5fb92959..93fde75a5 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -124,6 +124,10 @@ namespace Tango.PPC.Common.Connection MachineOperator.EnableJobLiquidQuantityValidation = settings.EnableJobLiquidQuantityValidation; (MachineOperator.JobRunsLogger as BasicJobRunsLogger).CreateJobRunsFiles = true; + +#if Eureka + ProcessParametersTable.DryerBufferMode = BL.Enumerations.MachineTypes.Eureka; +#endif } private void MachineOperator_StatusChanged(object sender, MachineStatuses status) |
