Skip to content
Snippets Groups Projects
Commit 44e6f9ec authored by ft-Demo's avatar ft-Demo
Browse files

commit by robo pro coding

parent caefaaf5
No related branches found
No related tags found
No related merge requests found
......@@ -112,17 +112,17 @@
<mutation items="3"/>
<value name="ADD0">
<block type="math_number" id="YUfzEsnfR,GW-b;Kn*)W">
<field name="NUM">10.9</field>
<field name="NUM">21</field>
</block>
</value>
<value name="ADD1">
<block type="math_number" id="NU;.uvFR5.CGOF]htZru">
<field name="NUM">7</field>
<field name="NUM">14</field>
</block>
</value>
<value name="ADD2">
<block type="math_number" id="^;?2d^S5K7.QamFjy:s6">
<field name="NUM">7.3</field>
<field name="NUM">14</field>
</block>
</value>
</block>
......@@ -441,7 +441,7 @@
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id=";j:+Uz-!y|~`_)g@opc]" x="0" y="2507">
<block type="procedures_defnoreturn" id=";j:+Uz-!y|~`_)g@opc]" x="0" y="2246">
<mutation>
<arg name="msg" varid="2$uu:Rl$Ed~w}JZ@F{@L" argid="#g+Q|bX@Abnv1S8?d7sk"/>
</mutation>
......@@ -511,7 +511,7 @@
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id="]*x~@Zs)F++jr$P1K}8d" x="0" y="2924">
<block type="procedures_defnoreturn" id="]*x~@Zs)F++jr$P1K}8d" x="0" y="2663">
<mutation>
<arg name="num" varid="2pk_m4~_vxN[i8DC(ZOj" argid="Wiyj)X5nv7NU.B,pl}VF"/>
<arg name="rv" varid="FVF8TgV7dcpJDYTS`/74" argid="We@,^2g/oeVM7:8xpLc!"/>
......@@ -852,7 +852,7 @@
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id="hmJJU.;Haavs@TI#a^@s" x="0" y="4469">
<block type="procedures_defnoreturn" id="hmJJU.;Haavs@TI#a^@s" x="0" y="3976">
<mutation>
<arg name="num" varid="2pk_m4~_vxN[i8DC(ZOj" argid="@wStAAxX~8u6;s5g+:c`"/>
</mutation>
......@@ -1403,7 +1403,7 @@
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id="=Ax,es3zqx,n=FY5r!aw" x="0" y="6215">
<block type="procedures_defnoreturn" id="=Ax,es3zqx,n=FY5r!aw" x="0" y="5722">
<mutation>
<arg name="num" varid="2pk_m4~_vxN[i8DC(ZOj" argid="$-s0.1cgE|Px_4[b3^xe"/>
<arg name="rv" varid="FVF8TgV7dcpJDYTS`/74" argid="j}vOBw6QtQsFo$~v6ar@"/>
......@@ -2800,7 +2800,7 @@
</block>
</statement>
</block>
<block type="procedures_defnoreturn" id=";],$kHZc;jMbWX$@p})y" x="0" y="10278">
<block type="procedures_defnoreturn" id=";],$kHZc;jMbWX$@p})y" x="0" y="9785">
<mutation>
<arg name="num" varid="2pk_m4~_vxN[i8DC(ZOj" argid="$-s0.1cgE|Px_4[b3^xe"/>
<arg name="av" varid="BR#aIG;g[.$-c%6F-9(D" argid="/S!SY`iGw(P3zW3:-car"/>
......
......@@ -76,7 +76,7 @@ def initlib_Axes1Ref():
abspos = [None] * len(ABSLIMIT)
SPEED = 512
SPEED_REF = 200
TIMEOUT_S = [10.9, 7, 7.3]
TIMEOUT_S = [21, 14, 14]
ts0 = [0] * len(ABSLIMIT)
tsdiff = [0] * len(ABSLIMIT)
_b_exit = False
......
......@@ -83,7 +83,7 @@
<field name="VAR" id="D!/pzaO_rdNmY9i?~8z{">delta</field>
<value name="VALUE">
<block type="math_number" id="e#MG`[@r;Yd(5l894~W$">
<field name="NUM">120</field>
<field name="NUM">110</field>
</block>
</value>
<next>
......
......@@ -35,7 +35,7 @@ def on_txt_switch_cycle_toggled(event):
def loop_th():
global _tr0, _tr, _dg, Loop, delta
Loop = False
delta = 120
delta = 110
while True:
if Loop:
display.set_attr("txt_button_test.enabled", str(False).lower())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment