mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-24 00:14:26 +01:00
change value range of cardPower sliders (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
19a0684357
commit
ced693e3da
@@ -541,7 +541,7 @@
|
||||
│ b[sys0].pco=defaultFontColor
|
||||
│ }
|
||||
│ if(defaultBcoColor==0)
|
||||
│ @@ -275,44 +275,14 @@
|
||||
│ @@ -275,109 +275,79 @@
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
@@ -586,6 +586,83 @@
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│
|
||||
│ Slider h0
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h1
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h2
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h3
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h4
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h5
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Button bNext
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ @@ -463,92 +433,74 @@
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
@@ -698,7 +775,7 @@
|
||||
│ + if(sys0<h3.minval)
|
||||
│ + {
|
||||
│ + h3.val=h3.maxval
|
||||
│ + }
|
||||
│ }
|
||||
│ + h3.val+=t3Speed.val
|
||||
│ + sys0=h4.val+t4Speed.val
|
||||
│ + if(sys0>h4.maxval)
|
||||
@@ -718,7 +795,7 @@
|
||||
│ + if(sys0<h5.minval)
|
||||
│ + {
|
||||
│ + h5.val=h5.maxval
|
||||
│ }
|
||||
│ + }
|
||||
│ + h5.val+=t5Speed.val
|
||||
│
|
||||
│ Timer tmSerial
|
||||
@@ -727,7 +804,7 @@
|
||||
│ Period (ms): 50
|
||||
│ Enabled : yes
|
||||
│
|
||||
│ @@ -636,141 +588,131 @@
|
||||
│ @@ -636,189 +588,131 @@
|
||||
│ vis bNext,1
|
||||
│ }
|
||||
│ // icon color home
|
||||
@@ -759,6 +836,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",24
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",19
|
||||
│ covx tTmp.txt,t0Speed.val,0,0
|
||||
│ - if(t0Speed.val>120)
|
||||
│ - {
|
||||
│ - t0Speed.val=120
|
||||
│ - }
|
||||
│ - if(t0Speed.val<-120)
|
||||
│ - {
|
||||
│ - t0Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t0u.txt,"~",25
|
||||
│ + spstr strCommand.txt,t0u.txt,"~",20
|
||||
@@ -784,6 +869,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",28
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",23
|
||||
│ covx tTmp.txt,t1Speed.val,0,0
|
||||
│ - if(t1Speed.val>120)
|
||||
│ - {
|
||||
│ - t1Speed.val=120
|
||||
│ - }
|
||||
│ - if(t1Speed.val<-120)
|
||||
│ - {
|
||||
│ - t1Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t1u.txt,"~",29
|
||||
│ + spstr strCommand.txt,t1u.txt,"~",24
|
||||
@@ -809,6 +902,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",32
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",27
|
||||
│ covx tTmp.txt,t2Speed.val,0,0
|
||||
│ - if(t2Speed.val>120)
|
||||
│ - {
|
||||
│ - t2Speed.val=120
|
||||
│ - }
|
||||
│ - if(t2Speed.val<-120)
|
||||
│ - {
|
||||
│ - t2Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t2u.txt,"~",33
|
||||
│ + spstr strCommand.txt,t2u.txt,"~",28
|
||||
@@ -834,6 +935,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",36
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",31
|
||||
│ covx tTmp.txt,t3Speed.val,0,0
|
||||
│ - if(t3Speed.val>120)
|
||||
│ - {
|
||||
│ - t3Speed.val=120
|
||||
│ - }
|
||||
│ - if(t3Speed.val<-120)
|
||||
│ - {
|
||||
│ - t3Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t3u.txt,"~",37
|
||||
│ + spstr strCommand.txt,t3u.txt,"~",32
|
||||
@@ -859,6 +968,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",40
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",35
|
||||
│ covx tTmp.txt,t4Speed.val,0,0
|
||||
│ - if(t4Speed.val>120)
|
||||
│ - {
|
||||
│ - t4Speed.val=120
|
||||
│ - }
|
||||
│ - if(t4Speed.val<-120)
|
||||
│ - {
|
||||
│ - t4Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t4u.txt,"~",41
|
||||
│ + spstr strCommand.txt,t4u.txt,"~",36
|
||||
@@ -884,6 +1001,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",44
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",39
|
||||
│ covx tTmp.txt,t5Speed.val,0,0
|
||||
│ - if(t5Speed.val>120)
|
||||
│ - {
|
||||
│ - t5Speed.val=120
|
||||
│ - }
|
||||
│ - if(t5Speed.val<-120)
|
||||
│ - {
|
||||
│ - t5Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t5u.txt,"~",45
|
||||
│ + spstr strCommand.txt,t5u.txt,"~",40
|
||||
|
||||
@@ -1556,7 +1556,7 @@
|
||||
│ b[sys0].pco=defaultFontColor
|
||||
│ }
|
||||
│ if(defaultBcoColor==0)
|
||||
│ @@ -275,44 +275,14 @@
|
||||
│ @@ -275,109 +275,79 @@
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
@@ -1601,6 +1601,83 @@
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│
|
||||
│ Slider h0
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h1
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h2
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h3
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h4
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Slider h5
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│ - Position : 600
|
||||
│ - Upper range limit : 1200
|
||||
│ + Position : 50
|
||||
│ + Upper range limit : 100
|
||||
│ Lower range limit : 0
|
||||
│
|
||||
│ Button bNext
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ @@ -463,92 +433,74 @@
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
@@ -1713,7 +1790,7 @@
|
||||
│ + if(sys0<h3.minval)
|
||||
│ + {
|
||||
│ + h3.val=h3.maxval
|
||||
│ + }
|
||||
│ }
|
||||
│ + h3.val+=t3Speed.val
|
||||
│ + sys0=h4.val+t4Speed.val
|
||||
│ + if(sys0>h4.maxval)
|
||||
@@ -1733,7 +1810,7 @@
|
||||
│ + if(sys0<h5.minval)
|
||||
│ + {
|
||||
│ + h5.val=h5.maxval
|
||||
│ }
|
||||
│ + }
|
||||
│ + h5.val+=t5Speed.val
|
||||
│
|
||||
│ Timer tmSerial
|
||||
@@ -1742,7 +1819,7 @@
|
||||
│ Period (ms): 50
|
||||
│ Enabled : yes
|
||||
│
|
||||
│ @@ -636,141 +588,131 @@
|
||||
│ @@ -636,189 +588,131 @@
|
||||
│ vis bNext,1
|
||||
│ }
|
||||
│ // icon color home
|
||||
@@ -1774,6 +1851,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",24
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",19
|
||||
│ covx tTmp.txt,t0Speed.val,0,0
|
||||
│ - if(t0Speed.val>120)
|
||||
│ - {
|
||||
│ - t0Speed.val=120
|
||||
│ - }
|
||||
│ - if(t0Speed.val<-120)
|
||||
│ - {
|
||||
│ - t0Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t0u.txt,"~",25
|
||||
│ + spstr strCommand.txt,t0u.txt,"~",20
|
||||
@@ -1799,6 +1884,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",28
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",23
|
||||
│ covx tTmp.txt,t1Speed.val,0,0
|
||||
│ - if(t1Speed.val>120)
|
||||
│ - {
|
||||
│ - t1Speed.val=120
|
||||
│ - }
|
||||
│ - if(t1Speed.val<-120)
|
||||
│ - {
|
||||
│ - t1Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t1u.txt,"~",29
|
||||
│ + spstr strCommand.txt,t1u.txt,"~",24
|
||||
@@ -1824,6 +1917,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",32
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",27
|
||||
│ covx tTmp.txt,t2Speed.val,0,0
|
||||
│ - if(t2Speed.val>120)
|
||||
│ - {
|
||||
│ - t2Speed.val=120
|
||||
│ - }
|
||||
│ - if(t2Speed.val<-120)
|
||||
│ - {
|
||||
│ - t2Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t2u.txt,"~",33
|
||||
│ + spstr strCommand.txt,t2u.txt,"~",28
|
||||
@@ -1849,6 +1950,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",36
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",31
|
||||
│ covx tTmp.txt,t3Speed.val,0,0
|
||||
│ - if(t3Speed.val>120)
|
||||
│ - {
|
||||
│ - t3Speed.val=120
|
||||
│ - }
|
||||
│ - if(t3Speed.val<-120)
|
||||
│ - {
|
||||
│ - t3Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t3u.txt,"~",37
|
||||
│ + spstr strCommand.txt,t3u.txt,"~",32
|
||||
@@ -1874,6 +1983,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",40
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",35
|
||||
│ covx tTmp.txt,t4Speed.val,0,0
|
||||
│ - if(t4Speed.val>120)
|
||||
│ - {
|
||||
│ - t4Speed.val=120
|
||||
│ - }
|
||||
│ - if(t4Speed.val<-120)
|
||||
│ - {
|
||||
│ - t4Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t4u.txt,"~",41
|
||||
│ + spstr strCommand.txt,t4u.txt,"~",36
|
||||
@@ -1899,6 +2016,14 @@
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",44
|
||||
│ + spstr strCommand.txt,tTmp.txt,"~",39
|
||||
│ covx tTmp.txt,t5Speed.val,0,0
|
||||
│ - if(t5Speed.val>120)
|
||||
│ - {
|
||||
│ - t5Speed.val=120
|
||||
│ - }
|
||||
│ - if(t5Speed.val<-120)
|
||||
│ - {
|
||||
│ - t5Speed.val=-120
|
||||
│ - }
|
||||
│ // lower text
|
||||
│ - spstr strCommand.txt,t5u.txt,"~",45
|
||||
│ + spstr strCommand.txt,t5u.txt,"~",40
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
+++ /dev/fd/62 2023-01-14 14:44:28.229131210 +0000
|
||||
+++ /dev/fd/62 2023-01-20 14:06:59.554663210 +0000
|
||||
+le list
|
||||
+ +1,12 @@
|
||||
+.s.txt
|
||||
@@ -975,7 +975,7 @@
|
||||
+ b[sys0].pco=defaultFontColor
|
||||
+ }
|
||||
+ if(defaultBcoColor==0)
|
||||
+44 +275,14 @@
|
||||
+109 +275,79 @@
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
@@ -1020,6 +1020,83 @@
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+
|
||||
+h0
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+ Position : 600
|
||||
+ Upper range limit : 1200
|
||||
+ Position : 50
|
||||
+ Upper range limit : 100
|
||||
+ Lower range limit : 0
|
||||
+
|
||||
+h1
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+ Position : 600
|
||||
+ Upper range limit : 1200
|
||||
+ Position : 50
|
||||
+ Upper range limit : 100
|
||||
+ Lower range limit : 0
|
||||
+
|
||||
+h2
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+ Position : 600
|
||||
+ Upper range limit : 1200
|
||||
+ Position : 50
|
||||
+ Upper range limit : 100
|
||||
+ Lower range limit : 0
|
||||
+
|
||||
+h3
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+ Position : 600
|
||||
+ Upper range limit : 1200
|
||||
+ Position : 50
|
||||
+ Upper range limit : 100
|
||||
+ Lower range limit : 0
|
||||
+
|
||||
+h4
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+ Position : 600
|
||||
+ Upper range limit : 1200
|
||||
+ Position : 50
|
||||
+ Upper range limit : 100
|
||||
+ Lower range limit : 0
|
||||
+
|
||||
+h5
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+ Position : 600
|
||||
+ Upper range limit : 1200
|
||||
+ Position : 50
|
||||
+ Upper range limit : 100
|
||||
+ Lower range limit : 0
|
||||
+
|
||||
+bNext
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+92 +433,74 @@
|
||||
+ributes
|
||||
+ Scope : local
|
||||
@@ -1161,7 +1238,7 @@
|
||||
+ Period (ms): 50
|
||||
+ Enabled : yes
|
||||
+
|
||||
+141 +588,131 @@
|
||||
+189 +588,131 @@
|
||||
+ vis bNext,1
|
||||
+ }
|
||||
+ // icon color home
|
||||
@@ -1193,6 +1270,14 @@
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",24
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",19
|
||||
+ covx tTmp.txt,t0Speed.val,0,0
|
||||
+ if(t0Speed.val>120)
|
||||
+ {
|
||||
+ t0Speed.val=120
|
||||
+ }
|
||||
+ if(t0Speed.val<-120)
|
||||
+ {
|
||||
+ t0Speed.val=-120
|
||||
+ }
|
||||
+ // lower text
|
||||
+ spstr strCommand.txt,t0u.txt,"~",25
|
||||
+ spstr strCommand.txt,t0u.txt,"~",20
|
||||
@@ -1218,6 +1303,14 @@
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",28
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",23
|
||||
+ covx tTmp.txt,t1Speed.val,0,0
|
||||
+ if(t1Speed.val>120)
|
||||
+ {
|
||||
+ t1Speed.val=120
|
||||
+ }
|
||||
+ if(t1Speed.val<-120)
|
||||
+ {
|
||||
+ t1Speed.val=-120
|
||||
+ }
|
||||
+ // lower text
|
||||
+ spstr strCommand.txt,t1u.txt,"~",29
|
||||
+ spstr strCommand.txt,t1u.txt,"~",24
|
||||
@@ -1243,6 +1336,14 @@
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",32
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",27
|
||||
+ covx tTmp.txt,t2Speed.val,0,0
|
||||
+ if(t2Speed.val>120)
|
||||
+ {
|
||||
+ t2Speed.val=120
|
||||
+ }
|
||||
+ if(t2Speed.val<-120)
|
||||
+ {
|
||||
+ t2Speed.val=-120
|
||||
+ }
|
||||
+ // lower text
|
||||
+ spstr strCommand.txt,t2u.txt,"~",33
|
||||
+ spstr strCommand.txt,t2u.txt,"~",28
|
||||
@@ -1268,6 +1369,14 @@
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",36
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",31
|
||||
+ covx tTmp.txt,t3Speed.val,0,0
|
||||
+ if(t3Speed.val>120)
|
||||
+ {
|
||||
+ t3Speed.val=120
|
||||
+ }
|
||||
+ if(t3Speed.val<-120)
|
||||
+ {
|
||||
+ t3Speed.val=-120
|
||||
+ }
|
||||
+ // lower text
|
||||
+ spstr strCommand.txt,t3u.txt,"~",37
|
||||
+ spstr strCommand.txt,t3u.txt,"~",32
|
||||
@@ -1293,6 +1402,14 @@
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",40
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",35
|
||||
+ covx tTmp.txt,t4Speed.val,0,0
|
||||
+ if(t4Speed.val>120)
|
||||
+ {
|
||||
+ t4Speed.val=120
|
||||
+ }
|
||||
+ if(t4Speed.val<-120)
|
||||
+ {
|
||||
+ t4Speed.val=-120
|
||||
+ }
|
||||
+ // lower text
|
||||
+ spstr strCommand.txt,t4u.txt,"~",41
|
||||
+ spstr strCommand.txt,t4u.txt,"~",36
|
||||
@@ -1318,6 +1435,14 @@
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",44
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",39
|
||||
+ covx tTmp.txt,t5Speed.val,0,0
|
||||
+ if(t5Speed.val>120)
|
||||
+ {
|
||||
+ t5Speed.val=120
|
||||
+ }
|
||||
+ if(t5Speed.val<-120)
|
||||
+ {
|
||||
+ t5Speed.val=-120
|
||||
+ }
|
||||
+ // lower text
|
||||
+ spstr strCommand.txt,t5u.txt,"~",45
|
||||
+ spstr strCommand.txt,t5u.txt,"~",40
|
||||
|
||||
@@ -742,8 +742,8 @@ Slider h0
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 18
|
||||
Slided Back. Picture ID : 18
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h1
|
||||
@@ -767,8 +767,8 @@ Slider h1
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 18
|
||||
Slided Back. Picture ID : 18
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h2
|
||||
@@ -792,8 +792,8 @@ Slider h2
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 18
|
||||
Slided Back. Picture ID : 18
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h3
|
||||
@@ -817,8 +817,8 @@ Slider h3
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 18
|
||||
Slided Back. Picture ID : 18
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h4
|
||||
@@ -842,8 +842,8 @@ Slider h4
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 18
|
||||
Slided Back. Picture ID : 18
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h5
|
||||
@@ -867,8 +867,8 @@ Slider h5
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 18
|
||||
Slided Back. Picture ID : 18
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Button bNext
|
||||
@@ -1228,6 +1228,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",24
|
||||
covx tTmp.txt,t0Speed.val,0,0
|
||||
if(t0Speed.val>120)
|
||||
{
|
||||
t0Speed.val=120
|
||||
}
|
||||
if(t0Speed.val<-120)
|
||||
{
|
||||
t0Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t0u.txt,"~",25
|
||||
if(t0Icon.txt!="")
|
||||
@@ -1249,6 +1257,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",28
|
||||
covx tTmp.txt,t1Speed.val,0,0
|
||||
if(t1Speed.val>120)
|
||||
{
|
||||
t1Speed.val=120
|
||||
}
|
||||
if(t1Speed.val<-120)
|
||||
{
|
||||
t1Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t1u.txt,"~",29
|
||||
if(t1Icon.txt!="")
|
||||
@@ -1270,6 +1286,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",32
|
||||
covx tTmp.txt,t2Speed.val,0,0
|
||||
if(t2Speed.val>120)
|
||||
{
|
||||
t2Speed.val=120
|
||||
}
|
||||
if(t2Speed.val<-120)
|
||||
{
|
||||
t2Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t2u.txt,"~",33
|
||||
if(t2Icon.txt!="")
|
||||
@@ -1291,6 +1315,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",36
|
||||
covx tTmp.txt,t3Speed.val,0,0
|
||||
if(t3Speed.val>120)
|
||||
{
|
||||
t3Speed.val=120
|
||||
}
|
||||
if(t3Speed.val<-120)
|
||||
{
|
||||
t3Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t3u.txt,"~",37
|
||||
if(t3Icon.txt!="")
|
||||
@@ -1312,6 +1344,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",40
|
||||
covx tTmp.txt,t4Speed.val,0,0
|
||||
if(t4Speed.val>120)
|
||||
{
|
||||
t4Speed.val=120
|
||||
}
|
||||
if(t4Speed.val<-120)
|
||||
{
|
||||
t4Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t4u.txt,"~",41
|
||||
if(t4Icon.txt!="")
|
||||
@@ -1333,6 +1373,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",44
|
||||
covx tTmp.txt,t5Speed.val,0,0
|
||||
if(t5Speed.val>120)
|
||||
{
|
||||
t5Speed.val=120
|
||||
}
|
||||
if(t5Speed.val<-120)
|
||||
{
|
||||
t5Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t5u.txt,"~",45
|
||||
if(t5Icon.txt!="")
|
||||
|
||||
@@ -46,6 +46,10 @@ screensaver
|
||||
47 Component(s)
|
||||
443 Line(s) of event code
|
||||
311 Unique line(s) of event code
|
||||
cardPower
|
||||
48 Component(s)
|
||||
483 Line(s) of event code
|
||||
324 Unique line(s) of event code
|
||||
popupInSel
|
||||
34 Component(s)
|
||||
617 Line(s) of event code
|
||||
@@ -58,10 +62,6 @@ popupShutter
|
||||
25 Component(s)
|
||||
398 Line(s) of event code
|
||||
218 Unique line(s) of event code
|
||||
cardPower
|
||||
48 Component(s)
|
||||
435 Line(s) of event code
|
||||
300 Unique line(s) of event code
|
||||
cardMedia
|
||||
59 Component(s)
|
||||
641 Line(s) of event code
|
||||
@@ -86,5 +86,5 @@ cardEntities
|
||||
Total
|
||||
20 Page(s)
|
||||
737 Component(s)
|
||||
8754 Line(s) of event code
|
||||
2247 Unique line(s) of event code
|
||||
8802 Line(s) of event code
|
||||
2271 Unique line(s) of event code
|
||||
|
||||
@@ -322,8 +322,8 @@ Slider h0
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h1
|
||||
@@ -332,8 +332,8 @@ Slider h1
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h2
|
||||
@@ -342,8 +342,8 @@ Slider h2
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h3
|
||||
@@ -352,8 +352,8 @@ Slider h3
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h4
|
||||
@@ -362,8 +362,8 @@ Slider h4
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Slider h5
|
||||
@@ -372,8 +372,8 @@ Slider h5
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Position : 600
|
||||
Upper range limit : 1200
|
||||
Lower range limit : 0
|
||||
|
||||
Button bNext
|
||||
@@ -660,6 +660,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",24
|
||||
covx tTmp.txt,t0Speed.val,0,0
|
||||
if(t0Speed.val>120)
|
||||
{
|
||||
t0Speed.val=120
|
||||
}
|
||||
if(t0Speed.val<-120)
|
||||
{
|
||||
t0Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t0u.txt,"~",25
|
||||
if(t0Icon.txt!="")
|
||||
@@ -681,6 +689,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",28
|
||||
covx tTmp.txt,t1Speed.val,0,0
|
||||
if(t1Speed.val>120)
|
||||
{
|
||||
t1Speed.val=120
|
||||
}
|
||||
if(t1Speed.val<-120)
|
||||
{
|
||||
t1Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t1u.txt,"~",29
|
||||
if(t1Icon.txt!="")
|
||||
@@ -702,6 +718,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",32
|
||||
covx tTmp.txt,t2Speed.val,0,0
|
||||
if(t2Speed.val>120)
|
||||
{
|
||||
t2Speed.val=120
|
||||
}
|
||||
if(t2Speed.val<-120)
|
||||
{
|
||||
t2Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t2u.txt,"~",33
|
||||
if(t2Icon.txt!="")
|
||||
@@ -723,6 +747,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",36
|
||||
covx tTmp.txt,t3Speed.val,0,0
|
||||
if(t3Speed.val>120)
|
||||
{
|
||||
t3Speed.val=120
|
||||
}
|
||||
if(t3Speed.val<-120)
|
||||
{
|
||||
t3Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t3u.txt,"~",37
|
||||
if(t3Icon.txt!="")
|
||||
@@ -744,6 +776,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",40
|
||||
covx tTmp.txt,t4Speed.val,0,0
|
||||
if(t4Speed.val>120)
|
||||
{
|
||||
t4Speed.val=120
|
||||
}
|
||||
if(t4Speed.val<-120)
|
||||
{
|
||||
t4Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t4u.txt,"~",41
|
||||
if(t4Icon.txt!="")
|
||||
@@ -765,6 +805,14 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",44
|
||||
covx tTmp.txt,t5Speed.val,0,0
|
||||
if(t5Speed.val>120)
|
||||
{
|
||||
t5Speed.val=120
|
||||
}
|
||||
if(t5Speed.val<-120)
|
||||
{
|
||||
t5Speed.val=-120
|
||||
}
|
||||
// lower text
|
||||
spstr strCommand.txt,t5u.txt,"~",45
|
||||
if(t5Icon.txt!="")
|
||||
|
||||
Reference in New Issue
Block a user