发布于 2008-02-19 11:18:24
0楼
DATA_BLOCK DB 12
TITLE = "Alarm."
AUTHOR : KitShao
FAMILY : SPP
NAME : L_U
VERSION : 0.1
STRUCT
emergency_stop : bool ; //err_all 没有电源或急停开关
door_open : bool ; //err_all 安全门打开
magazine_error_1 : bool ; //err_all 板架1不在工作位置
magazine_error_2 : bool ; //err_all 板架2不在工作位置
alarm_reserve1 : bool ; //err_all
alarm_reserve2 : bool ; //err_all
process_not_ready : bool ; //warning_all 下一制程未准备就绪
machine_not_ready : bool ; //warning_all 下一机器没有准备好
END_STRUCT ;
begin
END_DATA_BLOCK
志存高远,追求卓越!