MAG-200 Operator Guide Rev 1.05.
•
colon-off – colon off.
Program lirc.
The program lirc is used for operation with remote control. The program has 3
operating modes:
1. Standard mode – when the key is pressed the pressings are repeated while the
key is pressed;
2. After the key is pressed one event of pressing is sent and after the key is
released the event of releasing the key is sent in the form <name_key>_UP;
3. When the key is pressed repeated pressings are received and when the key is
released the event of the key releasing is sent in the form <name_key>_UP;
Each key is considered separately configured.
The configuration is performed via the file etc/lirc/lircd.conf
To configure mode 2 add the following after the key description (in ten same line):
" #BUTTON_UP mode=once"
To configure mode 3 add the following after the key description (in the same line):
" #BUTTON_UP mode=all"
If the key is not configured for mode 2 or mode 3, it operates in standard mode 1.
For example:
begin codes
.....
back
0x000000000000138F
ch-
0x0000000000001B91
#BUTTON_UP mode=all
ch+
0x00000000000013BC #BUTTON_UP mode=once
.....
end codes
In this example the key "back" operates in mode 1,
"ch-" – operates in mode 3 (repeated pressings of "ch-" are received and after release -
"ch-_UP"),
а
"ch+" – operates in mode 2 (one pressing of "ch+" is received and after release -
"ch+_UP").
30