diff --git a/HMI/US/landscape/diff-eu-version.txt b/HMI/US/landscape/diff-eu-version.txt index e6749655..ce9d344a 100644 --- a/HMI/US/landscape/diff-eu-version.txt +++ b/HMI/US/landscape/diff-eu-version.txt @@ -1,16 +1,5 @@ --- HMI/n2t-out +++ HMI/US/landscape/n2t-out -├── file list -│ @@ -12,9 +12,8 @@ -│ pageTest.txt -│ popupFan.txt -│ popupInSel.txt -│ popupLight.txt -│ popupNotify.txt -│ popupShutter.txt -│ popupThermo.txt -│ -popupTimer.txt -│ screensaver.txt │ --- HMI/n2t-out/Program.s.txt ├── +++ HMI/US/landscape/n2t-out/Program.s.txt │ @@ -10,10 +10,7 @@ @@ -121,93 +110,6 @@ │ Dragging : 0 │ Disable release event after dragging: 0 │ Send Component ID : disabled -│ @@ -1367,15 +1351,15 @@ -│ vis hSlider1,0 -│ vis nNum1,0 -│ // get Button State (optional Value) -│ spstr strCommand.txt,tTmp.txt,"~",8 -│ covx tTmp.txt,sys0,0,0 -│ btOnOff1.val=sys0 -│ } -│ - if(type1.txt=="text"||type1.txt=="timer") -│ + if(type1.txt=="text") -│ { -│ vis bUp1,0 -│ vis bStop1,0 -│ vis bDown1,0 -│ vis btOnOff1,0 -│ vis bText1,1 -│ tsw bText1,0 -│ @@ -1516,15 +1500,15 @@ -│ vis hSlider2,0 -│ vis nNum2,0 -│ // get Button State (optional Value) -│ spstr strCommand.txt,tTmp.txt,"~",14 -│ covx tTmp.txt,sys0,0,0 -│ btOnOff2.val=sys0 -│ } -│ - if(type2.txt=="text"||type2.txt=="timer") -│ + if(type2.txt=="text") -│ { -│ vis bUp2,0 -│ vis bStop2,0 -│ vis bDown2,0 -│ vis btOnOff2,0 -│ vis bText2,1 -│ tsw bText2,0 -│ @@ -1665,15 +1649,15 @@ -│ vis hSlider3,0 -│ vis nNum3,0 -│ // get Button State (optional Value) -│ spstr strCommand.txt,tTmp.txt,"~",20 -│ covx tTmp.txt,sys0,0,0 -│ btOnOff3.val=sys0 -│ } -│ - if(type3.txt=="text"||type3.txt=="timer") -│ + if(type3.txt=="text") -│ { -│ vis bUp3,0 -│ vis bStop3,0 -│ vis bDown3,0 -│ vis btOnOff3,0 -│ vis bText3,1 -│ tsw bText3,0 -│ @@ -1814,15 +1798,15 @@ -│ vis hSlider4,0 -│ vis nNum4,0 -│ // get Button State (optional Value) -│ spstr strCommand.txt,tTmp.txt,"~",26 -│ covx tTmp.txt,sys0,0,0 -│ btOnOff4.val=sys0 -│ } -│ - if(type4.txt=="text"||type4.txt=="timer") -│ + if(type4.txt=="text") -│ { -│ vis bUp4,0 -│ vis bStop4,0 -│ vis bDown4,0 -│ vis btOnOff4,0 -│ vis bText4,1 -│ tsw bText4,0 -│ @@ -1935,14 +1919,18 @@ -│ { -│ page cardQR -│ } -│ if(tId.txt=="cardPower") -│ { -│ page cardPower -│ } -│ + if(tId.txt=="cardChart") -│ + { -│ + page cardChart -│ + } -│ } -│ if(tInstruction.txt=="time") -│ { -│ // get set time to global variable -│ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1 -│ } -│ if(tInstruction.txt=="date") │ --- HMI/n2t-out/cardGrid.txt ├── +++ HMI/US/landscape/n2t-out/cardGrid.txt │ @@ -258,18 +258,14 @@ @@ -400,20 +302,3 @@ │ Disable release event after dragging: 0 │ Send Component ID : disabled │ Associated Keyboard : none -│ @@ -370,15 +351,15 @@ -│ Text tTime -│ Attributes -│ Scope : local -│ Dragging : 0 -│ Disable release event after dragging: 0 -│ Send Component ID : disabled -│ Associated Keyboard : none -│ - Text : 21:32 -│ + Text : 21:32 -│ Max. Text Size : 15 -│ -│ Text tTimeAdd -│ Attributes -│ Scope : local -│ Dragging : 0 -│ Disable release event after dragging: 0 diff --git a/HMI/US/landscape/n2t-out-visual/cardEntities.txt b/HMI/US/landscape/n2t-out-visual/cardEntities.txt index 938530de..7b72d0e3 100644 --- a/HMI/US/landscape/n2t-out-visual/cardEntities.txt +++ b/HMI/US/landscape/n2t-out-visual/cardEntities.txt @@ -2308,7 +2308,7 @@ Timer tmSerial covx tTmp.txt,sys0,0,0 btOnOff1.val=sys0 } - if(type1.txt=="text") + if(type1.txt=="text"||type1.txt=="timer") { vis bUp1,0 vis bStop1,0 @@ -2457,7 +2457,7 @@ Timer tmSerial covx tTmp.txt,sys0,0,0 btOnOff2.val=sys0 } - if(type2.txt=="text") + if(type2.txt=="text"||type2.txt=="timer") { vis bUp2,0 vis bStop2,0 @@ -2606,7 +2606,7 @@ Timer tmSerial covx tTmp.txt,sys0,0,0 btOnOff3.val=sys0 } - if(type3.txt=="text") + if(type3.txt=="text"||type3.txt=="timer") { vis bUp3,0 vis bStop3,0 @@ -2755,7 +2755,7 @@ Timer tmSerial covx tTmp.txt,sys0,0,0 btOnOff4.val=sys0 } - if(type4.txt=="text") + if(type4.txt=="text"||type4.txt=="timer") { vis bUp4,0 vis bStop4,0 @@ -2876,10 +2876,6 @@ Timer tmSerial { page cardPower } - if(tId.txt=="cardChart") - { - page cardChart - } } if(tInstruction.txt=="time") { diff --git a/HMI/US/landscape/n2t-out-visual/nspanel_US_L_Stats.txt b/HMI/US/landscape/n2t-out-visual/nspanel_US_L_Stats.txt index 920728a7..6300b01f 100644 --- a/HMI/US/landscape/n2t-out-visual/nspanel_US_L_Stats.txt +++ b/HMI/US/landscape/n2t-out-visual/nspanel_US_L_Stats.txt @@ -22,6 +22,10 @@ popupNotify 19 Component(s) 257 Line(s) of event code 166 Unique line(s) of event code +popupTimer + 42 Component(s) + 512 Line(s) of event code + 255 Unique line(s) of event code popupLight 28 Component(s) 408 Line(s) of event code @@ -46,10 +50,6 @@ screensaver 45 Component(s) 410 Line(s) of event code 298 Unique line(s) of event code -cardEntities - 65 Component(s) - 1169 Line(s) of event code - 532 Unique line(s) of event code cardPower 43 Component(s) 439 Line(s) of event code @@ -74,9 +74,13 @@ cardThermo 55 Component(s) 555 Line(s) of event code 322 Unique line(s) of event code +cardEntities + 65 Component(s) + 1165 Line(s) of event code + 530 Unique line(s) of event code Total - 18 Page(s) - 628 Component(s) - 7824 Line(s) of event code - 1992 Unique line(s) of event code + 19 Page(s) + 670 Component(s) + 8332 Line(s) of event code + 2109 Unique line(s) of event code diff --git a/HMI/US/landscape/n2t-out-visual/popupTimer.txt b/HMI/US/landscape/n2t-out-visual/popupTimer.txt new file mode 100644 index 00000000..baaabd9b --- /dev/null +++ b/HMI/US/landscape/n2t-out-visual/popupTimer.txt @@ -0,0 +1,1430 @@ +Page popupTimer + Attributes + ID : 0 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + Width : 480 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID : disabled + Fill : solid color + Back. Color : 6371 + + Events + Preinitialize Event + dim=dimValueNormal + //get entitiy name + tEntity.txt=pageIcons.tTmp1.txt + //get entity id + entn.txt=pageIcons.tTmp2.txt + tIcon1.txt=pageIcons.tTmp3.txt + tTime.txt=pageIcons.vaTime.txt + vis p0,0 + vis tSend,0 + vis tTmp,0 + vis tInstruction,0 + vis tId,0 + vis bZ1P,0 + vis bZ1M,0 + vis bZ2P,0 + vis bZ2M,0 + vis bZ3P,0 + vis bZ3M,0 + vis bZ4P,0 + vis bZ4M,0 + vis t0,0 + vis fToggleEdit,0 + vis b1,0 + vis b2,0 + vis b3,0 + //page open event + // event,pageOpenDetail,typeOfPage,tEntityName + // craft command + tSend.txt="event,pageOpenDetail,popupTimer,"+entn.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 + popupTimer.bco=defaultBcoColor + for(sys0=0;sys0<34;sys0++) + { + if(b[sys0].type==98||b[sys0].type==116) + { + b[sys0].bco=defaultBcoColor + //b[sys0].pco=defaultFontColor + } + if(b[sys0].type==53&&defaultBcoColor==0) + { + b[sys0].pic=10 + b[sys0].pic2=11 + } + } + +Variable (int32) editable + Attributes + ID : 30 + Scope: local + Value: 1 + +Variable (string) entn + Attributes + ID : 9 + Scope : local + Text : + Max. Text Size: 80 + +Variable (int32) mode + Attributes + ID : 10 + Scope: local + Value: 1 + +Variable (int32) mode_temp + Attributes + ID : 11 + Scope: local + Value: 0 + +Variable (string) strCommand + Attributes + ID : 8 + Scope : local + Text : + Max. Text Size: 960 + +Variable (string) strTmp + Attributes + ID : 31 + Scope : local + Text : + Max. Text Size: 20 + +Variable (string) tId + Attributes + ID : 18 + Scope : local + Text : + Max. Text Size: 20 + +Variable (string) tInstruction + Attributes + ID : 17 + Scope : local + Text : + Max. Text Size: 20 + +Variable (string) tSend + Attributes + ID : 15 + Scope : local + Text : + Max. Text Size: 200 + +Variable (string) tTmp + Attributes + ID : 16 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) va1 + Attributes + ID : 25 + Scope : local + Text : + Max. Text Size: 15 + +Variable (string) va2 + Attributes + ID : 26 + Scope : local + Text : + Max. Text Size: 15 + +Variable (string) va3 + Attributes + ID : 27 + Scope : local + Text : + Max. Text Size: 15 + +Variable (string) vaModeCur + Attributes + ID : 14 + Scope : local + Text : + Max. Text Size: 40 + +Variable (string) vaModeList + Attributes + ID : 13 + Scope : local + Text : + Max. Text Size: 900 + +Variable (int32) vaModePos + Attributes + ID : 12 + Scope: local + Value: 0 + +Variable (string) vaType + Attributes + ID : 19 + Scope : local + Text : + Max. Text Size: 20 + +Number n1 + Attributes + ID : 28 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 92 + y coordinate : 67 + Width : 132 + Height : 111 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 5 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown : 2 + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n2.pco==63488) + { + n2.pco=defaultFontColor + } + if(editable.val==1) + { + if(n1.pco==63488) + { + n1.pco=defaultFontColor + }else + { + n1.pco=63488 + } + } + if(n1.pco==63488||n2.pco==63488) + { + if(fToggleEdit.txt=="hidden") + { + click fToggleEdit,1 + } + }else + { + if(fToggleEdit.txt=="shown") + { + click fToggleEdit,1 + } + } + +Number n2 + Attributes + ID : 29 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 257 + y coordinate : 66 + Width : 133 + Height : 112 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 5 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown : 2 + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.pco=defaultFontColor + } + if(editable.val==1) + { + if(n2.pco==63488) + { + n2.pco=defaultFontColor + }else + { + n2.pco=63488 + } + } + if(n1.pco==63488||n2.pco==63488) + { + if(fToggleEdit.txt=="hidden") + { + click fToggleEdit,1 + } + }else + { + if(fToggleEdit.txt=="shown") + { + click fToggleEdit,1 + } + } + +Text t0 + Attributes + ID : 41 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 179 + y coordinate : 240 + Width : 258 + Height : 22 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Input Type : character + Text : +/- 1 +/- 5 +/- 10 +/- 15 + Max. Text Size : 60 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tDP + Attributes + ID : 21 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 223 + y coordinate : 66 + Width : 35 + Height : 112 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 5 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Input Type : character + Text : : + Max. Text Size : 15 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity + Attributes + ID : 2 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 107 + y coordinate : 21 + Width : 263 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : left + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 25 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tIcon1 + Attributes + ID : 3 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 26 + y coordinate : 21 + Width : 45 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment : center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tTime + Attributes + ID : 20 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 15 + y coordinate : 272 + Width : 114 + Height : 48 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 3 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Input Type : character + Text : 21:32 + Max. Text Size : 15 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Picture p0 + Attributes + ID : 1 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 0 + Width : 480 + Height : 320 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Picture ID : 0 + +Button b0 + Attributes + ID : 4 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 412 + y coordinate : 8 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tSend.txt="event,buttonPress2,popupLight,bExit" + //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 b1 + Attributes + ID : 22 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 41 + y coordinate : 201 + Width : 120 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 1374 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : START + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tSend.txt="event,buttonPress2," + tSend.txt+=entn.txt+"," + tSend.txt+="timer-"+va1.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 + +Button b2 + Attributes + ID : 23 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 178 + y coordinate : 200 + Width : 120 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 1374 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : CANCEL + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tSend.txt="event,buttonPress2," + tSend.txt+=entn.txt+"," + tSend.txt+="timer-"+va2.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 + +Button b3 + Attributes + ID : 24 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 317 + y coordinate : 201 + Width : 120 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 1374 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : PAUSE + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tSend.txt="event,buttonPress2," + tSend.txt+=entn.txt+"," + tSend.txt+="timer-"+va3.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 + +Button bZ1M + Attributes + ID : 33 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 178 + y coordinate : 260 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-1 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-1 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ1P + Attributes + ID : 32 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 179 + y coordinate : 188 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+1 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+1 + if(n2.val>59) + { + n2.val=59 + } + } + +Button bZ2M + Attributes + ID : 35 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 248 + y coordinate : 261 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-5 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-5 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ2P + Attributes + ID : 34 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 248 + y coordinate : 188 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+5 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+5 + if(n2.val>59) + { + n2.val=59 + } + } + +Button bZ3M + Attributes + ID : 37 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 316 + y coordinate : 260 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-10 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-10 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ3P + Attributes + ID : 36 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 317 + y coordinate : 188 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+10 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+10 + if(n2.val>59) + { + n2.val=59 + } + } + +Button bZ4M + Attributes + ID : 39 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 386 + y coordinate : 261 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-15 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-15 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ4P + Attributes + ID : 38 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 386 + y coordinate : 188 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 50712 + Font Color (Pressed) : 50712 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 5 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+15 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+15 + if(n2.val>59) + { + n2.val=59 + } + } + +Button fToggleEdit + Attributes + ID : 40 + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 401 + y coordinate : 108 + Width : 64 + Height : 37 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : 3D auto + Font ID : 0 + Back. Color : 50712 + Back. Picture ID (Pressed) : 65535 + Back. Color (Pressed) : 1024 + Font Color (Unpressed) : 0 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : hidden + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + if(editable.val==1&&fToggleEdit.txt=="hidden") + { + vis bZ1P,1 + vis bZ1M,1 + vis bZ2P,1 + vis bZ2M,1 + vis bZ3P,1 + vis bZ3M,1 + vis bZ4P,1 + vis bZ4M,1 + vis t0,1 + vis b1,0 + vis b2,0 + vis b3,0 + fToggleEdit.txt="shown" + }else + { + vis bZ1P,0 + vis bZ1M,0 + vis bZ2P,0 + vis bZ2M,0 + vis bZ3P,0 + vis bZ3M,0 + vis bZ4P,0 + vis bZ4M,0 + vis t0,0 + if(va1.txt!="") + { + vis b1,1 + } + if(va2.txt!="") + { + vis b2,1 + } + if(va3.txt!="") + { + vis b3,1 + } + fToggleEdit.txt="hidden" + tSend.txt="event,buttonPress2," + tSend.txt+=entn.txt+"," + covx n1.val,strTmp.txt,0,0 + tSend.txt+="timer-start,00:"+strTmp.txt+":" + covx n2.val,strTmp.txt,0,0 + tSend.txt+=strTmp.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 + } + +Timer tmSerial + Attributes + ID : 7 + Scope : local + Period (ms): 50 + Enabled : yes + + Events + Timer Event + // data available + if(usize>1) + { + bufferPos=0 + while(bufferPos59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+1 + if(n2.val>59) + { + n2.val=59 + } + } + +Button bZ2M + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text :  + Max. Text Size : 5 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-5 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-5 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ2P + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text :  + Max. Text Size : 5 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+5 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+5 + if(n2.val>59) + { + n2.val=59 + } + } + +Button bZ3M + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text :  + Max. Text Size : 5 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-10 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-10 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ3P + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text :  + Max. Text Size : 5 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+10 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+10 + if(n2.val>59) + { + n2.val=59 + } + } + +Button bZ4M + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text :  + Max. Text Size : 5 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val-15 + if(n1.val<0) + { + n1.val=0 + } + } + if(n2.pco==63488) + { + n2.val=n2.val-15 + if(n2.val<0) + { + n2.val=0 + } + } + +Button bZ4P + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text :  + Max. Text Size : 5 + + Events + Touch Press Event + if(n1.pco==63488) + { + n1.val=n1.val+15 + if(n1.val>59) + { + n1.val=59 + } + } + if(n2.pco==63488) + { + n2.val=n2.val+15 + if(n2.val>59) + { + n2.val=59 + } + } + +Button fToggleEdit + Attributes + Scope : local + Dragging : 0 + Disable release event after dragging: 0 + Send Component ID : disabled + State : unpressed + Text : hidden + Max. Text Size : 10 + + Events + Touch Press Event + if(editable.val==1&&fToggleEdit.txt=="hidden") + { + vis bZ1P,1 + vis bZ1M,1 + vis bZ2P,1 + vis bZ2M,1 + vis bZ3P,1 + vis bZ3M,1 + vis bZ4P,1 + vis bZ4M,1 + vis t0,1 + vis b1,0 + vis b2,0 + vis b3,0 + fToggleEdit.txt="shown" + }else + { + vis bZ1P,0 + vis bZ1M,0 + vis bZ2P,0 + vis bZ2M,0 + vis bZ3P,0 + vis bZ3M,0 + vis bZ4P,0 + vis bZ4M,0 + vis t0,0 + if(va1.txt!="") + { + vis b1,1 + } + if(va2.txt!="") + { + vis b2,1 + } + if(va3.txt!="") + { + vis b3,1 + } + fToggleEdit.txt="hidden" + tSend.txt="event,buttonPress2," + tSend.txt+=entn.txt+"," + covx n1.val,strTmp.txt,0,0 + tSend.txt+="timer-start,00:"+strTmp.txt+":" + covx n2.val,strTmp.txt,0,0 + tSend.txt+=strTmp.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 + } + +Timer tmSerial + Attributes + Scope : local + Period (ms): 50 + Enabled : yes + + Events + Timer Event + // data available + if(usize>1) + { + bufferPos=0 + while(bufferPos