-
Notifications
You must be signed in to change notification settings - Fork 0
/
G8S3pgm4.xml
42 lines (42 loc) · 1.46 KB
/
G8S3pgm4.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="comment_comment" id="2" x="31" y="24">
<field name="TEXT">G8S3pgm4 - Display Left Front Object Sensor</field>
<next>
<block type="controls_whileUntil" id="9" inline="false">
<field name="MODE">UNTIL</field>
<value name="NUMBER">
<block type="sensor_button" id="16">
<field name="OBJECT">ENTER</field>
</block>
</value>
<statement name="DO">
<block type="oled_cleardisplay" id="25">
<next>
<block type="oled_setcursor" id="34" inline="true">
<value name="STARTX">
<block type="math_number" id="41">
<field name="NUM">10</field>
</block>
</value>
<value name="STARTY">
<block type="math_number" id="42">
<field name="NUM">10</field>
</block>
</value>
<next>
<block type="oled_drawnumber" id="51" inline="true">
<value name="NUMBER">
<block type="sensor_object" id="58">
<field name="OBJECT">LEFTFRONT</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
</next>
</block>
</xml>