Gestione Parametri Macchina
@if (ListRecord.Count == 0) { } else { @foreach (var item in ListRecord) { } }
Parametro Valore DTime

No record found

@item.description
@item.name
@if (isSelected(item.uid)) {
}
@item.value @if (!string.IsNullOrEmpty(item.UM)) {  (@item.UM) }
@if (!string.IsNullOrEmpty(item.reqValue)) {
@item.reqValue
} else { if (!string.IsNullOrEmpty(item.value)) {
} }
@($"{item.lastRead:HH:mm:ss}") @($"{item.lastRead:yyyy.MM.dd HH:mm:ss}")
@if (!string.IsNullOrEmpty(item.reqValue)) {
@($"{item.lastRequest:HH:mm:ss}") @($"{item.lastRequest:yyyy.MM.dd HH:mm:ss}")
}
@if (item.writable) { @if (isSelected(item.uid)) { @*
*@ } else { } }
Elenco parametri di configurazione impianto