63/83
Base screen 12100
Recipe Process before backup
set([<$: Com_Label: u16_Com_RcpCmCntlDv [0].b1>]); //Recipe common control Turn on the read
trigger
rst([b: GB17500]); //Turn off the backup trigger
Recipe Process after backup
Rise $Com_Label: u16_Com_Rcp
CmNtcDv[0].b1
//Turn off the read trigger after confirming the Recipe-shared Read-in-progress signal
rst([<$: Com_Label: u16_Com_RcpCmCntlDv[0].b1>]); //Recipe common control Turn off the read
trigger
Recipe Process before restore
set([<$: Com_Label: u16_Com_RcpCmCntlDv[0].b0>]); //Recipe common control Turn on the write trigger
rst([b: GB17600]); //Turn off the restoration trigger
Recipe Process after restore
Rise $Com_Label: u16_Com_Rcp
CmNtcDv[0].b0
//Turn off the write trigger after confirming the Recipe-shared Write-in-progress signal
rst([<$: Com_Label: u16_Com_RcpCmCntlDv[0].b0>]); //Recipe common control Turn off the write trigger
Base screen 12201
Batch Monitor2 UnitSwitch
// Switches the unit of power saving effect (PV50) according to the values of Pr.895, Pr.896 and Pr.897.
if([u32: LPr897] == 9999){
if([u32: LPr895] == 9999){
[u16: GD16300] = 1; // Displays the unit kW.
}else{
[u16: GD16300] = 2; // Displays the unit %.
}
}else{
if([u32: LPr896] == 9999){
if([u32: LPr895] == 9999){
[u16: GD16300] = 1; // Displays the unit kW.
}else{
[u16: GD16300] = 2; // Displays the unit %.
}
}else{
[u16: GD16300] = 0; // Hides the unit.
}
}
// Switches the unit of cumulative energy saving (PV51) according to the value of Pr.896.