45 pgmⅢ programmable ethernet control system – CREATOR CR-PGMIII User Manual

Page 52

Advertising
background image

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.”);

}

}

Advertising