MESSAGE Section
Messages, are small information which informs user about some event. User can
define this event, or time when such message appears. Messages, similar to
Globals are saved in memory as a number. Messages can have maximum 30
characters and maximal number of messages is 99.
Message definition starts with section name in capital letters and ends with END
word in capital letters.
Message section syntax is analogical to Global section, the only difference is the
length of Message, it can take 30 character.
Example of Message section:
MESSAGE
0:For sale
1:Treat
2:Separate
END
Managing Leds and Sound Signal
Messages can also be used for driving Leds and Sound signal in HHR V2.
For driving LEDs and Sound signal we have three key-chars: R(Red), G(Green),
S(Sound signal); Those chars can be used in any combination as you like, for
example RGS, RS, G etc..
To define it you have to put combination of letters in the beginning of message and
separate the definition from message with '^' char.
Example:
MESSAGE
0:RGS^message_1
1:RG^message_2
2:RS^message_3
END
HHR is also driving LEDs and Sound Signal as a constant service for events:
D01B2.4 HHR 3000 PRO Manual
30/75
!
The syntax of MESSAGE section.
0:For sale
1:Treat
2:Separate