1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media.Imaging;
using Tango.Core;
using Tango.SharedUI.Helpers;
namespace Tango.Scripting.IDE
{
public abstract class ProjectItem : ExtendedObject, IProjectItem
{
private static Dictionary<String, BitmapSource> _imageCache;
static ProjectItem()
{
_imageCache = new Dictionary<string, BitmapSource>();
}
public string Name { get; set; }
public ObservableCollection<IProjectItem> Items { get; set; }
public ObservableCollection<ISolutionItemCommand> Commands { get ; set; }
public ProjectItem():base()
{
Items = new ObservableCollection<IProjectItem>();
}
public abstract BitmapSource Image { get; }
public abstract FrameworkElement OnGetView();
private FrameworkElement GetViewusing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data.Entity;
using Tango.BL;
using Tango.MachineStudio.Common;
using Tango.MachineStudio.MachineManager.Models;
using Tango.BL.Entities;
using Tango.Core.Commands;
using Tango.MachineStudio.Common.Notifications;
using Z.EntityFramework.Plus;
using System.ComponentModel;
using Tango.BL.Enumerations;
namespace Tango.MachineStudio.MachineManager.ViewModels
{
public class MainViewVM : StudioViewModel
{
private INotificationProvider _notification;
private bool _preventChange;
private List<MachineModel> _machines;
public List<MachineModel> Machines
{
get { return _machines; }
set { _machines = value; RaisePropertyChangedAuto(); }
}
private String _filter;
public String Filter
{
get { return _filter; }
set
{
if (_filter != value)
{
_filter = value;
OnFilterChanged();
}
}
}
private List<HardwareVersion> _hardwareVersions;
public List<HardwareVersion> HardwareVersions
{
get { return _hardwareVersions; }
set { _hardwareVersions = value; RaisePropertyChangedAuto(); }
}
private HardwareVersion _selectedHardwareVersion;
public HardwareVersion SelectedHardwareVersion
{
get { return _selectedHardwareVersion; }
set { _selectedHardwareVersion = value; RaisePropertyChangedAuto(); InvalidateRelayCommands(); }
}
private bool? _enableSoftwareUpdate;
public bool? EnableSoftwareUpdate
{
get { return _enableSoftwareUpdate; }
set { _enableSoftwareUpdate = value; RaisePropertyChangedAuto(); InvalidateRelayCommands(); }
}
private bool? _enableFirmwareUpgrade;
public bool? EnableFirmwareUpgrade
{
get { return _enableFirmwareUpgrade; }
set { _enableFirmwareUpgrade = value; RaisePropertyChangedAuto(); InvalidateRelayCommands(); }
}
private bool? _selectAll;
public bool? SelectAll
{
get { return _selectAll; }
set { _selectAll = value; RaisePropertyChangedAuto(); OnSelectAllChanged(); InvalidateRelayCommands(); }
}
public RelayCommand ApplyCommand { get; set; }
public MainViewVM(INotificationProvider notificationProvider)
{
Machines = new List<MachineModel>();
_notification = notificationProvider;
ApplyCommand = new RelayCommand(Apply, CanApply);
}
public override void OnApplicationReady()
{
}
private async void OnFilterChanged()
{
await LoadMachines();
}
private void OnSelectAllChanged()
{
if (Machines != null && SelectAll != null)
{
_preventChange = true;
Machines.ForEach(x => x.IsSelected = SelectAll.Value);
_preventChange = false;
}
}
private async Task LoadMachines()
{
try
{
using (_notification.PushTaskItem("Loading machines..."))
{
SelectAll = null;
foreach (var machine in Machines.ToList())
{
machine.PropertyChanged -= Machine_PropertyChanged;
}
using (ObservablesContext db = ObservablesContext.CreateDefault())
{
var sites = await db.Sites.ToListAsync();
var machines = await db.Machines
.Include(x => x.Organization.Name)
.Include(x => x.Configuration.HardwareVersion.Name)
.Include(x => x.Configuration.HardwareVersion.Version)
.Include(x => x.Configuration.HardwareVersion.Guid)
.Select(x => new
{
x.Guid,
x.SerialNumber,
x.Name,
x.SuspendVersionUpdate,
x.SetupFirmware,
x.SetupFpga,
x.ConfigurationGuid,
HardwareVersionGuid = x.Configuration.HardwareVersion.Guid,
HardwareVersionName = x.Configuration.HardwareVersion.Name,
HardwareVersionVersion = x.Configuration.HardwareVersion.Version,
OrganizationName = x.Organization.Name,
x.SiteGuid
}).ToListAsync();
var models = new List<MachineModel>();
foreach (var machine in machines)
{
MachineModel model = new MachineModel();
model.Guid = machine.Guid;
model.SerialNumber = machine.SerialNumber;
model.Name = machine.Name;
model.EnableFirmwareUpgrade = machine.SetupFirmware;
model.EnableSoftwareUpdate = !machine.SuspendVersionUpdate;
model.ConfigurationGuid = machine.ConfigurationGuid;
model.HardwareVersionGuid = machine.HardwareVersionGuid;
model.HardwareVersionName = machine.HardwareVersionName;
model.HardwareVersionVersion = machine.HardwareVersionVersion;
model.OrganizationName = machine.OrganizationName;
model.Site = sites.FirstOrDefault(x => x.Guid == machine.SiteGuid)?.Name;
models.Add(model);
}
if (Filter.IsNotNullOrEmpty())
{
var filter = Filter.ToLower();
models = models.Where(x =>
x.SerialNumber.ToLower().StartsWith(filter) ||
x.Name.ToLower().StartsWith(filter) ||
x.OrganizationName.ToLower().StartsWith(filter) ||
x.Site.ToStringOrEmpty().ToLower().StartsWith(filter)
).ToList();
}
foreach (var model in models)
{
var lastUpdate = await db.TangoUpdates.Where(
x => x.MachineGuid == model.Guid &&
(x.Status == (int)TangoUpdateStatuses.SetupCompleted ||
x.Status == (int)TangoUpdateStatuses.UpdateCompleted ||
x.Status == (int)TangoUpdateStatuses.OfflineUpdateCompleted ||
x.Status == (int)TangoUpdateStatuses.OfflineFirmwareUpgradeCompleted))
.OrderByDescending(x => x.LastUpdated)
.Select(x => new
{
x.ApplicationVersion,
x.FirmwareVersion
})
.FirstOrDefaultAsync();
if (lastUpdate != null)
{
model.ApplicationVersion = lastUpdate.ApplicationVersion;
model.FirmwareVersion = lastUpdate.FirmwareVersion;
}
}
HardwareVersions = (await db.HardwareVersions.ToListAsync()).OrderByDescending(x => x.Version).ToList();
SelectedHardwareVersion = null;
EnableSoftwareUpdate = null;
EnableFirmwareUpgrade = null;
Machines = models;
foreach (var machine in Machines.ToList())
{
machine.PropertyChanged += Machine_PropertyChanged;
}
}
}
}
catch (Exception ex)
{
LogManager.Log(ex, "Error loading machines.");
_notification.ShowError($"Error loading machines.\n{ex.FlattenMessage()}");
}
}
private void Machine_PropertyChanged(object sender, PropertyChangedEventArgs e)
{
if (_preventChange) return;
if (e.PropertyName == nameof(MachineModel.IsSelected))
{
if (Machines.TrueForAll(x => x.IsSelected))
{
_selectAll = true;
}
else if (Machines.TrueForAll(x => !x.IsSelected))
{
_selectAll = false;
}
else
{
_selectAll = null;
}
RaisePropertyChanged(nameof(SelectAll));
var selectedMachines = Machines.Where(x => x.IsSelected).ToList();
if (selectedMachines.Count > 0)
{
if (selectedMachines.TrueForAll(x => x.EnableSoftwareUpdate))
{
EnableSoftwareUpdate = true;
}
else if (selectedMachines.TrueForAll(x => !x.EnableSoftwareUpdate))
{
EnableSoftwareUpdate = false;
}
else
{
EnableSoftwareUpdate = null;
}
if (selectedMachines.TrueForAll(x => x.EnableFirmwareUpgrade))
{
EnableFirmwareUpgrade = true;
}
else if (selectedMachines.TrueForAll(x => !x.EnableFirmwareUpgrade))
{
EnableFirmwareUpgrade = false;
}
else
{
EnableFirmwareUpgrade = null;
}
if (selectedMachines.TrueForAll(x => x.HardwareVersionGuid == selectedMachines.First().HardwareVersionGuid))
{
SelectedHardwareVersion = HardwareVersions.FirstOrDefault(x => x.Guid == selectedMachines.First().HardwareVersionGuid);
}
else
{
SelectedHardwareVersion = null;
}
}
InvalidateRelayCommands();
}
}
private bool CanApply()
{
var selectedMachines = Machines.Where(x => x.IsSelected).ToList();
if (selectedMachines.Count == 0) return false;
if (EnableSoftwareUpdate != null && selectedMachines.Any(x => x.EnableSoftwareUpdate != EnableSoftwareUpdate)) return true;
if (EnableFirmwareUpgrade != null && selectedMachines.Any(x => x.EnableFirmwareUpgrade != EnableFirmwareUpgrade)) return true;
if (SelectedHardwareVersion != null && selectedMachines.Any(x => x.HardwareVersionGuid != SelectedHardwareVersion.Guid)) return true;
return false;
}
private async void Apply()
{
if (!_notification.ShowQuestion($"You are about to modify {Machines.Count(x => x.IsSelected)} machines. Are you sure?")) return;
try
{
IsFree = false;
using (_notification.PushTaskItem("Applying changes..."))
{
if (Machines == null || Machines.Count(x => x.IsSelected) == 0)
{
_notification.ShowInfo("No machines selected");
return;
}
using (ObservablesContext db = ObservablesContext.CreateDefault())
{
var machines = Machines.Where(x => x.IsSelected).ToList();
var guids = machines.Select(x => x.Guid).ToArray();
if (EnableSoftwareUpdate != null)
{
await db.Machines.Where(x => guids.Contains(x.Guid)).UpdateAsync(x =>
new Machine()
{
SuspendVersionUpdate = !EnableSoftwareUpdate.Value
});
}
if (EnableFirmwareUpgrade != null)
{
await db.Machines.Where(x => guids.Contains(x.Guid)).UpdateAsync(x =>
new Machine()
{
SetupFirmware = EnableFirmwareUpgrade.Value,
SetupFpga = EnableFirmwareUpgrade.Value,
});
}
if (SelectedHardwareVersion != null)
{
guids = machines.Select(x => x.ConfigurationGuid).ToArray();
await db.Configurations.Where(x => guids.Contains(x.Guid)).UpdateAsync(x =>
new Configuration()
{
HardwareVersionGuid = SelectedHardwareVersion.Guid
});
}
}
await LoadMachines();
}
}
catch (Exception ex)
{
LogManager.Log(ex, "Error applying changes.");
_notification.ShowError($"Error applying changes.\n{ex.FlattenMessage()}");
}
finally
{
IsFree = true;
}
}
}
}
|