Difference between revisions of "Translations:BW-SW24V/12/en"
From Larnitech wiki page
Jump to navigation
Jump to search
Latest revision as of 13:06, 9 January 2022
HW settings
Name |
Type, range |
SUBID |
Default |
Description
|
in |
char[6] |
98 |
'BBBBBB' |
Each char is responsible for the type of a particular channel
- 'B'-Button, button of bell a type;
- 'C'-Inverted button, inverse button of a bell type (for normally-closed);
- '-'-none, nothing is connected.
Example: in='BB-C-C'
|
out |
char[6] |
98 |
'BBBBBB' |
Each char is responsible for the type of a particular channel
- 'B'- LED of button;
- 'I'- inverted LED of button;
- 'L'- Lamp;
- 'M'- inverted Lamp;
- '-'-none, nothing is connected.
Example: out='BBLILI'
|
common |
char |
98 |
'C' |
LED common wire
- 'C'- Use Out0 as common catode;
- 'A'- Use Out0 as common anode;
Example: common='C'
|