Qu-Bot, A Quickly Programmable Robot User’s Manual
Page
30
of
52
4.3.2. Changing Attributes
Left Click on the LCD block in code flow to see attributes.
“Clear Screen”:
Yes, No (Clear LCD and move cursor to First line and first column)
“Home”:
Yes, No (Move cursor to First line and first column)
“Goto X (0-15)”:
Go to column X. X=0 1
st
column.
“Goto Y (0-1)”:
Go to Row Y. Y=0 1
st
row.
“LCD Output Type”:
Text, Variable
“Output Text”:
Active only when “LCD Output Type” value is “Text”. The text value
is written to LCD at current cursor position.
“Output Variable”:
Active only when “LCD Output Type” value is “Variable”. The
variable value is written to LCD at current cursor position.
4.3.3. Display Text on LCD
Arrange the blocks and set attributes as shown in the figure.
The program will execute as below when downloaded to Qu-Bot.
Clear LCD.
Move cursor to Column 5 Row 1.
Print text “Hello!!!” to LCD.
Wait for 2 seconds.
Go to Column 3 Row 2.
Print “I AM Qu-Bot”
Buzzer will beep thrice indicating end of program.