65/83
if([u32: LPr1480] >= 81){ //Suspends machine diagnosis.
rst([b: GB18002]); //Turns off the trigger for script No.12013.
[u16: GD18100] = 2; //Changes the display comment for W-14202.
set([b: GB18100]); //Turns on the bit for displaying the OK switch.
rst([b: GB17900]); //Turns off the script trigger used in machine diagnosis.
rst([b: GB18000]);
rst([b: GB18003]);
}
}
Diagnosis: Confirm Inv. Stop
if([u32: OP3] ==0){ //While the inverter is stopped
set([b: GB18004]); //Turns on the trigger for script No.12016.
rst([b: GB18003]); //Turns off the script trigger used in machine diagnosis.
}
Diagnosis: init. at completion
//After the machine diagnosis is completed, displays the OK switch and turns off the triggers used.
set([b: GB18100]); //Turns on the bit for displaying the OK switch.
rst([b: GB17900]); //Turns off the script triggers used for machine diagnosis.
rst([b: GB18000]);
rst([b: GB18001]);
rst([b: GB18002]);
rst([b: GB18003]);
rst([b: GB18004]);