mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 06:27:01 +01:00
Update nspanel-lovelace-ui.py (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
716db705c2
commit
061ea44c15
@@ -0,0 +1,79 @@
|
|||||||
|
--- HMI/n2t-out
|
||||||
|
+++ HMI/US/landscape/n2t-out
|
||||||
|
│ --- HMI/n2t-out/Program.s.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/Program.s.txt
|
||||||
|
│ @@ -10,10 +10,8 @@
|
||||||
|
│ int sleepValue=0
|
||||||
|
│ // dim value
|
||||||
|
│ int dimValue=40
|
||||||
|
│ int dimValueNormal=100
|
||||||
|
│ //color vars
|
||||||
|
│ int defaultFontColor=65535
|
||||||
|
│ int defaultBcoColor=6371
|
||||||
|
│ - // fix touch offset
|
||||||
|
│ - lcd_dev fffb 0002 0000 0020
|
||||||
|
│ page pageStartup
|
||||||
|
│ --- HMI/n2t-out/pageStartup.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
||||||
|
│ @@ -173,15 +173,15 @@
|
||||||
|
│ Max. Text Size : 10
|
||||||
|
│
|
||||||
|
│ Events
|
||||||
|
│ Touch Press Event
|
||||||
|
│ recmod=1
|
||||||
|
│ bauds=115200
|
||||||
|
│ // startup event
|
||||||
|
│ - tSend.txt="event,startup,"+tVersion.txt+",eu"
|
||||||
|
│ + tSend.txt="event,startup,"+tVersion.txt+",us-l"
|
||||||
|
│ //send calc crc
|
||||||
|
│ btlen tSend.txt,sys0
|
||||||
|
│ crcrest 1,0xffff // reset CRC
|
||||||
|
│ crcputh 55 bb
|
||||||
|
│ crcputs sys0,2
|
||||||
|
│ crcputs tSend.txt,0
|
||||||
|
│ //send cmd
|
||||||
|
│ --- HMI/n2t-out/screensaver.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/screensaver.txt
|
||||||
|
│ @@ -29,17 +29,14 @@
|
||||||
|
│ }
|
||||||
|
│ tDate.txt=pageIcons.vaDate.txt
|
||||||
|
│ dim=dimValue
|
||||||
|
│ vis tSend,0
|
||||||
|
│ //page open event
|
||||||
|
│ // clear weather elements, to keep example content in HMI
|
||||||
|
│
|
||||||
|
│ - Postinitialize Event
|
||||||
|
│ - click m0,1
|
||||||
|
│ -
|
||||||
|
│ Variable (string) strCommand
|
||||||
|
│ Attributes
|
||||||
|
│ Scope : local
|
||||||
|
│ Text :
|
||||||
|
│ Max. Text Size: 200
|
||||||
|
│
|
||||||
|
│ Variable (string) strTmp
|
||||||
|
│ @@ -103,24 +100,14 @@
|
||||||
|
│ Value: 0
|
||||||
|
│
|
||||||
|
│ Variable (int32) ycR
|
||||||
|
│ Attributes
|
||||||
|
│ Scope: local
|
||||||
|
│ Value: 0
|
||||||
|
│
|
||||||
|
│ -Text m0
|
||||||
|
│ - Attributes
|
||||||
|
│ - Scope : local
|
||||||
|
│ - Dragging : 0
|
||||||
|
│ - Disable release event after dragging: 0
|
||||||
|
│ - Send Component ID : disabled
|
||||||
|
│ - Associated Keyboard : none
|
||||||
|
│ - Text :
|
||||||
|
│ - Max. Text Size : 10
|
||||||
|
│ -
|
||||||
|
│ Text t10
|
||||||
|
│ Attributes
|
||||||
|
│ Scope : local
|
||||||
|
│ Dragging : 0
|
||||||
|
│ Disable release event after dragging: 0
|
||||||
|
│ Send Component ID : disabled
|
||||||
|
│ Associated Keyboard : none
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ Variable (string) strCommand
|
|||||||
ID : 6
|
ID : 6
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 200
|
Max. Text Size: 400
|
||||||
|
|
||||||
Variable (string) tSend
|
Variable (string) tSend
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ popupInSel
|
|||||||
34 Component(s)
|
34 Component(s)
|
||||||
617 Line(s) of event code
|
617 Line(s) of event code
|
||||||
295 Unique line(s) of event code
|
295 Unique line(s) of event code
|
||||||
|
pageStartup
|
||||||
|
19 Component(s)
|
||||||
|
181 Line(s) of event code
|
||||||
|
129 Unique line(s) of event code
|
||||||
screensaver
|
screensaver
|
||||||
46 Component(s)
|
46 Component(s)
|
||||||
429 Line(s) of event code
|
429 Line(s) of event code
|
||||||
@@ -34,10 +38,6 @@ popupTimer
|
|||||||
42 Component(s)
|
42 Component(s)
|
||||||
512 Line(s) of event code
|
512 Line(s) of event code
|
||||||
255 Unique line(s) of event code
|
255 Unique line(s) of event code
|
||||||
pageStartup
|
|
||||||
19 Component(s)
|
|
||||||
181 Line(s) of event code
|
|
||||||
129 Unique line(s) of event code
|
|
||||||
cardChart
|
cardChart
|
||||||
33 Component(s)
|
33 Component(s)
|
||||||
425 Line(s) of event code
|
425 Line(s) of event code
|
||||||
@@ -58,14 +58,14 @@ cardThermo
|
|||||||
57 Component(s)
|
57 Component(s)
|
||||||
528 Line(s) of event code
|
528 Line(s) of event code
|
||||||
313 Unique line(s) of event code
|
313 Unique line(s) of event code
|
||||||
cardPower
|
|
||||||
45 Component(s)
|
|
||||||
412 Line(s) of event code
|
|
||||||
289 Unique line(s) of event code
|
|
||||||
cardAlarm
|
cardAlarm
|
||||||
42 Component(s)
|
42 Component(s)
|
||||||
415 Line(s) of event code
|
415 Line(s) of event code
|
||||||
253 Unique line(s) of event code
|
253 Unique line(s) of event code
|
||||||
|
cardPower
|
||||||
|
45 Component(s)
|
||||||
|
412 Line(s) of event code
|
||||||
|
289 Unique line(s) of event code
|
||||||
cardQR
|
cardQR
|
||||||
34 Component(s)
|
34 Component(s)
|
||||||
398 Line(s) of event code
|
398 Line(s) of event code
|
||||||
|
|||||||
@@ -402,7 +402,7 @@ Text tVersion
|
|||||||
Horizontal Alignment : center
|
Horizontal Alignment : center
|
||||||
Vertical Alignment : center
|
Vertical Alignment : center
|
||||||
Input Type : character
|
Input Type : character
|
||||||
Text : 47
|
Text : 48
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
Word wrap : disabled
|
Word wrap : disabled
|
||||||
Horizontal Spacing : 0
|
Horizontal Spacing : 0
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Variable (string) strCommand
|
|||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 200
|
Max. Text Size: 400
|
||||||
|
|
||||||
Variable (string) tSend
|
Variable (string) tSend
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ Text tVersion
|
|||||||
Disable release event after dragging: 0
|
Disable release event after dragging: 0
|
||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Associated Keyboard : none
|
Associated Keyboard : none
|
||||||
Text : 47
|
Text : 48
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
|
|
||||||
Picture p0
|
Picture p0
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1,524 @@
|
|||||||
+++ /dev/fd/62 2023-01-06 14:11:20.674466368 +0000
|
+++ /dev/fd/62 2023-01-07 10:46:36.908018136 +0000
|
||||||
|
+I/n2t-out/Program.s.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/Program.s.txt
|
||||||
|
+I/n2t-out/cardEntities.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardEntities.txt
|
||||||
|
+4 +61,34 @@
|
||||||
|
+ //ui e6
|
||||||
|
+ vis btOnOff6,0
|
||||||
|
+ vis bUp6,0
|
||||||
|
+ vis bStop6,0
|
||||||
|
+ vis bDown6,0
|
||||||
|
+ vis tIcon6,0
|
||||||
|
+ vis tEntity6,0
|
||||||
|
+ vis bText6,0
|
||||||
|
+ vis hSlider6,0
|
||||||
|
+ vis nNum6,0
|
||||||
|
+5 +106,57 @@
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+e (string) entn1
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 80
|
||||||
|
+ Max. Text Size: 65
|
||||||
|
+
|
||||||
|
+e (string) entn2
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 80
|
||||||
|
+ Max. Text Size: 65
|
||||||
|
+
|
||||||
|
+e (string) entn3
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 80
|
||||||
|
+ Max. Text Size: 65
|
||||||
|
+ Max. Text Size: 65
|
||||||
|
+ Max. Text Size: 65
|
||||||
|
+
|
||||||
|
+e (string) entn6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 65
|
||||||
|
+
|
||||||
|
+e (string) nent1
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 80
|
||||||
|
+ Max. Text Size: 40
|
||||||
|
+
|
||||||
|
+e (string) nent2
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 40
|
||||||
|
+14 +186,26 @@
|
||||||
|
+e (string) type6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 10
|
||||||
|
+
|
||||||
|
+14 +234,32 @@
|
||||||
|
+nNum6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ Associated Keyboard : none
|
||||||
|
+ Value : 0
|
||||||
|
+
|
||||||
|
+14 +292,34 @@
|
||||||
|
+ntity6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ Associated Keyboard : none
|
||||||
|
+ Text : tEntity5
|
||||||
|
+ Max. Text Size : 30
|
||||||
|
+
|
||||||
|
+14 +362,34 @@
|
||||||
|
+con6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ Associated Keyboard : none
|
||||||
|
+ Text : î°
|
||||||
|
+ Max. Text Size : 5
|
||||||
|
+
|
||||||
|
+14 +531,70 @@
|
||||||
|
+hSlider6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ Position : 50
|
||||||
|
+ Upper range limit : 100
|
||||||
|
+ Lower range limit : 0
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Release Event
|
||||||
|
+ nNum5.val=hSlider5.val
|
||||||
|
+ tSend.txt="event,buttonPress2,"+entn6.txt+",number-set,"
|
||||||
|
+ covx nNum5.val,tTmp.txt,0,0
|
||||||
|
+ tSend.txt+=tTmp.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
|
||||||
|
+
|
||||||
|
+14 +687,64 @@
|
||||||
|
+bDown6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ State : unpressed
|
||||||
|
+ Text : î
|
||||||
|
+ Max. Text Size : 10
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Press Event
|
||||||
|
+ tSend.txt="event,buttonPress2,"+entn6.txt+",down"
|
||||||
|
+ //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
|
||||||
|
+
|
||||||
|
+14 +887,64 @@
|
||||||
|
+bStop6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ State : unpressed
|
||||||
|
+ Text : î
|
||||||
|
+ Max. Text Size : 10
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Press Event
|
||||||
|
+ tSend.txt="event,buttonPress2,"+entn6.txt+",stop"
|
||||||
|
+ //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
|
||||||
|
+
|
||||||
|
+14 +1037,64 @@
|
||||||
|
+bText6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ State : unpressed
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size : 45
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Press Event
|
||||||
|
+ tSend.txt="event,buttonPress2,"+entn6.txt+",button"
|
||||||
|
+ //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
|
||||||
|
+
|
||||||
|
+14 +1187,64 @@
|
||||||
|
+bUp6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ State : unpressed
|
||||||
|
+ Text : î
|
||||||
|
+ Max. Text Size : 10
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Press Event
|
||||||
|
+ tSend.txt="event,buttonPress2,"+entn6.txt+",up"
|
||||||
|
+ //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
|
||||||
|
+
|
||||||
|
+14 +1345,68 @@
|
||||||
|
+ate Button btOnOff6
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ State : unpressed
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size : 10
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Press Event
|
||||||
|
+ tSend.txt="event,buttonPress2,"+entn6.txt+",OnOff,"
|
||||||
|
+ covx btOnOff5.val,tTmp.txt,0,0
|
||||||
|
+ tSend.txt+=tTmp.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
|
||||||
|
+
|
||||||
|
+,14 +1539,84 @@
|
||||||
|
+ page popupInSel
|
||||||
|
+ if(type4.txt=="timer")
|
||||||
|
+ page popupTimer
|
||||||
|
+ if(type5.txt=="timer")
|
||||||
|
+ {
|
||||||
|
+ page popupTimer
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ m5
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+
|
||||||
|
+nts
|
||||||
|
+ Touch Press Event
|
||||||
|
+ pageIcons.tTmp1.txt=tEntity6.txt
|
||||||
|
+ pageIcons.tTmp2.txt=entn6.txt
|
||||||
|
+ pageIcons.tTmp3.txt=tIcon6.txt
|
||||||
|
+ if(type6.txt=="shutter")
|
||||||
|
+ {
|
||||||
|
+ //popupShutter.tHeading.txt=tEntity5.txt
|
||||||
|
+ page popupShutter
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="light")
|
||||||
|
+ {
|
||||||
|
+ //popupLight.tEntity.txt=tEntity5.txt
|
||||||
|
+ page popupLight
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="fan")
|
||||||
|
+ {
|
||||||
|
+ page popupFan
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="input_sel")
|
||||||
|
+ {
|
||||||
|
+ page popupInSel
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="timer")
|
||||||
|
+ {
|
||||||
|
+ page popupTimer
|
||||||
|
+ }
|
||||||
|
+,14 +2344,312 @@
|
||||||
|
+ spstr strCommand.txt,type5.txt,"~",38
|
||||||
|
+ spstr strCommand.txt,entn5.txt,"~",39
|
||||||
|
+ spstr strCommand.txt,tIcon5.txt,"~",40
|
||||||
|
+ spstr strCommand.txt,tTmp.txt,"~",41
|
||||||
|
+ spstr strCommand.txt,tEntity5.txt,"~",42
|
||||||
|
+ spstr strCommand.txt,tId.txt,"~",43
|
||||||
|
+ spstr strCommand.txt,tTmp.txt,"~",43
|
||||||
|
+ if(type5.txt=="text"||type5.txt=="timer")
|
||||||
|
+ spstr strCommand.txt,bText5.txt,"~",43
|
||||||
|
+ spstr strCommand.txt,bText5.txt,"~",43
|
||||||
|
+ spstr strCommand.txt,bText5.txt,"~",43
|
||||||
|
+ // get Type
|
||||||
|
+ spstr strCommand.txt,type6.txt,"~",44
|
||||||
|
+ // get internal name
|
||||||
|
+ spstr strCommand.txt,entn6.txt,"~",45
|
||||||
|
+ if(type6.txt=="delete"||type6.txt=="")
|
||||||
|
+ {
|
||||||
|
+ vis bUp6,0
|
||||||
|
+ vis bStop6,0
|
||||||
|
+ vis bDown6,0
|
||||||
|
+ vis btOnOff6,0
|
||||||
|
+ vis tEntity6,0
|
||||||
|
+ vis tIcon6,0
|
||||||
|
+ vis bText6,0
|
||||||
|
+ vis hSlider6,0
|
||||||
|
+ vis nNum6,0
|
||||||
|
+ }else
|
||||||
|
+ {
|
||||||
|
+ // change icon
|
||||||
|
+ spstr strCommand.txt,tIcon6.txt,"~",46
|
||||||
|
+ vis tIcon6,1
|
||||||
|
+ // change icon color
|
||||||
|
+ spstr strCommand.txt,tTmp.txt,"~",47
|
||||||
|
+ covx tTmp.txt,sys0,0,0
|
||||||
|
+ tIcon6.pco=sys0
|
||||||
|
+ // set name
|
||||||
|
+ spstr strCommand.txt,tEntity6.txt,"~",48
|
||||||
|
+ vis tEntity6,1
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="shutter")
|
||||||
|
+ {
|
||||||
|
+ vis bUp6,1
|
||||||
|
+ vis bStop6,1
|
||||||
|
+ vis bDown6,1
|
||||||
|
+ vis btOnOff6,0
|
||||||
|
+ vis bText6,0
|
||||||
|
+ vis hSlider6,0
|
||||||
|
+ vis nNum6,0
|
||||||
|
+ // get Button State (optional Value)
|
||||||
|
+ spstr strCommand.txt,tId.txt,"~",49
|
||||||
|
+ // up button
|
||||||
|
+ spstr tId.txt,tTmp.txt,"|",3
|
||||||
|
+ if(tTmp.txt=="disable")
|
||||||
|
+ {
|
||||||
|
+ bUp6.pco=27501
|
||||||
|
+ spstr tId.txt,bUp6.txt,"|",0
|
||||||
|
+ tsw bUp6,0
|
||||||
|
+ }else if(tTmp.txt=="enable")
|
||||||
|
+ {
|
||||||
|
+ bUp6.pco=65535
|
||||||
|
+ spstr tId.txt,bUp6.txt,"|",0
|
||||||
|
+ tsw bUp6,1
|
||||||
|
+ }
|
||||||
|
+ // stop button
|
||||||
|
+ spstr tId.txt,tTmp.txt,"|",4
|
||||||
|
+ if(tTmp.txt=="disable")
|
||||||
|
+ {
|
||||||
|
+ bStop6.pco=27501
|
||||||
|
+ spstr tId.txt,bStop6.txt,"|",1
|
||||||
|
+ tsw bStop6,0
|
||||||
|
+ }else if(tTmp.txt=="enable")
|
||||||
|
+ {
|
||||||
|
+ bStop6.pco=65535
|
||||||
|
+ spstr tId.txt,bStop6.txt,"|",1
|
||||||
|
+ tsw bStop6,1
|
||||||
|
+ }
|
||||||
|
+ // down button
|
||||||
|
+ spstr tId.txt,tTmp.txt,"|",5
|
||||||
|
+ if(tTmp.txt=="disable")
|
||||||
|
+ {
|
||||||
|
+ bDown6.pco=27501
|
||||||
|
+ spstr tId.txt,bDown6.txt,"|",2
|
||||||
|
+ tsw bDown6,0
|
||||||
|
+ }else if(tTmp.txt=="enable")
|
||||||
|
+ {
|
||||||
|
+ bDown6.pco=65535
|
||||||
|
+ spstr tId.txt,bDown6.txt,"|",2
|
||||||
|
+ tsw bDown6,1
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="light"||type6.txt=="switch"||type6.txt=="fan")
|
||||||
|
+ {
|
||||||
|
+ vis bUp6,0
|
||||||
|
+ vis bStop6,0
|
||||||
|
+ vis bDown6,0
|
||||||
|
+ vis btOnOff6,1
|
||||||
|
+ vis bText6,0
|
||||||
|
+ vis hSlider6,0
|
||||||
|
+ vis nNum6,0
|
||||||
|
+ // get Button State (optional Value)
|
||||||
|
+ spstr strCommand.txt,tTmp.txt,"~",49
|
||||||
|
+ covx tTmp.txt,sys0,0,0
|
||||||
|
+ btOnOff6.val=sys0
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="text"||type6.txt=="timer")
|
||||||
|
+ {
|
||||||
|
+ vis bUp6,0
|
||||||
|
+ vis bStop6,0
|
||||||
|
+ vis bDown6,0
|
||||||
|
+ vis btOnOff6,0
|
||||||
|
+ vis bText6,1
|
||||||
|
+ tsw bText6,0
|
||||||
|
+ vis hSlider6,0
|
||||||
|
+ vis nNum6,0
|
||||||
|
+ bText6.pco=65535
|
||||||
|
+ bText6.pco2=65535
|
||||||
|
+ // get Text (optional Value)
|
||||||
|
+ spstr strCommand.txt,bText6.txt,"~",49
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="button"||type6.txt=="input_sel")
|
||||||
|
+ {
|
||||||
|
+ vis bUp6,0
|
||||||
|
+ vis bStop6,0
|
||||||
|
+ vis bDown6,0
|
||||||
|
+ vis btOnOff6,0
|
||||||
|
+ vis bText6,1
|
||||||
|
+ tsw bText6,1
|
||||||
|
+ vis hSlider6,0
|
||||||
|
+ vis nNum6,0
|
||||||
|
+ bText6.pco=1374
|
||||||
|
+ bText6.pco2=1374
|
||||||
|
+ // get Text (optional Value)
|
||||||
|
+ spstr strCommand.txt,bText6.txt,"~",49
|
||||||
|
+ }
|
||||||
|
+ if(type6.txt=="number")
|
||||||
|
+ {
|
||||||
|
+ vis bUp6,0
|
||||||
|
+ vis bStop6,0
|
||||||
|
+ vis bDown6,0
|
||||||
|
+ vis btOnOff6,0
|
||||||
|
+ vis bText6,0
|
||||||
|
+ tsw bText6,0
|
||||||
|
+ vis hSlider6,1
|
||||||
|
+ vis nNum6,1
|
||||||
|
+ // get config (optional Value) (use bText as variable)
|
||||||
|
+ spstr strCommand.txt,bText6.txt,"~",49
|
||||||
|
+ //first value is current value
|
||||||
|
+ spstr bText6.txt,tTmp.txt,"|",0
|
||||||
|
+ covx tTmp.txt,sys0,0,0
|
||||||
|
+ hSlider6.val=sys0
|
||||||
|
+ nNum6.val=sys0
|
||||||
|
+ //second value is min value
|
||||||
|
+ spstr bText6.txt,tTmp.txt,"|",1
|
||||||
|
+ covx tTmp.txt,sys0,0,0
|
||||||
|
+ hSlider6.minval=sys0
|
||||||
|
+ //third value is max value
|
||||||
|
+ spstr bText6.txt,tTmp.txt,"|",2
|
||||||
|
+ covx tTmp.txt,sys0,0,0
|
||||||
|
+ hSlider6.maxval=sys0
|
||||||
|
+ }
|
||||||
|
+I/n2t-out/pageStartup.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/pageStartup.txt
|
||||||
|
+I/n2t-out/screensaver.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/screensaver.txt
|
||||||
|
+9 +29,20 @@
|
||||||
|
+ }
|
||||||
|
+ tDate.txt=pageIcons.vaDate.txt
|
||||||
|
+ dim=dimValue
|
||||||
|
+ vis tSend,0
|
||||||
|
+ //page open event
|
||||||
|
+ // clear weather elements, to keep example content in HMI
|
||||||
|
+
|
||||||
|
+ Postinitialize Event
|
||||||
|
+ click m0,1
|
||||||
|
+
|
||||||
|
+e (string) strCommand
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 200
|
||||||
|
+
|
||||||
|
+e (string) strTmp
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 2
|
||||||
|
+
|
||||||
|
+e (string) tId
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size: 25
|
||||||
|
+
|
||||||
|
+e (string) tInstruction
|
||||||
|
+24 +94,14 @@
|
||||||
|
+ Value: 0
|
||||||
|
+
|
||||||
|
+e (int32) ycR
|
||||||
|
+ributes
|
||||||
|
+ Scope: local
|
||||||
|
+ Value: 0
|
||||||
|
+
|
||||||
|
+
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ Associated Keyboard : none
|
||||||
|
+ Text :
|
||||||
|
+ Max. Text Size : 10
|
||||||
|
+
|
||||||
|
+0
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Dragging : 0
|
||||||
|
+ Disable release event after dragging: 0
|
||||||
|
+ Send Component ID : disabled
|
||||||
|
+ Associated Keyboard : none
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ Variable (string) strCommand
|
|||||||
ID : 6
|
ID : 6
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 200
|
Max. Text Size: 400
|
||||||
|
|
||||||
Variable (string) tSend
|
Variable (string) tSend
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ pageTest
|
|||||||
14 Component(s)
|
14 Component(s)
|
||||||
14 Line(s) of event code
|
14 Line(s) of event code
|
||||||
14 Unique line(s) of event code
|
14 Unique line(s) of event code
|
||||||
pageStartup
|
|
||||||
19 Component(s)
|
|
||||||
181 Line(s) of event code
|
|
||||||
129 Unique line(s) of event code
|
|
||||||
popupLight
|
popupLight
|
||||||
28 Component(s)
|
28 Component(s)
|
||||||
408 Line(s) of event code
|
408 Line(s) of event code
|
||||||
@@ -26,6 +22,10 @@ popupFan
|
|||||||
27 Component(s)
|
27 Component(s)
|
||||||
351 Line(s) of event code
|
351 Line(s) of event code
|
||||||
204 Unique line(s) of event code
|
204 Unique line(s) of event code
|
||||||
|
pageStartup
|
||||||
|
19 Component(s)
|
||||||
|
181 Line(s) of event code
|
||||||
|
129 Unique line(s) of event code
|
||||||
cardQR
|
cardQR
|
||||||
34 Component(s)
|
34 Component(s)
|
||||||
398 Line(s) of event code
|
398 Line(s) of event code
|
||||||
|
|||||||
@@ -402,7 +402,7 @@ Text tVersion
|
|||||||
Horizontal Alignment : center
|
Horizontal Alignment : center
|
||||||
Vertical Alignment : center
|
Vertical Alignment : center
|
||||||
Input Type : character
|
Input Type : character
|
||||||
Text : 47
|
Text : 48
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
Word wrap : disabled
|
Word wrap : disabled
|
||||||
Horizontal Spacing : 0
|
Horizontal Spacing : 0
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Variable (string) strCommand
|
|||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 200
|
Max. Text Size: 400
|
||||||
|
|
||||||
Variable (string) tSend
|
Variable (string) tSend
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ Text tVersion
|
|||||||
Disable release event after dragging: 0
|
Disable release event after dragging: 0
|
||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Associated Keyboard : none
|
Associated Keyboard : none
|
||||||
Text : 47
|
Text : 48
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
|
|
||||||
Picture p0
|
Picture p0
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ Variable (string) strCommand
|
|||||||
ID : 6
|
ID : 6
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 200
|
Max. Text Size: 400
|
||||||
|
|
||||||
Variable (string) tSend
|
Variable (string) tSend
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -18,10 +18,10 @@ cardChart
|
|||||||
33 Component(s)
|
33 Component(s)
|
||||||
425 Line(s) of event code
|
425 Line(s) of event code
|
||||||
290 Unique line(s) of event code
|
290 Unique line(s) of event code
|
||||||
pageStartup
|
cardAlarm
|
||||||
19 Component(s)
|
42 Component(s)
|
||||||
181 Line(s) of event code
|
415 Line(s) of event code
|
||||||
129 Unique line(s) of event code
|
253 Unique line(s) of event code
|
||||||
popupFan
|
popupFan
|
||||||
27 Component(s)
|
27 Component(s)
|
||||||
351 Line(s) of event code
|
351 Line(s) of event code
|
||||||
@@ -38,6 +38,10 @@ popupShutter
|
|||||||
25 Component(s)
|
25 Component(s)
|
||||||
398 Line(s) of event code
|
398 Line(s) of event code
|
||||||
218 Unique line(s) of event code
|
218 Unique line(s) of event code
|
||||||
|
pageStartup
|
||||||
|
19 Component(s)
|
||||||
|
181 Line(s) of event code
|
||||||
|
129 Unique line(s) of event code
|
||||||
cardQR
|
cardQR
|
||||||
34 Component(s)
|
34 Component(s)
|
||||||
398 Line(s) of event code
|
398 Line(s) of event code
|
||||||
@@ -66,10 +70,6 @@ cardEntities
|
|||||||
67 Component(s)
|
67 Component(s)
|
||||||
1158 Line(s) of event code
|
1158 Line(s) of event code
|
||||||
526 Unique line(s) of event code
|
526 Unique line(s) of event code
|
||||||
cardAlarm
|
|
||||||
42 Component(s)
|
|
||||||
415 Line(s) of event code
|
|
||||||
253 Unique line(s) of event code
|
|
||||||
cardThermo
|
cardThermo
|
||||||
57 Component(s)
|
57 Component(s)
|
||||||
528 Line(s) of event code
|
528 Line(s) of event code
|
||||||
|
|||||||
@@ -402,7 +402,7 @@ Text tVersion
|
|||||||
Horizontal Alignment : center
|
Horizontal Alignment : center
|
||||||
Vertical Alignment : center
|
Vertical Alignment : center
|
||||||
Input Type : character
|
Input Type : character
|
||||||
Text : 47
|
Text : 48
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
Word wrap : disabled
|
Word wrap : disabled
|
||||||
Horizontal Spacing : 0
|
Horizontal Spacing : 0
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Variable (string) strCommand
|
|||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 200
|
Max. Text Size: 400
|
||||||
|
|
||||||
Variable (string) tSend
|
Variable (string) tSend
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ Text tVersion
|
|||||||
Disable release event after dragging: 0
|
Disable release event after dragging: 0
|
||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Associated Keyboard : none
|
Associated Keyboard : none
|
||||||
Text : 47
|
Text : 48
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
|
|
||||||
Picture p0
|
Picture p0
|
||||||
|
|||||||
Reference in New Issue
Block a user