diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-23 16:53:51 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-23 16:53:51 +0200 |
| commit | 58f79af3b62e7737191205e029ccdc8fb79c40cc (patch) | |
| tree | 12bbc2bcef2a217fca046dc58c8570feb3350ccf /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | |
| parent | 60a2692fd4acadfdf8724bb198e38a2689a866fd (diff) | |
| download | Tango-58f79af3b62e7737191205e029ccdc8fb79c40cc.tar.gz Tango-58f79af3b62e7737191205e029ccdc8fb79c40cc.zip | |
Fixed a bug with none site for machine.
Added Job run designation, source, uploading, heating time...
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 | 1 |
1 files changed, 1 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 9b818bd9d..0475f43ac 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -84,6 +84,7 @@ namespace Tango.PPC.Common.Connection MachineOperator.EnableDiagnostics = true; MachineOperator.EnableEmbeddedDebugging = settings.EnableEmbeddedDebugLogs; MachineOperator.EnableAutomaticThreadLoading = settings.EnableAutomaticThreadLoading; + MachineOperator.JobRunsLogger.JobSource = BL.Enumerations.JobSource.Local; MachineOperator.FirmwareUpgradeMode = Integration.Upgrade.FirmwareUpgradeModes.DFU | Integration.Upgrade.FirmwareUpgradeModes.TFP_PACKAGE; |
