Fix Variable Names

This commit is contained in:
2026-03-10 09:37:40 +01:00
parent a753f1c7a7
commit b1be14153f
11 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ namespace InfineonHMI;
/// </summary>
public partial class HotCoolPlatePage : Page
{
public static string AdsVariableName = "GVL_SCADA.stMachine.TrayFeeder";
public static string AdsVariableName = "GVL_SCADA.stMachine";
public static HotCoolPlatePageVM CreateModel(IAdsManager adsManager)
{