Difference between revisions of "BW-SW24V/ru"
Jump to navigation
Jump to search
(Created page with "Модуль применяется для подключения кнопок 24 В с задней светодиодной подсветкой или без нее.") |
(Created page with "500px <br> Пример HW: <syntaxhighlight lang="xml" line> hw="in='BBBBBB' out='BBBBBB' common='A'" </syntaxhighlight> 6 светодиодных...") |
||
Line 17: | Line 17: | ||
− | == | + | ==Пример подключения== |
[[File:SW24VC EXA1.png|500px]] | [[File:SW24VC EXA1.png|500px]] | ||
<br> | <br> | ||
− | HW | + | Пример HW: |
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
hw="in='BBBBBB' out='BBBBBB' common='A'" | hw="in='BBBBBB' out='BBBBBB' common='A'" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | 6 | + | 6 светодиодных кнопок с общим проводом и общим анодом 24 В постоянного тока |
− | common='A' – | + | common='A' – использовать Out0 как общий анод |
[[File:SW24VC EXA2.png|500px]] | [[File:SW24VC EXA2.png|500px]] | ||
<br> | <br> | ||
− | HW | + | Пример HW: |
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
hw="in='BBBBBB' out='BBBBBB' common='C'" | hw="in='BBBBBB' out='BBBBBB' common='C'" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | 6 | + | 6 светодиодных кнопок с общим проводом и общим катодом 24 В постоянного тока |
− | common='C' – | + | common='C' – использовать Out0 как общий катод |
==Module parameters== | ==Module parameters== |
Revision as of 13:04, 9 January 2022
BW-SW24V.C | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
| |||||||||
|
МОДУЛЬ ВХОДОВ КНОПОК 24 В
Модуль применяется для подключения кнопок 24 В с задней светодиодной подсветкой или без нее.
Пример подключения
Пример HW:
1hw="in='BBBBBB' out='BBBBBB' common='A'"
6 светодиодных кнопок с общим проводом и общим анодом 24 В постоянного тока
common='A' – использовать Out0 как общий анод
Пример HW:
1hw="in='BBBBBB' out='BBBBBB' common='C'"
6 светодиодных кнопок с общим проводом и общим катодом 24 В постоянного тока common='C' – использовать Out0 как общий катод
Module parameters
Parameter name | Value |
---|---|
Input channels qty | 6 |
Buttons | 6 |
LED Buttons | 6 |
Output channels qty | 6 |
Backlight voltage | 11.5 … 27.5 V DC (from CAN) |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 30 mA |
Bus type | CAN (4-wire) |
Equipment installation type | Free |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 45x42x14 mm |
Weight | 25 g |
Module installation and connection procedure
- Connect the inputs and outputs.
- Connect the CAN connector.
- Configure the module using LT setup.
- Check all equipment for proper operation.
Module shut-off and deinstallation procedure
- Disconnect the CAN connector.
- Disconnect the inputs and outputs..
HW settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
in | char[6] | 98 | 'BBBBBB' | Each char is responsible for the type of a particular channel
Example: in='BB-C-C' |
out | char[6] | 98 | 'BBBBBB' | Each char is responsible for the type of a particular channel
Example: out='BBLILI' |
common | char | 98 | 'C' | LED common wire
Example: common='C' |