@using GWMS.UI.Components @using GWMS.UI.Components.ChartJs
@if (currItem != null) {

@currItem.PlantCode

}
  • Pressione: @currItem.PressAct["Main"].ToString("N1") bar
  • PB Alta
  • @if (getPressData("BH", "N1") != "") { Stoccaggio: @getPressData("BH", "N1") bar } else { Stoccaggio: ND bar }
  • @if (getPressData("BHA", "N1") != "") { Alimentazione: @getPressData("BHA", "N1") bar } else { Alimentazione: ND bar }
  • PB Media
  • @if (getPressData("BL", "N1") != "") { Stoccaggio: @getPressData("BL", "N1") bar } else { Stoccaggio: ND bar }
  • @if (getPressData("BLA", "N1") != "") { Alimentazione: @getPressData("BLA", "N1") bar } else { Alimentazione: ND bar }
  • SERBATOIO
    Livello:@currItem.LevelAct.ToString("N0")/@currItem.LevelMax.ToString("N0") | @currItem.LevelRatio %
  • @if (LevelVal == null || LevelVal.Count == 0) { } else { }
  • @if (currItem.SoldTS != null && currItem.SoldTS.Count > 0 && currItem.SoldTS[0].ValDouble > 0) { Venduto Ieri: @currItem.SoldTS[0].ValDouble.ToString("N1") kg } else { Venduto Ieri: ND kg }
    @if (currItem.SoldTS != null && currItem.SoldTS.Count > 1 && currItem.SoldTS[1].ValDouble > 0) { Venduto Oggi: @currItem.SoldTS[1].ValDouble.ToString("N1") kg } else { Venduto Oggi: ND kg }