
CREATOR CHINA 2011-03
WWW.CREATOR1997.COM
45
PGMⅢ Programmable Ethernet Control System
{
PUSH()
{
instr =“1”;
shuchu();
}
}
BUTTON_EVENT(tp,12)
{
PUSH()
{
instr =“2”;
shuchu();
}
}
BUTTON_EVENT(tp,13)
{
PUSH()
{
instr =“3”;
shuchu();
}
}
BUTTON_EVENT(tp,100)
{
PUSH()
{
SEND_COM(mcom,1,instr +”All.”);
}
}