File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ python3 <path_to_script>/<script_name>.py --modbus-ip <address> --modbus-port <p
4040
4141### Scripts description
4242
43+ #### Electrolyser
44+
4345** _ read_el_control_board_serial.py_ **
4446
4547Read and decode control board serial number input (6) to a human-readable string value (e.g. '9E25E695-A66A-61DD-6570-50DB4E73652D').
@@ -104,3 +106,25 @@ Only refilling is performed in case of first maintenance (from factory state).
104106
105107NOTICE. Log skip priority holding register (4042) has int32 type, so it may contain any value in the appropriate
106108range. Values less than 0 are considered as DISABLE_LOGGING (0), values greater than 6 are considered as ALL_MESSAGES (6).
109+
110+ #### Dryer
111+
112+ ** _ read_dry_errors.py_ **
113+
114+ Read and decode errors input register (6000) to a list of human-readable errors names
115+ (e.g. 'TT00_INVALID_VALUE, TT01_INVALID_VALUE').
116+
117+ ** _ read_dry_params.py_ **
118+
119+ Read and decode current hardware parameters:
120+ - state (input, 6021)
121+ - dryer input pressure (input, 6010)
122+ - dryer output pressure (input, 6012)
123+
124+ ** _ write_dry_reboot.py_ **
125+
126+ - read reboot holding register (6020) and get current reboot counter
127+ - write 1 to reboot holding register (6020)
128+ - write 1 to save config holding register (6022)
129+ - wait until dryer is rebooted
130+ - read reboot holding register (6020) and get updated reboot counter
You can’t perform that action at this time.
0 commit comments