Yeah, lots of repeating code there...
For starters, move the LCDOUT commands to a subroutine.
Unless you're running HSEROUT at 150baud or something you can most likely remove the PAUSE 5 after...
Are you repeating the same code 30 times since the messages differ? Then, possibly, you could be facing this issue as strings gobble up memory pretty fast.
Re: memory full
Dear Jerson and Henrik,
Gevo Yesterday, 11:40Thanks for you input. It was 2 x 30 (1 x open and 1x close) routine's with all the same code.
I have made two routine's with four sub's linke Henrik code.
Close, Open...