Translations:DW-HC10/25/en
From Larnitech wiki page
Jump to navigation
Jump to search
HW settings
| Name |
Type, range |
SUBID |
Default |
Description
|
| def |
string |
1-10 |
'OFF' |
Def is the element status is set after restart, is used for lamp, heating, valve(1 pole);
Set 'last' saved state of the element in case of a power reset. The element save his state after stay unchanged for 10 minutes.
Example:
def='ON'
def='last'
|
| offset |
integer -39 – 39 |
31-42 |
0 |
It is the sensor values offset; Example: offset='-1.2'
|
| mode |
string |
98 |
'AС' |
Output operatoin mode:
- 'AС' – 220V AC
- 'DC' – DC current
|
| out |
char[10] |
98 |
'HHHHHHHHHH' |
Each char is responsible for the type of a particular channel
- 'D'- PWM output (frequency 0.4Hz);
- 'С'- Fancoil dimmer;
- 'L'-Lamp;
- 'M'-Lamp Inverse;
- 'J'-Heating NO, valve-heating, normally open;
- 'H'-Heating NC, valve-heating, normally closed;
- 'V'-Valve (2 pole), 2 pole valve;
- 'W'-Valve (2 pole) Inverse, 2 pole valve, invert open-close;
- 'R'-Valve (1 pole), 1 pole valve,;
- 'S'-Valve (1 pole) Inverse, 1 pole valve, invert open-close;
- 'K'-Lock (short press);
- 'N'-Lock (short press) Inverse;
- 'F'-FanCoil. Group1 (Lamp Toggle). For fancoil speed control;
- 'E'-FanCoil. Group2 (Lamp Toggle). For fancoil speed control;
- 'Q'-FanCoil. Group3 (Lamp Toggle). For fancoil speed control;
- 'U'-FanCoil. Group4 (Lamp Toggle). For fancoil speed control;
- 'I'-FanCoil. Group5 (Lamp Toggle). For fancoil speed control;
- '-'-none, nothing is connected.
Example: out='BGLKMVX'
|
| in |
char[12] |
98 |
'++++++++++++' |
Each char is responsible for the type of a particular channel
- 'D'-DS18B20 digital sensor;
- 'R'-Analogue temperature sensor;
- '+'-Autodetection;
- '-'Not used;
Example: out='+DR+R–R+RD+'
|
| r |
int |
31-42 |
'10000' |
Analogue temperature sensor`s resistance on 25 °C.
Example: r='8000'
|