From ca9a080e283819b40c424d17332a18423ff6dcb1 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 15 Aug 2019 17:29:25 +0300 Subject: Implemented basic machine status support. --- .../PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs') 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 46a7eeb62..cd432538c 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -78,6 +78,7 @@ namespace Tango.PPC.Common.Connection MachineOperator.EnableEventsNotification = true; MachineOperator.EnableJobResume = true; MachineOperator.UseKeepAlive = true; + MachineOperator.EnableMachineStatusUpdates = true; MachineOperator.EnableDiagnostics = false; MachineOperator.EnableEmbeddedDebugging = false; MachineOperator.FirmwareUpgradeMode = Integration.Upgrade.FirmwareUpgradeModes.DFU | Integration.Upgrade.FirmwareUpgradeModes.TFP_PACKAGE; @@ -263,6 +264,7 @@ namespace Tango.PPC.Common.Connection machineOperator.EnableDiagnostics = false; machineOperator.EnableEmbeddedDebugging = false; machineOperator.EnableEventsNotification = false; + machineOperator.EnableMachineStatusUpdates = false; machineOperator.EnableJobResume = false; LogManager.Default.Log("Starting machine connection procedure..."); -- cgit v1.3.1