mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-18 19:06:58 +01:00
fix #727 (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
15436c04cb
commit
77b3d7e324
@@ -1,5 +1,93 @@
|
|||||||
--- HMI/n2t-out
|
--- HMI/n2t-out
|
||||||
+++ HMI/US/landscape/n2t-out
|
+++ HMI/US/landscape/n2t-out
|
||||||
|
│ --- HMI/n2t-out/cardPower.txt
|
||||||
|
├── +++ HMI/US/landscape/n2t-out/cardPower.txt
|
||||||
|
│ @@ -475,85 +475,79 @@
|
||||||
|
│ h0.val=h0.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h0.minval)
|
||||||
|
│ {
|
||||||
|
│ h0.val=h0.maxval
|
||||||
|
│ }
|
||||||
|
│ h0.val+=t0Speed.val
|
||||||
|
│ - ref t0u
|
||||||
|
│ }
|
||||||
|
│ if(t1Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h1.val+t1Speed.val
|
||||||
|
│ if(sys0>h1.maxval)
|
||||||
|
│ {
|
||||||
|
│ h1.val=h1.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h1.minval)
|
||||||
|
│ {
|
||||||
|
│ h1.val=h1.maxval
|
||||||
|
│ }
|
||||||
|
│ h1.val+=t1Speed.val
|
||||||
|
│ - ref t1u
|
||||||
|
│ }
|
||||||
|
│ if(t2Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h2.val+t2Speed.val
|
||||||
|
│ if(sys0>h2.maxval)
|
||||||
|
│ {
|
||||||
|
│ h2.val=h2.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h2.minval)
|
||||||
|
│ {
|
||||||
|
│ h2.val=h2.maxval
|
||||||
|
│ }
|
||||||
|
│ h2.val+=t2Speed.val
|
||||||
|
│ - ref t2u
|
||||||
|
│ }
|
||||||
|
│ if(t3Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h3.val+t3Speed.val
|
||||||
|
│ if(sys0>h3.maxval)
|
||||||
|
│ {
|
||||||
|
│ h3.val=h3.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h3.minval)
|
||||||
|
│ {
|
||||||
|
│ h3.val=h3.maxval
|
||||||
|
│ }
|
||||||
|
│ h3.val+=t3Speed.val
|
||||||
|
│ - ref t3u
|
||||||
|
│ }
|
||||||
|
│ if(t4Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h4.val+t4Speed.val
|
||||||
|
│ if(sys0>h4.maxval)
|
||||||
|
│ {
|
||||||
|
│ h4.val=h4.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h4.minval)
|
||||||
|
│ {
|
||||||
|
│ h4.val=h4.maxval
|
||||||
|
│ }
|
||||||
|
│ h4.val+=t4Speed.val
|
||||||
|
│ - ref t4u
|
||||||
|
│ }
|
||||||
|
│ if(t5Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h5.val+t5Speed.val
|
||||||
|
│ if(sys0>h5.maxval)
|
||||||
|
│ {
|
||||||
|
│ h5.val=h5.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h5.minval)
|
||||||
|
│ {
|
||||||
|
│ h5.val=h5.maxval
|
||||||
|
│ }
|
||||||
|
│ h5.val+=t5Speed.val
|
||||||
|
│ - ref t5u
|
||||||
|
│ }
|
||||||
|
│
|
||||||
|
│ Timer tmSerial
|
||||||
|
│ Attributes
|
||||||
|
│ Scope : local
|
||||||
|
│ Period (ms): 50
|
||||||
|
│ Enabled : yes
|
||||||
│ --- HMI/n2t-out/pageStartup.txt
|
│ --- HMI/n2t-out/pageStartup.txt
|
||||||
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
||||||
│ @@ -179,15 +179,15 @@
|
│ @@ -179,15 +179,15 @@
|
||||||
@@ -36,7 +124,7 @@
|
|||||||
│ Attributes
|
│ Attributes
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Text :
|
│ Text :
|
||||||
│ Max. Text Size: 400
|
│ Max. Text Size: 600
|
||||||
│
|
│
|
||||||
│ Variable (string) strTmp
|
│ Variable (string) strTmp
|
||||||
│ @@ -103,35 +100,14 @@
|
│ @@ -103,35 +100,14 @@
|
||||||
|
|||||||
@@ -46,6 +46,10 @@ pageStartup
|
|||||||
20 Component(s)
|
20 Component(s)
|
||||||
185 Line(s) of event code
|
185 Line(s) of event code
|
||||||
131 Unique line(s) of event code
|
131 Unique line(s) of event code
|
||||||
|
screensaver
|
||||||
|
46 Component(s)
|
||||||
|
418 Line(s) of event code
|
||||||
|
298 Unique line(s) of event code
|
||||||
cardGrid
|
cardGrid
|
||||||
44 Component(s)
|
44 Component(s)
|
||||||
515 Line(s) of event code
|
515 Line(s) of event code
|
||||||
@@ -78,10 +82,6 @@ cardPower
|
|||||||
48 Component(s)
|
48 Component(s)
|
||||||
487 Line(s) of event code
|
487 Line(s) of event code
|
||||||
326 Unique line(s) of event code
|
326 Unique line(s) of event code
|
||||||
screensaver
|
|
||||||
46 Component(s)
|
|
||||||
418 Line(s) of event code
|
|
||||||
299 Unique line(s) of event code
|
|
||||||
|
|
||||||
Total
|
Total
|
||||||
20 Page(s)
|
20 Page(s)
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Variable (string) strCommand
|
|||||||
ID : 4
|
ID : 4
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 400
|
Max. Text Size: 600
|
||||||
|
|
||||||
Variable (string) strTmp
|
Variable (string) strTmp
|
||||||
Attributes
|
Attributes
|
||||||
@@ -1238,9 +1238,7 @@ Timer tmSerial
|
|||||||
covx tTmp.txt,t10.bco,0,0
|
covx tTmp.txt,t10.bco,0,0
|
||||||
spstr strCommand.txt,tTmp.txt,"~",15
|
spstr strCommand.txt,tTmp.txt,"~",15
|
||||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
spstr strCommand.txt,tTmp.txt,"~",16
|
||||||
//covx tTmp.txt,tMR.pco,0,0
|
|
||||||
spstr strCommand.txt,tTmp.txt,"~",17
|
|
||||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ Variable (string) strCommand
|
|||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 400
|
Max. Text Size: 600
|
||||||
|
|
||||||
Variable (string) strTmp
|
Variable (string) strTmp
|
||||||
Attributes
|
Attributes
|
||||||
@@ -665,9 +665,7 @@ Timer tmSerial
|
|||||||
covx tTmp.txt,t10.bco,0,0
|
covx tTmp.txt,t10.bco,0,0
|
||||||
spstr strCommand.txt,tTmp.txt,"~",15
|
spstr strCommand.txt,tTmp.txt,"~",15
|
||||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
spstr strCommand.txt,tTmp.txt,"~",16
|
||||||
//covx tTmp.txt,tMR.pco,0,0
|
|
||||||
spstr strCommand.txt,tTmp.txt,"~",17
|
|
||||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1047,6 +1047,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/cardPower.txt
|
||||||
|
├── +++ HMI/US/portrait/n2t-out/cardPower.txt
|
||||||
|
│ @@ -475,85 +475,79 @@
|
||||||
|
│ h0.val=h0.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h0.minval)
|
||||||
|
│ {
|
||||||
|
│ h0.val=h0.maxval
|
||||||
|
│ }
|
||||||
|
│ h0.val+=t0Speed.val
|
||||||
|
│ - ref t0u
|
||||||
|
│ }
|
||||||
|
│ if(t1Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h1.val+t1Speed.val
|
||||||
|
│ if(sys0>h1.maxval)
|
||||||
|
│ {
|
||||||
|
│ h1.val=h1.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h1.minval)
|
||||||
|
│ {
|
||||||
|
│ h1.val=h1.maxval
|
||||||
|
│ }
|
||||||
|
│ h1.val+=t1Speed.val
|
||||||
|
│ - ref t1u
|
||||||
|
│ }
|
||||||
|
│ if(t2Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h2.val+t2Speed.val
|
||||||
|
│ if(sys0>h2.maxval)
|
||||||
|
│ {
|
||||||
|
│ h2.val=h2.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h2.minval)
|
||||||
|
│ {
|
||||||
|
│ h2.val=h2.maxval
|
||||||
|
│ }
|
||||||
|
│ h2.val+=t2Speed.val
|
||||||
|
│ - ref t2u
|
||||||
|
│ }
|
||||||
|
│ if(t3Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h3.val+t3Speed.val
|
||||||
|
│ if(sys0>h3.maxval)
|
||||||
|
│ {
|
||||||
|
│ h3.val=h3.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h3.minval)
|
||||||
|
│ {
|
||||||
|
│ h3.val=h3.maxval
|
||||||
|
│ }
|
||||||
|
│ h3.val+=t3Speed.val
|
||||||
|
│ - ref t3u
|
||||||
|
│ }
|
||||||
|
│ if(t4Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h4.val+t4Speed.val
|
||||||
|
│ if(sys0>h4.maxval)
|
||||||
|
│ {
|
||||||
|
│ h4.val=h4.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h4.minval)
|
||||||
|
│ {
|
||||||
|
│ h4.val=h4.maxval
|
||||||
|
│ }
|
||||||
|
│ h4.val+=t4Speed.val
|
||||||
|
│ - ref t4u
|
||||||
|
│ }
|
||||||
|
│ if(t5Speed.val!=0)
|
||||||
|
│ {
|
||||||
|
│ sys0=h5.val+t5Speed.val
|
||||||
|
│ if(sys0>h5.maxval)
|
||||||
|
│ {
|
||||||
|
│ h5.val=h5.minval
|
||||||
|
│ }
|
||||||
|
│ if(sys0<h5.minval)
|
||||||
|
│ {
|
||||||
|
│ h5.val=h5.maxval
|
||||||
|
│ }
|
||||||
|
│ h5.val+=t5Speed.val
|
||||||
|
│ - ref t5u
|
||||||
|
│ }
|
||||||
|
│
|
||||||
|
│ Timer tmSerial
|
||||||
|
│ Attributes
|
||||||
|
│ Scope : local
|
||||||
|
│ Period (ms): 50
|
||||||
|
│ Enabled : yes
|
||||||
│ --- HMI/n2t-out/pageStartup.txt
|
│ --- HMI/n2t-out/pageStartup.txt
|
||||||
├── +++ HMI/US/portrait/n2t-out/pageStartup.txt
|
├── +++ HMI/US/portrait/n2t-out/pageStartup.txt
|
||||||
│ @@ -35,20 +35,14 @@
|
│ @@ -35,20 +35,14 @@
|
||||||
@@ -1121,7 +1209,7 @@
|
|||||||
│ Attributes
|
│ Attributes
|
||||||
│ Scope : local
|
│ Scope : local
|
||||||
│ Text :
|
│ Text :
|
||||||
│ Max. Text Size: 400
|
│ Max. Text Size: 600
|
||||||
│
|
│
|
||||||
│ Variable (string) strTmp
|
│ Variable (string) strTmp
|
||||||
│ @@ -103,35 +100,14 @@
|
│ @@ -103,35 +100,14 @@
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
+++ /dev/fd/62 2023-01-25 19:09:43.447986033 +0000
|
+++ /dev/fd/62 2023-01-30 16:39:29.795510871 +0000
|
||||||
+I/n2t-out/Program.s.txt
|
+I/n2t-out/Program.s.txt
|
||||||
++ HMI/US/portrait/n2t-out/Program.s.txt
|
++ HMI/US/portrait/n2t-out/Program.s.txt
|
||||||
+I/n2t-out/cardEntities.txt
|
+I/n2t-out/cardEntities.txt
|
||||||
@@ -54,13 +54,13 @@
|
|||||||
+ributes
|
+ributes
|
||||||
+ Scope : local
|
+ Scope : local
|
||||||
+ Text :
|
+ Text :
|
||||||
|
+ Max. Text Size: 80
|
||||||
+ Max. Text Size: 40
|
+ Max. Text Size: 40
|
||||||
+
|
+
|
||||||
+e (string) nent2
|
+e (string) nent2
|
||||||
+ributes
|
+ributes
|
||||||
+ Scope : local
|
+ Scope : local
|
||||||
+ Text :
|
+ Text :
|
||||||
+ Max. Text Size: 80
|
|
||||||
+ Max. Text Size: 40
|
+ Max. Text Size: 40
|
||||||
+14 +186,26 @@
|
+14 +186,26 @@
|
||||||
+e (string) type6
|
+e (string) type6
|
||||||
@@ -466,6 +466,94 @@
|
|||||||
+ covx tTmp.txt,sys0,0,0
|
+ covx tTmp.txt,sys0,0,0
|
||||||
+ hSlider6.maxval=sys0
|
+ hSlider6.maxval=sys0
|
||||||
+ }
|
+ }
|
||||||
|
+I/n2t-out/cardPower.txt
|
||||||
|
++ HMI/US/portrait/n2t-out/cardPower.txt
|
||||||
|
+85 +475,79 @@
|
||||||
|
+ h0.val=h0.minval
|
||||||
|
+ }
|
||||||
|
+ if(sys0<h0.minval)
|
||||||
|
+ {
|
||||||
|
+ h0.val=h0.maxval
|
||||||
|
+ }
|
||||||
|
+ h0.val+=t0Speed.val
|
||||||
|
+ ref t0u
|
||||||
|
+ }
|
||||||
|
+ if(t1Speed.val!=0)
|
||||||
|
+ {
|
||||||
|
+ sys0=h1.val+t1Speed.val
|
||||||
|
+ if(sys0>h1.maxval)
|
||||||
|
+ {
|
||||||
|
+ h1.val=h1.minval
|
||||||
|
+ }
|
||||||
|
+ if(sys0<h1.minval)
|
||||||
|
+ {
|
||||||
|
+ h1.val=h1.maxval
|
||||||
|
+ }
|
||||||
|
+ h1.val+=t1Speed.val
|
||||||
|
+ ref t1u
|
||||||
|
+ }
|
||||||
|
+ if(t2Speed.val!=0)
|
||||||
|
+ {
|
||||||
|
+ sys0=h2.val+t2Speed.val
|
||||||
|
+ if(sys0>h2.maxval)
|
||||||
|
+ {
|
||||||
|
+ h2.val=h2.minval
|
||||||
|
+ }
|
||||||
|
+ if(sys0<h2.minval)
|
||||||
|
+ {
|
||||||
|
+ h2.val=h2.maxval
|
||||||
|
+ }
|
||||||
|
+ h2.val+=t2Speed.val
|
||||||
|
+ ref t2u
|
||||||
|
+ }
|
||||||
|
+ if(t3Speed.val!=0)
|
||||||
|
+ {
|
||||||
|
+ sys0=h3.val+t3Speed.val
|
||||||
|
+ if(sys0>h3.maxval)
|
||||||
|
+ {
|
||||||
|
+ h3.val=h3.minval
|
||||||
|
+ }
|
||||||
|
+ if(sys0<h3.minval)
|
||||||
|
+ {
|
||||||
|
+ h3.val=h3.maxval
|
||||||
|
+ }
|
||||||
|
+ h3.val+=t3Speed.val
|
||||||
|
+ ref t3u
|
||||||
|
+ }
|
||||||
|
+ if(t4Speed.val!=0)
|
||||||
|
+ {
|
||||||
|
+ sys0=h4.val+t4Speed.val
|
||||||
|
+ if(sys0>h4.maxval)
|
||||||
|
+ {
|
||||||
|
+ h4.val=h4.minval
|
||||||
|
+ }
|
||||||
|
+ if(sys0<h4.minval)
|
||||||
|
+ {
|
||||||
|
+ h4.val=h4.maxval
|
||||||
|
+ }
|
||||||
|
+ h4.val+=t4Speed.val
|
||||||
|
+ ref t4u
|
||||||
|
+ }
|
||||||
|
+ if(t5Speed.val!=0)
|
||||||
|
+ {
|
||||||
|
+ sys0=h5.val+t5Speed.val
|
||||||
|
+ if(sys0>h5.maxval)
|
||||||
|
+ {
|
||||||
|
+ h5.val=h5.minval
|
||||||
|
+ }
|
||||||
|
+ if(sys0<h5.minval)
|
||||||
|
+ {
|
||||||
|
+ h5.val=h5.maxval
|
||||||
|
+ }
|
||||||
|
+ h5.val+=t5Speed.val
|
||||||
|
+ ref t5u
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+mSerial
|
||||||
|
+ributes
|
||||||
|
+ Scope : local
|
||||||
|
+ Period (ms): 50
|
||||||
|
+ Enabled : yes
|
||||||
+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 +35,14 @@
|
+0 +35,14 @@
|
||||||
@@ -506,7 +594,7 @@
|
|||||||
+ributes
|
+ributes
|
||||||
+ Scope : local
|
+ Scope : local
|
||||||
+ Text :
|
+ Text :
|
||||||
+ Max. Text Size: 400
|
+ Max. Text Size: 600
|
||||||
+
|
+
|
||||||
+e (string) strTmp
|
+e (string) strTmp
|
||||||
+35 +100,14 @@
|
+35 +100,14 @@
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ cardChart
|
|||||||
screensaver
|
screensaver
|
||||||
46 Component(s)
|
46 Component(s)
|
||||||
418 Line(s) of event code
|
418 Line(s) of event code
|
||||||
299 Unique line(s) of event code
|
298 Unique line(s) of event code
|
||||||
popupTimer
|
popupTimer
|
||||||
42 Component(s)
|
42 Component(s)
|
||||||
512 Line(s) of event code
|
512 Line(s) of event code
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Variable (string) strCommand
|
|||||||
ID : 4
|
ID : 4
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 400
|
Max. Text Size: 600
|
||||||
|
|
||||||
Variable (string) strTmp
|
Variable (string) strTmp
|
||||||
Attributes
|
Attributes
|
||||||
@@ -1238,9 +1238,7 @@ Timer tmSerial
|
|||||||
covx tTmp.txt,t10.bco,0,0
|
covx tTmp.txt,t10.bco,0,0
|
||||||
spstr strCommand.txt,tTmp.txt,"~",15
|
spstr strCommand.txt,tTmp.txt,"~",15
|
||||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
spstr strCommand.txt,tTmp.txt,"~",16
|
||||||
//covx tTmp.txt,tMR.pco,0,0
|
|
||||||
spstr strCommand.txt,tTmp.txt,"~",17
|
|
||||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ Variable (string) strCommand
|
|||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 400
|
Max. Text Size: 600
|
||||||
|
|
||||||
Variable (string) strTmp
|
Variable (string) strTmp
|
||||||
Attributes
|
Attributes
|
||||||
@@ -665,9 +665,7 @@ Timer tmSerial
|
|||||||
covx tTmp.txt,t10.bco,0,0
|
covx tTmp.txt,t10.bco,0,0
|
||||||
spstr strCommand.txt,tTmp.txt,"~",15
|
spstr strCommand.txt,tTmp.txt,"~",15
|
||||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
spstr strCommand.txt,tTmp.txt,"~",16
|
||||||
//covx tTmp.txt,tMR.pco,0,0
|
|
||||||
spstr strCommand.txt,tTmp.txt,"~",17
|
|
||||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ Text t0u
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 82
|
x coordinate : 82
|
||||||
y coordinate : 132
|
y coordinate : 119
|
||||||
Width : 108
|
Width : 108
|
||||||
Height : 30
|
Height : 30
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -285,7 +285,7 @@ Text t1u
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 82
|
x coordinate : 82
|
||||||
y coordinate : 209
|
y coordinate : 195
|
||||||
Width : 108
|
Width : 108
|
||||||
Height : 30
|
Height : 30
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -347,7 +347,7 @@ Text t2u
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 82
|
x coordinate : 82
|
||||||
y coordinate : 285
|
y coordinate : 272
|
||||||
Width : 108
|
Width : 108
|
||||||
Height : 30
|
Height : 30
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -409,7 +409,7 @@ Text t3u
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 262
|
x coordinate : 262
|
||||||
y coordinate : 132
|
y coordinate : 119
|
||||||
Width : 108
|
Width : 108
|
||||||
Height : 30
|
Height : 30
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -471,7 +471,7 @@ Text t4u
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 262
|
x coordinate : 262
|
||||||
y coordinate : 209
|
y coordinate : 195
|
||||||
Width : 108
|
Width : 108
|
||||||
Height : 30
|
Height : 30
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -533,7 +533,7 @@ Text t5u
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 262
|
x coordinate : 262
|
||||||
y coordinate : 285
|
y coordinate : 272
|
||||||
Width : 108
|
Width : 108
|
||||||
Height : 30
|
Height : 30
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -755,7 +755,7 @@ Slider h1
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 78
|
x coordinate : 78
|
||||||
y coordinate : 165
|
y coordinate : 164
|
||||||
Width : 120
|
Width : 120
|
||||||
Height : 44
|
Height : 44
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -830,7 +830,7 @@ Slider h4
|
|||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 258
|
x coordinate : 258
|
||||||
y coordinate : 165
|
y coordinate : 164
|
||||||
Width : 120
|
Width : 120
|
||||||
Height : 44
|
Height : 44
|
||||||
Effect : load
|
Effect : load
|
||||||
@@ -1046,6 +1046,7 @@ Timer tm0
|
|||||||
h0.val=h0.maxval
|
h0.val=h0.maxval
|
||||||
}
|
}
|
||||||
h0.val+=t0Speed.val
|
h0.val+=t0Speed.val
|
||||||
|
ref t0u
|
||||||
}
|
}
|
||||||
if(t1Speed.val!=0)
|
if(t1Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -1059,6 +1060,7 @@ Timer tm0
|
|||||||
h1.val=h1.maxval
|
h1.val=h1.maxval
|
||||||
}
|
}
|
||||||
h1.val+=t1Speed.val
|
h1.val+=t1Speed.val
|
||||||
|
ref t1u
|
||||||
}
|
}
|
||||||
if(t2Speed.val!=0)
|
if(t2Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -1072,6 +1074,7 @@ Timer tm0
|
|||||||
h2.val=h2.maxval
|
h2.val=h2.maxval
|
||||||
}
|
}
|
||||||
h2.val+=t2Speed.val
|
h2.val+=t2Speed.val
|
||||||
|
ref t2u
|
||||||
}
|
}
|
||||||
if(t3Speed.val!=0)
|
if(t3Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -1085,6 +1088,7 @@ Timer tm0
|
|||||||
h3.val=h3.maxval
|
h3.val=h3.maxval
|
||||||
}
|
}
|
||||||
h3.val+=t3Speed.val
|
h3.val+=t3Speed.val
|
||||||
|
ref t3u
|
||||||
}
|
}
|
||||||
if(t4Speed.val!=0)
|
if(t4Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -1098,6 +1102,7 @@ Timer tm0
|
|||||||
h4.val=h4.maxval
|
h4.val=h4.maxval
|
||||||
}
|
}
|
||||||
h4.val+=t4Speed.val
|
h4.val+=t4Speed.val
|
||||||
|
ref t4u
|
||||||
}
|
}
|
||||||
if(t5Speed.val!=0)
|
if(t5Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -1111,6 +1116,7 @@ Timer tm0
|
|||||||
h5.val=h5.maxval
|
h5.val=h5.maxval
|
||||||
}
|
}
|
||||||
h5.val+=t5Speed.val
|
h5.val+=t5Speed.val
|
||||||
|
ref t5u
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer tmSerial
|
Timer tmSerial
|
||||||
|
|||||||
@@ -30,10 +30,10 @@ pageTest
|
|||||||
26 Component(s)
|
26 Component(s)
|
||||||
68 Line(s) of event code
|
68 Line(s) of event code
|
||||||
66 Unique line(s) of event code
|
66 Unique line(s) of event code
|
||||||
cardPower
|
screensaver
|
||||||
48 Component(s)
|
47 Component(s)
|
||||||
487 Line(s) of event code
|
428 Line(s) of event code
|
||||||
326 Unique line(s) of event code
|
306 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
|
||||||
@@ -62,10 +62,10 @@ cardMedia
|
|||||||
59 Component(s)
|
59 Component(s)
|
||||||
641 Line(s) of event code
|
641 Line(s) of event code
|
||||||
318 Unique line(s) of event code
|
318 Unique line(s) of event code
|
||||||
screensaver
|
cardPower
|
||||||
47 Component(s)
|
48 Component(s)
|
||||||
428 Line(s) of event code
|
493 Line(s) of event code
|
||||||
307 Unique line(s) of event code
|
332 Unique line(s) of event code
|
||||||
popupTimer
|
popupTimer
|
||||||
42 Component(s)
|
42 Component(s)
|
||||||
512 Line(s) of event code
|
512 Line(s) of event code
|
||||||
@@ -86,5 +86,5 @@ cardEntities
|
|||||||
Total
|
Total
|
||||||
20 Page(s)
|
20 Page(s)
|
||||||
737 Component(s)
|
737 Component(s)
|
||||||
8810 Line(s) of event code
|
8816 Line(s) of event code
|
||||||
2264 Unique line(s) of event code
|
2270 Unique line(s) of event code
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ Variable (string) strCommand
|
|||||||
ID : 4
|
ID : 4
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 400
|
Max. Text Size: 600
|
||||||
|
|
||||||
Variable (string) strTmp
|
Variable (string) strTmp
|
||||||
Attributes
|
Attributes
|
||||||
@@ -1282,9 +1282,7 @@ Timer tmSerial
|
|||||||
covx tTmp.txt,t10.bco,0,0
|
covx tTmp.txt,t10.bco,0,0
|
||||||
spstr strCommand.txt,tTmp.txt,"~",15
|
spstr strCommand.txt,tTmp.txt,"~",15
|
||||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
spstr strCommand.txt,tTmp.txt,"~",16
|
||||||
//covx tTmp.txt,tMR.pco,0,0
|
|
||||||
spstr strCommand.txt,tTmp.txt,"~",17
|
|
||||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -479,6 +479,7 @@ Timer tm0
|
|||||||
h0.val=h0.maxval
|
h0.val=h0.maxval
|
||||||
}
|
}
|
||||||
h0.val+=t0Speed.val
|
h0.val+=t0Speed.val
|
||||||
|
ref t0u
|
||||||
}
|
}
|
||||||
if(t1Speed.val!=0)
|
if(t1Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -492,6 +493,7 @@ Timer tm0
|
|||||||
h1.val=h1.maxval
|
h1.val=h1.maxval
|
||||||
}
|
}
|
||||||
h1.val+=t1Speed.val
|
h1.val+=t1Speed.val
|
||||||
|
ref t1u
|
||||||
}
|
}
|
||||||
if(t2Speed.val!=0)
|
if(t2Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -505,6 +507,7 @@ Timer tm0
|
|||||||
h2.val=h2.maxval
|
h2.val=h2.maxval
|
||||||
}
|
}
|
||||||
h2.val+=t2Speed.val
|
h2.val+=t2Speed.val
|
||||||
|
ref t2u
|
||||||
}
|
}
|
||||||
if(t3Speed.val!=0)
|
if(t3Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -518,6 +521,7 @@ Timer tm0
|
|||||||
h3.val=h3.maxval
|
h3.val=h3.maxval
|
||||||
}
|
}
|
||||||
h3.val+=t3Speed.val
|
h3.val+=t3Speed.val
|
||||||
|
ref t3u
|
||||||
}
|
}
|
||||||
if(t4Speed.val!=0)
|
if(t4Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -531,6 +535,7 @@ Timer tm0
|
|||||||
h4.val=h4.maxval
|
h4.val=h4.maxval
|
||||||
}
|
}
|
||||||
h4.val+=t4Speed.val
|
h4.val+=t4Speed.val
|
||||||
|
ref t4u
|
||||||
}
|
}
|
||||||
if(t5Speed.val!=0)
|
if(t5Speed.val!=0)
|
||||||
{
|
{
|
||||||
@@ -544,6 +549,7 @@ Timer tm0
|
|||||||
h5.val=h5.maxval
|
h5.val=h5.maxval
|
||||||
}
|
}
|
||||||
h5.val+=t5Speed.val
|
h5.val+=t5Speed.val
|
||||||
|
ref t5u
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer tmSerial
|
Timer tmSerial
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ Variable (string) strCommand
|
|||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 400
|
Max. Text Size: 600
|
||||||
|
|
||||||
Variable (string) strTmp
|
Variable (string) strTmp
|
||||||
Attributes
|
Attributes
|
||||||
@@ -689,9 +689,7 @@ Timer tmSerial
|
|||||||
covx tTmp.txt,t10.bco,0,0
|
covx tTmp.txt,t10.bco,0,0
|
||||||
spstr strCommand.txt,tTmp.txt,"~",15
|
spstr strCommand.txt,tTmp.txt,"~",15
|
||||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
spstr strCommand.txt,tTmp.txt,"~",16
|
||||||
//covx tTmp.txt,tMR.pco,0,0
|
|
||||||
spstr strCommand.txt,tTmp.txt,"~",17
|
|
||||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user