Page cardAlarm Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Locked : no Swide up page ID : disabled Swide down page ID : disabled Swide left page ID : disabled Swide right page ID : disabled Events Preinitialize Event dim=dimValueNormal vis p0,0 vis tSend,0 vis tInstruction,0 vis tTmp,0 vis tId,0 vis arm1,0 vis arm2,0 vis arm3,0 vis arm4,0 vis b0,0 vis b1,0 vis b2,0 vis b3,0 vis b4,0 vis b5,0 vis b6,0 vis b7,0 vis b8,0 vis b9,0 vis b10,0 vis b11,0 vis tCode,0 vis bPrev,0 vis bNext,0 Variable (string) strCommand Attributes Scope : local Text : Max. Text Size: 200 Variable (string) entn Attributes Scope : local Text : Max. Text Size: 80 Variable (string) tSend Attributes Scope : local Text : Max. Text Size: 100 Variable (string) va1 Attributes Scope : local Text : Max. Text Size: 20 Variable (string) va2 Attributes Scope : local Text : Max. Text Size: 20 Variable (string) va3 Attributes Scope : local Text : Max. Text Size: 20 Variable (string) va4 Attributes Scope : local Text : Max. Text Size: 20 Variable (string) vaAddBtn Attributes Scope : local Text : Max. Text Size: 80 Text tTmp Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Associated Keyboard : none Text : Max. Text Size : 10 Text tInstruction Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Associated Keyboard : none Text : Max. Text Size : 20 Text tId Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Associated Keyboard : none Text : Max. Text Size : 20 Text tCode Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Associated Keyboard : none Text : Max. Text Size : 10 Text tIcon Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Associated Keyboard : none Text : Max. Text Size : 10 Picture p0 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Button bNext Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text :  Max. Text Size : 10 Events Touch Press Event tSend.txt="event,buttonPress2,cardAlarm,bNext" //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 Button bPrev Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text :  Max. Text Size : 10 Events Touch Press Event tSend.txt="event,buttonPress2,cardAlarm," if(bPrev.txt=="") { tSend.txt+="bUp" }else { tSend.txt+="bPrev" } //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 Button b0 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 1 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"1" Button b1 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 2 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"2" Button b2 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 3 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"3" Button b3 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 4 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"4" Button b4 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 5 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"5" Button b5 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 6 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"6" Button b6 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 7 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"7" Button b7 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 8 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"8" Button b8 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 9 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"9" Button b9 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : Max. Text Size : 10 Events Touch Press Event // event,buttonPress2,entn,arm1,tCode tSend.txt="event,buttonPress2," if(vaAddBtn.txt!="") { tSend.txt+=vaAddBtn.txt+",button" }else { tSend.txt+=entn.txt+",opnSensorNotify" } //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 tCode.txt="" Button b10 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : 0 Max. Text Size : 10 Events Touch Press Event tCode.txt=tCode.txt+"0" Button arm1 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : Max. Text Size : 40 Events Touch Press Event // event,buttonPress2,entn,arm1,tCode tSend.txt="event,buttonPress2," tSend.txt+=entn.txt+"," tSend.txt+=va1.txt+"," tSend.txt+=tCode.txt //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 tCode.txt="" Button arm3 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : Max. Text Size : 40 Events Touch Press Event // event,buttonPress2,entn,arm1,tCode tSend.txt="event,buttonPress2," tSend.txt+=entn.txt+"," tSend.txt+=va3.txt+"," tSend.txt+=tCode.txt //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 tCode.txt="" Button arm2 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : Max. Text Size : 40 Events Touch Press Event // event,buttonPress2,entn,arm1,tCode tSend.txt="event,buttonPress2," tSend.txt+=entn.txt+"," tSend.txt+=va2.txt+"," tSend.txt+=tCode.txt //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 tCode.txt="" Button arm4 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : Max. Text Size : 40 Events Touch Press Event // event,buttonPress2,entn,arm1,tCode tSend.txt="event,buttonPress2," tSend.txt+=entn.txt+"," tSend.txt+=va4.txt+"," tSend.txt+=tCode.txt //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2 tCode.txt="" Button b11 Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled State : unpressed Text : CLR Max. Text Size : 10 Events Touch Press Event tCode.txt="" Hotspot mSwipeNext Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Events Touch Press Event click bNext,1 Hotspot mSwipeUp Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Events Touch Press Event click bPrev,1 Hotspot mSwipePrev Attributes Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Events Touch Press Event click bPrev,1 Timer tmSerial Attributes Scope : local Period (ms): 50 Enabled : yes Events Timer Event // data available if(usize>1) { bufferPos=0 while(bufferPos