mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-18 19:06:58 +01:00
add event for page open (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
3f2dac39a0
commit
349db170a6
@@ -26,6 +26,267 @@
|
|||||||
│ + //lcd_dev fffb 0002 0000 0020
|
│ + //lcd_dev fffb 0002 0000 0020
|
||||||
│ printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
│ printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||||
│ page pageStartup
|
│ page pageStartup
|
||||||
|
│ --- HMI/n2t-out/cardAlarm.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardAlarm.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis arm1,0
|
||||||
|
│ --- HMI/n2t-out/cardChart.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardChart.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ --- HMI/n2t-out/cardGrid.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardGrid.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ //remove background & activate reparse mode
|
||||||
|
│ vis p0,0
|
||||||
|
│ recmod=1
|
||||||
|
│ baud=115200
|
||||||
|
│ //debug stuff
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ --- HMI/n2t-out/cardGrid2.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardGrid2.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ //remove background & activate reparse mode
|
||||||
|
│ vis p0,0
|
||||||
|
│ recmod=1
|
||||||
|
│ baud=115200
|
||||||
|
│ //debug stuff
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ --- HMI/n2t-out/cardLChart.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardLChart.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ --- HMI/n2t-out/cardMedia.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardMedia.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis t5,0
|
||||||
|
│ --- HMI/n2t-out/cardPower.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardPower.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ --- HMI/n2t-out/cardQR.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardQR.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ --- HMI/n2t-out/cardThermo.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardThermo.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis xTempMin1,0
|
||||||
│ --- HMI/n2t-out/pageStartup.txt
|
│ --- HMI/n2t-out/pageStartup.txt
|
||||||
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
||||||
│ @@ -164,15 +164,15 @@
|
│ @@ -164,15 +164,15 @@
|
||||||
|
|||||||
@@ -28,6 +28,64 @@
|
|||||||
│ + //lcd_dev fffb 0002 0000 0020
|
│ + //lcd_dev fffb 0002 0000 0020
|
||||||
│ printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
│ printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||||
│ page pageStartup
|
│ page pageStartup
|
||||||
|
│ --- HMI/n2t-out/cardAlarm.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardAlarm.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis arm1,0
|
||||||
|
│ --- HMI/n2t-out/cardChart.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardChart.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
│ --- HMI/n2t-out/cardEntities.txt
|
│ --- HMI/n2t-out/cardEntities.txt
|
||||||
├── +++ HMI/US/portrait/n2t-out/cardEntities.txt
|
├── +++ HMI/US/portrait/n2t-out/cardEntities.txt
|
||||||
│ @@ -60,16 +60,36 @@
|
│ @@ -60,16 +60,36 @@
|
||||||
@@ -1050,9 +1108,65 @@
|
|||||||
│ //command format pageType,specialPageName
|
│ //command format pageType,specialPageName
|
||||||
│ //write name of speical page to tId
|
│ //write name of speical page to tId
|
||||||
│ spstr strCommand.txt,tId.txt,"~",1
|
│ spstr strCommand.txt,tId.txt,"~",1
|
||||||
|
│ --- HMI/n2t-out/cardGrid.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardGrid.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ //remove background & activate reparse mode
|
||||||
|
│ vis p0,0
|
||||||
|
│ recmod=1
|
||||||
|
│ baud=115200
|
||||||
|
│ //debug stuff
|
||||||
|
│ vis tTmp,0
|
||||||
│ --- HMI/n2t-out/cardGrid2.txt
|
│ --- HMI/n2t-out/cardGrid2.txt
|
||||||
├── +++ HMI/US/portrait/n2t-out/cardGrid2.txt
|
├── +++ HMI/US/portrait/n2t-out/cardGrid2.txt
|
||||||
│ @@ -25,26 +25,28 @@
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ //remove background & activate reparse mode
|
||||||
|
│ vis p0,0
|
||||||
|
│ recmod=1
|
||||||
|
│ baud=115200
|
||||||
|
│ //debug stuff
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ @@ -37,26 +25,28 @@
|
||||||
│ vis bEntity2,0
|
│ vis bEntity2,0
|
||||||
│ vis bEntity3,0
|
│ vis bEntity3,0
|
||||||
│ vis bEntity4,0
|
│ vis bEntity4,0
|
||||||
@@ -1082,7 +1196,7 @@
|
|||||||
│ b[sys0].pco=defaultFontColor
|
│ b[sys0].pco=defaultFontColor
|
||||||
│ }
|
│ }
|
||||||
│ }
|
│ }
|
||||||
│ @@ -93,14 +95,20 @@
|
│ @@ -105,14 +95,20 @@
|
||||||
│
|
│
|
||||||
│ Variable (string) entn8
|
│ Variable (string) entn8
|
||||||
│ Attributes
|
│ Attributes
|
||||||
@@ -1103,7 +1217,7 @@
|
|||||||
│ Max. Text Size: 80
|
│ Max. Text Size: 80
|
||||||
│
|
│
|
||||||
│ Variable (string) nent2
|
│ Variable (string) nent2
|
||||||
│ @@ -165,14 +173,20 @@
|
│ @@ -177,14 +173,20 @@
|
||||||
│
|
│
|
||||||
│ Variable (string) type8
|
│ Variable (string) type8
|
||||||
│ Attributes
|
│ Attributes
|
||||||
@@ -1124,7 +1238,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text : tEntity1
|
│ Text : tEntity1
|
||||||
│ @@ -237,14 +251,23 @@
|
│ @@ -249,14 +251,23 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1148,7 +1262,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -631,14 +654,58 @@
|
│ @@ -643,14 +654,58 @@
|
||||||
│ crcputs tSend.txt,0
|
│ crcputs tSend.txt,0
|
||||||
│ //send cmd
|
│ //send cmd
|
||||||
│ printh 55 bb
|
│ printh 55 bb
|
||||||
@@ -1207,7 +1321,7 @@
|
|||||||
│ Send Component ID: disabled
|
│ Send Component ID: disabled
|
||||||
│ State : unpressed
|
│ State : unpressed
|
||||||
│ Text : î³
|
│ Text : î³
|
||||||
│ @@ -1093,14 +1160,46 @@
|
│ @@ -1105,14 +1160,46 @@
|
||||||
│ spstr strCommand.txt,tTmp.txt,"~",59
|
│ spstr strCommand.txt,tTmp.txt,"~",59
|
||||||
│ covx tTmp.txt,sys0,0,0
|
│ covx tTmp.txt,sys0,0,0
|
||||||
│ bEntity8.pco=sys0
|
│ bEntity8.pco=sys0
|
||||||
@@ -1254,9 +1368,94 @@
|
|||||||
│ //command format pageType,specialPageName
|
│ //command format pageType,specialPageName
|
||||||
│ //write name of speical page to tId
|
│ //write name of speical page to tId
|
||||||
│ spstr strCommand.txt,tId.txt,"~",1
|
│ spstr strCommand.txt,tId.txt,"~",1
|
||||||
|
│ --- HMI/n2t-out/cardLChart.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardLChart.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ --- HMI/n2t-out/cardMedia.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardMedia.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis t5,0
|
||||||
│ --- HMI/n2t-out/cardPower.txt
|
│ --- HMI/n2t-out/cardPower.txt
|
||||||
├── +++ HMI/US/portrait/n2t-out/cardPower.txt
|
├── +++ HMI/US/portrait/n2t-out/cardPower.txt
|
||||||
│ @@ -45,16 +45,16 @@
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ @@ -57,16 +45,16 @@
|
||||||
│ b[sys0].bco=defaultBcoColor
|
│ b[sys0].bco=defaultBcoColor
|
||||||
│ b[sys0].pco=defaultFontColor
|
│ b[sys0].pco=defaultFontColor
|
||||||
│ }
|
│ }
|
||||||
@@ -1275,7 +1474,7 @@
|
|||||||
│
|
│
|
||||||
│ Variable (string) nent1
|
│ Variable (string) nent1
|
||||||
│ Attributes
|
│ Attributes
|
||||||
│ @@ -75,39 +75,75 @@
|
│ @@ -87,39 +75,75 @@
|
||||||
│ Max. Text Size: 1000
|
│ Max. Text Size: 1000
|
||||||
│
|
│
|
||||||
│ Variable (int32) t0Speed
|
│ Variable (int32) t0Speed
|
||||||
@@ -1351,7 +1550,7 @@
|
|||||||
│ Max. Text Size: 20
|
│ Max. Text Size: 20
|
||||||
│
|
│
|
||||||
│ Variable (string) tInstruction
|
│ Variable (string) tInstruction
|
||||||
│ @@ -133,23 +169,14 @@
|
│ @@ -145,23 +169,14 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1375,7 +1574,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -169,23 +196,14 @@
|
│ @@ -181,23 +196,14 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1399,7 +1598,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -196,23 +214,14 @@
|
│ @@ -208,23 +214,14 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1423,7 +1622,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -223,23 +232,14 @@
|
│ @@ -235,23 +232,14 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1447,7 +1646,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -250,23 +250,14 @@
|
│ @@ -262,23 +250,14 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1471,7 +1670,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -277,23 +268,14 @@
|
│ @@ -289,23 +268,14 @@
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Dragging : 0
|
│ Dragging : 0
|
||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
@@ -1495,7 +1694,7 @@
|
|||||||
│ Send Component ID : disabled
|
│ Send Component ID : disabled
|
||||||
│ Associated Keyboard: none
|
│ Associated Keyboard: none
|
||||||
│ Text :
|
│ Text :
|
||||||
│ @@ -498,85 +480,79 @@
|
│ @@ -510,85 +480,79 @@
|
||||||
│ h0.val=h0.minval
|
│ h0.val=h0.minval
|
||||||
│ }
|
│ }
|
||||||
│ if(sys0<h0.minval)
|
│ if(sys0<h0.minval)
|
||||||
@@ -1581,7 +1780,7 @@
|
|||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Period (ms): 50
|
│ Period (ms): 50
|
||||||
│ Enabled : yes
|
│ Enabled : yes
|
||||||
│ @@ -962,15 +938,15 @@
|
│ @@ -974,15 +938,15 @@
|
||||||
│ }
|
│ }
|
||||||
│ if(tId.txt=="cardChart")
|
│ if(tId.txt=="cardChart")
|
||||||
│ {
|
│ {
|
||||||
@@ -1598,6 +1797,64 @@
|
|||||||
│ // get set time to global variable
|
│ // get set time to global variable
|
||||||
│ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1
|
│ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1
|
||||||
│ }
|
│ }
|
||||||
|
│ --- HMI/n2t-out/cardQR.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardQR.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis bPrev,0
|
||||||
|
│ --- HMI/n2t-out/cardThermo.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardThermo.txt
|
||||||
|
│ @@ -7,26 +7,14 @@
|
||||||
|
│ Swide up page ID : disabled
|
||||||
|
│ Swide down page ID : disabled
|
||||||
|
│ Swide left page ID : disabled
|
||||||
|
│ Swide right page ID: disabled
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Preinitialize Event
|
||||||
|
│ - tSend.txt="event,renderCurrentPage"
|
||||||
|
│ - //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
|
||||||
|
│ dim=dimValueNormal
|
||||||
|
│ vis p0,0
|
||||||
|
│ vis tSend,0
|
||||||
|
│ vis tInstruction,0
|
||||||
|
│ vis tTmp,0
|
||||||
|
│ vis tId,0
|
||||||
|
│ vis xTempMin1,0
|
||||||
│ --- HMI/n2t-out/pageStartup.txt
|
│ --- HMI/n2t-out/pageStartup.txt
|
||||||
├── +++ HMI/US/portrait/n2t-out/pageStartup.txt
|
├── +++ HMI/US/portrait/n2t-out/pageStartup.txt
|
||||||
│ @@ -34,20 +34,14 @@
|
│ @@ -34,20 +34,14 @@
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
+++ /dev/fd/62 2023-11-20 12:00:30.030688688 +0000
|
+++ /dev/fd/62 2023-11-24 17:58:09.082084526 +0000
|
||||||
+le list
|
+le list
|
||||||
+ +1,9 @@
|
+ +1,9 @@
|
||||||
+.s.txt
|
+.s.txt
|
||||||
@@ -17,6 +17,64 @@
|
|||||||
+eature flags
|
+eature flags
|
||||||
+ featNewSliders=0
|
+ featNewSliders=0
|
||||||
+nth 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
+nth 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||||
|
+I/n2t-out/cardAlarm.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardAlarm.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis arm1,0
|
||||||
|
+I/n2t-out/cardChart.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardChart.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis bPrev,0
|
||||||
+I/n2t-out/cardEntities.txt
|
+I/n2t-out/cardEntities.txt
|
||||||
++ HMI/US/portrait/n2t-out/cardEntities.txt
|
++ HMI/US/portrait/n2t-out/cardEntities.txt
|
||||||
+6 +60,36 @@
|
+6 +60,36 @@
|
||||||
@@ -612,8 +670,71 @@
|
|||||||
+ covx tTmp.txt,sys0,0,0
|
+ covx tTmp.txt,sys0,0,0
|
||||||
+ hSlider6.maxval=sys0
|
+ hSlider6.maxval=sys0
|
||||||
+ }
|
+ }
|
||||||
|
+ }
|
||||||
|
+ if(tInstruction.txt=="pageType")
|
||||||
|
+ {
|
||||||
|
+ sleepValue=0
|
||||||
|
+ //command format pageType,specialPageName
|
||||||
|
+ //write name of speical page to tId
|
||||||
|
+ spstr strCommand.txt,tId.txt,"~",1
|
||||||
|
+I/n2t-out/cardGrid.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardGrid.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ //remove background & activate reparse mode
|
||||||
|
+ vis p0,0
|
||||||
|
+ recmod=1
|
||||||
|
+ baud=115200
|
||||||
|
+ //debug stuff
|
||||||
|
+ vis tTmp,0
|
||||||
+I/n2t-out/cardGrid2.txt
|
+I/n2t-out/cardGrid2.txt
|
||||||
++ HMI/US/portrait/n2t-out/cardGrid2.txt
|
++ HMI/US/portrait/n2t-out/cardGrid2.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ //remove background & activate reparse mode
|
||||||
|
+ vis p0,0
|
||||||
|
+ recmod=1
|
||||||
|
+ baud=115200
|
||||||
|
+ //debug stuff
|
||||||
|
+ vis tTmp,0
|
||||||
+6 +25,28 @@
|
+6 +25,28 @@
|
||||||
+ vis bEntity2,0
|
+ vis bEntity2,0
|
||||||
+ vis bEntity3,0
|
+ vis bEntity3,0
|
||||||
@@ -644,7 +765,7 @@
|
|||||||
+ b[sys0].pco=defaultFontColor
|
+ b[sys0].pco=defaultFontColor
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+4 +95,20 @@
|
+14 +95,20 @@
|
||||||
+
|
+
|
||||||
+e (string) entn8
|
+e (string) entn8
|
||||||
+ributes
|
+ributes
|
||||||
@@ -809,15 +930,93 @@
|
|||||||
+ spstr strCommand.txt,tEntity9.txt,"~",66
|
+ spstr strCommand.txt,tEntity9.txt,"~",66
|
||||||
+ vis tEntity9,1
|
+ vis tEntity9,1
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+I/n2t-out/cardLChart.txt
|
||||||
+ if(tInstruction.txt=="pageType")
|
++ HMI/US/portrait/n2t-out/cardLChart.txt
|
||||||
+ {
|
+ +7,14 @@
|
||||||
+ sleepValue=0
|
+ Swide up page ID : disabled
|
||||||
+ //command format pageType,specialPageName
|
+ Swide down page ID : disabled
|
||||||
+ //write name of speical page to tId
|
+ Swide left page ID : disabled
|
||||||
+ spstr strCommand.txt,tId.txt,"~",1
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis bPrev,0
|
||||||
|
+I/n2t-out/cardMedia.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardMedia.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis t5,0
|
||||||
+I/n2t-out/cardPower.txt
|
+I/n2t-out/cardPower.txt
|
||||||
++ HMI/US/portrait/n2t-out/cardPower.txt
|
++ HMI/US/portrait/n2t-out/cardPower.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis bPrev,0
|
||||||
+6 +45,16 @@
|
+6 +45,16 @@
|
||||||
+ b[sys0].bco=defaultBcoColor
|
+ b[sys0].bco=defaultBcoColor
|
||||||
+ b[sys0].pco=defaultFontColor
|
+ b[sys0].pco=defaultFontColor
|
||||||
@@ -1160,6 +1359,64 @@
|
|||||||
+ // get set time to global variable
|
+ // get set time to global variable
|
||||||
+ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1
|
+ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1
|
||||||
+ }
|
+ }
|
||||||
|
+I/n2t-out/cardQR.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardQR.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis bPrev,0
|
||||||
|
+I/n2t-out/cardThermo.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardThermo.txt
|
||||||
|
+ +7,14 @@
|
||||||
|
+ Swide up page ID : disabled
|
||||||
|
+ Swide down page ID : disabled
|
||||||
|
+ Swide left page ID : disabled
|
||||||
|
+ Swide right page ID: disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Preinitialize Event
|
||||||
|
+ tSend.txt="event,renderCurrentPage"
|
||||||
|
+ //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
|
||||||
|
+ dim=dimValueNormal
|
||||||
|
+ vis p0,0
|
||||||
|
+ vis tSend,0
|
||||||
|
+ vis tInstruction,0
|
||||||
|
+ vis tTmp,0
|
||||||
|
+ vis tId,0
|
||||||
|
+ vis xTempMin1,0
|
||||||
+I/n2t-out/pageStartup.txt
|
+I/n2t-out/pageStartup.txt
|
||||||
++ HMI/US/portrait/n2t-out/pageStartup.txt
|
++ HMI/US/portrait/n2t-out/pageStartup.txt
|
||||||
+0 +34,14 @@
|
+0 +34,14 @@
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardAlarm
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardChart
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardGrid
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
//remove background & activate reparse mode
|
//remove background & activate reparse mode
|
||||||
vis p0,0
|
vis p0,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardGrid2
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
//remove background & activate reparse mode
|
//remove background & activate reparse mode
|
||||||
vis p0,0
|
vis p0,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardLChart
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardMedia
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardPower
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardQR
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -19,6 +19,18 @@ Page cardThermo
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ cardBurnRec
|
|||||||
3 Component(s)
|
3 Component(s)
|
||||||
25 Line(s) of event code
|
25 Line(s) of event code
|
||||||
21 Unique line(s) of event code
|
21 Unique line(s) of event code
|
||||||
cardLChart
|
|
||||||
33 Component(s)
|
|
||||||
402 Line(s) of event code
|
|
||||||
266 Unique line(s) of event code
|
|
||||||
popupFan
|
popupFan
|
||||||
27 Component(s)
|
27 Component(s)
|
||||||
355 Line(s) of event code
|
355 Line(s) of event code
|
||||||
@@ -38,38 +34,46 @@ pageTest
|
|||||||
26 Component(s)
|
26 Component(s)
|
||||||
69 Line(s) of event code
|
69 Line(s) of event code
|
||||||
67 Unique line(s) of event code
|
67 Unique line(s) of event code
|
||||||
cardGrid
|
cardGrid2
|
||||||
44 Component(s)
|
52 Component(s)
|
||||||
583 Line(s) of event code
|
703 Line(s) of event code
|
||||||
332 Unique line(s) of event code
|
385 Unique line(s) of event code
|
||||||
cardQR
|
cardAlarm
|
||||||
34 Component(s)
|
43 Component(s)
|
||||||
410 Line(s) of event code
|
510 Line(s) of event code
|
||||||
238 Unique line(s) of event code
|
274 Unique line(s) of event code
|
||||||
cardChart
|
cardChart
|
||||||
33 Component(s)
|
33 Component(s)
|
||||||
437 Line(s) of event code
|
447 Line(s) of event code
|
||||||
296 Unique line(s) of event code
|
297 Unique line(s) of event code
|
||||||
screensaver2
|
screensaver2
|
||||||
59 Component(s)
|
59 Component(s)
|
||||||
362 Line(s) of event code
|
362 Line(s) of event code
|
||||||
255 Unique line(s) of event code
|
255 Unique line(s) of event code
|
||||||
cardAlarm
|
cardQR
|
||||||
43 Component(s)
|
34 Component(s)
|
||||||
500 Line(s) of event code
|
420 Line(s) of event code
|
||||||
273 Unique line(s) of event code
|
239 Unique line(s) of event code
|
||||||
|
cardLChart
|
||||||
|
33 Component(s)
|
||||||
|
412 Line(s) of event code
|
||||||
|
267 Unique line(s) of event code
|
||||||
popupLight
|
popupLight
|
||||||
28 Component(s)
|
28 Component(s)
|
||||||
412 Line(s) of event code
|
412 Line(s) of event code
|
||||||
227 Unique line(s) of event code
|
227 Unique line(s) of event code
|
||||||
|
cardPower
|
||||||
|
54 Component(s)
|
||||||
|
541 Line(s) of event code
|
||||||
|
350 Unique line(s) of event code
|
||||||
cardThermo
|
cardThermo
|
||||||
57 Component(s)
|
57 Component(s)
|
||||||
540 Line(s) of event code
|
550 Line(s) of event code
|
||||||
319 Unique line(s) of event code
|
320 Unique line(s) of event code
|
||||||
cardMedia
|
cardGrid
|
||||||
59 Component(s)
|
44 Component(s)
|
||||||
703 Line(s) of event code
|
593 Line(s) of event code
|
||||||
356 Unique line(s) of event code
|
333 Unique line(s) of event code
|
||||||
popupInSel
|
popupInSel
|
||||||
34 Component(s)
|
34 Component(s)
|
||||||
621 Line(s) of event code
|
621 Line(s) of event code
|
||||||
@@ -78,10 +82,10 @@ screensaver
|
|||||||
47 Component(s)
|
47 Component(s)
|
||||||
447 Line(s) of event code
|
447 Line(s) of event code
|
||||||
317 Unique line(s) of event code
|
317 Unique line(s) of event code
|
||||||
cardPower
|
cardMedia
|
||||||
54 Component(s)
|
59 Component(s)
|
||||||
531 Line(s) of event code
|
713 Line(s) of event code
|
||||||
349 Unique line(s) of event code
|
357 Unique line(s) of event code
|
||||||
popupTimer
|
popupTimer
|
||||||
42 Component(s)
|
42 Component(s)
|
||||||
516 Line(s) of event code
|
516 Line(s) of event code
|
||||||
@@ -90,10 +94,6 @@ popupThermo
|
|||||||
44 Component(s)
|
44 Component(s)
|
||||||
523 Line(s) of event code
|
523 Line(s) of event code
|
||||||
276 Unique line(s) of event code
|
276 Unique line(s) of event code
|
||||||
cardGrid2
|
|
||||||
52 Component(s)
|
|
||||||
693 Line(s) of event code
|
|
||||||
384 Unique line(s) of event code
|
|
||||||
cardEntities
|
cardEntities
|
||||||
67 Component(s)
|
67 Component(s)
|
||||||
1194 Line(s) of event code
|
1194 Line(s) of event code
|
||||||
@@ -102,5 +102,5 @@ cardEntities
|
|||||||
Total
|
Total
|
||||||
24 Page(s)
|
24 Page(s)
|
||||||
880 Component(s)
|
880 Component(s)
|
||||||
10617 Line(s) of event code
|
10707 Line(s) of event code
|
||||||
2474 Unique line(s) of event code
|
2475 Unique line(s) of event code
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardAlarm
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardChart
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardGrid
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
//remove background & activate reparse mode
|
//remove background & activate reparse mode
|
||||||
vis p0,0
|
vis p0,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardGrid2
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
//remove background & activate reparse mode
|
//remove background & activate reparse mode
|
||||||
vis p0,0
|
vis p0,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardLChart
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardMedia
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardPower
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardQR
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
@@ -11,6 +11,18 @@ Page cardThermo
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
|
tSend.txt="event,renderCurrentPage"
|
||||||
|
//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
|
||||||
dim=dimValueNormal
|
dim=dimValueNormal
|
||||||
vis p0,0
|
vis p0,0
|
||||||
vis tSend,0
|
vis tSend,0
|
||||||
|
|||||||
Reference in New Issue
Block a user