aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-01-21 13:53:00 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-01-21 13:53:00 +0200
commit63579cee4493c4a8e3d64348d644fd2eecaca055 (patch)
treebc8e92b3a2751c5fe186ad9af08d88ad8fc02628 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection
parent1d69ae8399a8e2419af3c4391ea387f5180561c3 (diff)
downloadTango-63579cee4493c4a8e3d64348d644fd2eecaca055.tar.gz
Tango-63579cee4493c4a8e3d64348d644fd2eecaca055.zip
PPC v1.0.0
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
-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 340b64765..7c6287933 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
@@ -93,6 +93,8 @@ namespace Tango.PPC.Common.Connection
MachineOperator.EnableEventsNotification = true;
MachineOperator.EnableJobResume = true;
MachineOperator.UseKeepAlive = true;
+ MachineOperator.EnableDiagnostics = false;
+ MachineOperator.EnableEmbeddedDebugging = false;
}
private async void ConnectionThreadMethod()
@@ -128,6 +130,8 @@ namespace Tango.PPC.Common.Connection
LogManager.Log("Connecting machine operator...");
MachineOperatorChanged?.Invoke(this, new MachineOperatorChangedEventArgs(MachineOperator, MachineOperator));
await MachineOperator.Connect();
+
+
}
else
{