aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy.mail.net@gmail.com>2023-07-20 15:20:40 +0300
committerRoy Ben-Shabat <Roy.mail.net@gmail.com>2023-07-20 15:20:40 +0300
commitbbd13dd113d27c1c07c349716cb9e63f6b6361cd (patch)
treecb736683f53962e13e9850a491b717e166ee6406 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
parent9b6c2a3d1bc63d2b61ef4e8e15e87482731d68c7 (diff)
parentb85112b0931a41924fa6e6d2bf262b56314c0734 (diff)
downloadTango-bbd13dd113d27c1c07c349716cb9e63f6b6361cd.tar.gz
Tango-bbd13dd113d27c1c07c349716cb9e63f6b6361cd.zip
Merge branch 'eureka' of https://twinetfs.visualstudio.com/Tango/_git/Tango into eureka
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.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 9e15abbe0..7f67a4444 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
@@ -396,6 +396,10 @@ namespace Tango.PPC.Common.Connection
machineOperator.EnableJobLiquidQuantityValidation = false;
machineOperator.EnablePowerUpSequence = false;
+#if Eureka
+ machineOperator.MachineType = BL.Enumerations.MachineTypes.Eureka;
+#endif
+
LogManager.Default.Log("Starting machine connection procedure...");
var settings = SettingsManager.Default.GetOrCreate<PPCSettings>();