Page 1 of 1

Send txt to lcd in a rule

Posted: 06 Aug 2017, 01:59
by adval40
How can I send text to a lcd2004 into a rule ?

tkx Ad

Re: Send txt to lcd in a rule

Posted: 06 Aug 2017, 14:54
by BertB
I hope my memory does not play games, but I think it was:
lcd,<row>,<col>,<text>

Example: lcd,1,1,hi there

Re: Send txt to lcd in a rule

Posted: 06 Aug 2017, 20:16
by adval40
That works
but i want have a delay to show the text before start
can anybody help me to with the rules

On System#Boot do
lcd,1,1,hi there
timerSet,1,10000
endon

On Rules#Timer=1 do
lcd ,2,1, terug naar scherm
endon

thanks in advance
Ad

Re: Send txt to lcd in a rule

Posted: 09 Aug 2017, 11:32
by BertB
Try Delay 1000 for 1 second delay.

Also have a look here:
https://www.letscontrolit.com/wiki/inde ... _Reference