ok gestione CONF x IO
This commit is contained in:
@@ -12,7 +12,14 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
public string Page { get; set; } = "";
|
||||
public string Wire { get; set; } = "";
|
||||
public string Profinet { get; set; } = "";
|
||||
public string Label { get; set; } = "";
|
||||
public string Label
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = $"LBL_IO_{Id}_{Bank}_{Position}";
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user