- SWLS resonant converter updated PT100 sensor nomenclature
- Added driver channel 2 current reading for auxiliary board
- SWLS resonant converter name correction for reading variables
- SWLS resonant converter BSMP specification, including new variables, alarms and interlocks
- ID of BSMP variables in FAC-DCDC and FAC-DCDC-EMA
- ID of BSMP variables in FAP-4P and FAP-2P2S
- "Ground Leakage Overcurrent" from FAC-DCDC and FAC-DCDC-EMA module alarm and interlock lists
- SWLS resonant converter PS module specification
- Leakage overcurrent interlock for FAC-DCDC and FAC-DCDC-EMA
- Fixed variable type for IIB interlock and alarm registers from FAC-DCDC-EMA PS module
- Obsolete ListVar list from consts
read_csv_dsp_modules_bank
read_csv_param_bank
close_loop
as a gramatically correct alias forclosed_loop
- Redundant and unused
read_ps_status
calls in var reading functions
- Fix identation bug on
get_dsp_modules_bank()
- List into dict (get/set params) and also returns digital value for FP
- Returns dict for certain FAC/FBP/FAP read_vars() functions
- Deprecation messages for substituted/altered functions
- Error messages for BSMP return errors (0xE_)
set_slave_add
is now a property,slave_addr
EthDRS
,GenericDRS
andSerialDRS
can be imported from the base module- Fixed BSMP errors appearing as checksum errors
- Fixed eth-bridge version compatibility troubles (such as including the response status byte in the checksum)
- Resolution steps on error message
save_param_bank
timeout is set to a base safe value
- Empty reply always throws exception
- Fixed exception type on error response (proper
SerialError
response instead ofSerialErrPckgLen
) - Fixed leftover "broken" messages on a new command when another command times out
- Increases timeout for
save_param_bank
- Removed
get_ps_model
- Support for TCP/IP communication (eth-bridge)
- Base class for different forms of communication
- BSMP validation
- Descriptive exceptions and warnings based on BSMP validation
timeout
is now a property- Connection is handled when every class instance is created instead of requiring
connect