Hotfix Write correct ADS Variables + Initialize with AdsManager

This commit is contained in:
2026-03-05 14:54:42 +01:00
parent 9636ff0457
commit 2782bc17be
2 changed files with 9 additions and 8 deletions

View File

@@ -155,8 +155,8 @@ public sealed partial class HotCoolPlatePageVM : ObservableValidator, IDisposabl
HotPlateTargetTemperature = new AnalogValueVM(_adsManager, _variableName + ".stHotplate.stSetpoint", false);
CoolPlateTargetTemperature = new AnalogValueVM(_adsManager, _variableName + ".stCoolplate.stSetpoint", false);
HotplatePackMLControlVm = new();
CoolplatePackMLControlVm = new();
HotplatePackMLControlVm = new(_adsManager, _variableName + "stHotplate.stStationCmds");
CoolplatePackMLControlVm = new(_adsManager, _variableName + "stCoolplate.stStationCmds");
HotplatePackMLControlVm.STitle = "Heizplatte";
CoolplatePackMLControlVm.STitle = "Kühlplatte";