diff options
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.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 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>(); |
