64/83
if([u32: LPr896] == 9999){
[u16: GD16301] = 1; // Displays the unit kW.
}else{
[u16: GD16301] = 0; // Hides the unit.
}
Base screen 14200
Diagnosis: confirmation display
if([u32:OP2] ==4){ //When the inverter operation mode is the NET operation mode
// Judges if the inverter is operating or stopped, open W-14200 if it is stopped and W-14201 if it is operating.
if([u32: OP3] == 0) //While the inverter is stopped
{
rst([b: GB18100]); //Turns off the bit for displaying the OK switch.
[u16: GD18100] = 0; //Initializes the status display comment.
[<$: Com_Label: u16_Com_CngOvrRpDv3>] = 14200; //Opens W-14200.
}else
{
if([u32: OP3]==3){ //When the inverter alarm is occuring
[u16: GD18800] = 1; //Changes the display comment for W-14201.
}else{ //When the inverter is operating
[u16: GD18800] = 0; //Changes the display comment for W-14201.
}
[<$: Com_Label: u16_Com_CngOvrRpDv3>] =14201; //Opens W-14201.
}
}else{ //When the inverter operation mode is other than the NET
operation mode
[u16:GD18800] = 2; //Changes the display comment for W-14201.
[<$:Com_Label:u16_Com_CngOvrRpDv3>] =14201; //Opens W-14201.
}
Diagnosis: Forward command ON
set([b: CMD1]); //Turns on the forward command.
set([b: GB18000]); //Turns on the trigger for script No.12011.
Diagnosis: start diagnosis
[u32: LPr1480] = 1; //Starts machine diagnosis.
set([b: GB18001]); //Turns on the trigger for script No.12012.
Diagnosis: Execute confirmation
if([u32: LPr1480] == 1){ //Executing machine diagnosis
set([b: GB18002]); //Turns on the trigger for script No.12013.
rst([b: GB18001]); //Turns off the trigger for script No.12012.
}
Diagnosis: Normal completion
if([u32: LPr1480] ==0){ //Normal completion of machine diagnosis
set([b: CMD0]); //Turns on the stop command.
set([b: GB18003]); //Turns on the trigger for script No.12014.
rst([b: GB18002]); //Turns off the trigger for script No.12013.
[u16: GD18100] = 1; //Changes the display comment for W-14202.
}else{