aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-05-07 14:16:32 +0300
committerRoy <Roy.mail.net@gmail.com>2023-05-07 14:16:32 +0300
commit67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b (patch)
tree032c62fc0d3da59c9717d003264fa7546c344e6f /Software/Visual_Studio/PPC/Tango.PPC.Common
parenta78e489a56f09eb6a0a3ffa557e602ee8c7e67a2 (diff)
downloadTango-67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b.tar.gz
Tango-67e50ef4b6714bc1f79e639d031a22a4a4b0ec8b.zip
Fixed issue with dryer buffer length on eureka.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs4
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)