aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-03-14 16:15:16 +0200
committerRoy <Roy.mail.net@gmail.com>2023-03-14 16:15:16 +0200
commit059d15ea2de2f5ca5bf3ebde9d3e5223f9e84211 (patch)
treea76dfcecedd4720aeb6d9405a24fbedb8cf3fa70 /Software
parent74650fb4891617561c4686099938150eb34fdb25 (diff)
downloadTango-059d15ea2de2f5ca5bf3ebde9d3e5223f9e84211.tar.gz
Tango-059d15ea2de2f5ca5bf3ebde9d3e5223f9e84211.zip
MS Eureka Connection on USB.
Diffstat (limited to 'Software')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs
index 70888564b..293cccec4 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs
@@ -580,6 +580,7 @@ namespace Tango.MachineStudio.UI.ViewModels
{
_reconnectionMachine = client;
+ client.MachineType = machine.Type; //In case trying to connect to Eureka on USB.
await client.Connect();
client.SerialNumber = machine.SerialNumber;
ApplicationManager.SetConnectedMachine(client);