diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-07-20 15:00:27 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-07-20 15:00:27 +0300 |
| commit | 0606211fa20bc124bd639d6a8d97927520a7041f (patch) | |
| tree | f96df19b8b728511ed40f5bfa3af58fa8d4d96f8 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection | |
| parent | a353bf2a5fae2eb8d81c342a5c5dce0e3de2b086 (diff) | |
| download | Tango-0606211fa20bc124bd639d6a8d97927520a7041f.tar.gz Tango-0606211fa20bc124bd639d6a8d97927520a7041f.zip | |
Fixed Twine X4 Setup connection request.
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 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>(); |
