Skip to content

Driver for SIL mode of Elmo Platinum motor controller and new field for driver configurations

Compare
Choose a tag to compare
@d-loret d-loret released this 07 Oct 02:52
· 39 commits to master since this release
6f4f43b
  • Implemented driver to operate the Elmo Platinum motor controller in SIL (Software In the Loop) mode. In this mode a custom controller can be programmed in the drive via a MATLAB Simulink model. The driver can interact with such custom controllers through the R1 and R2 SIL variables.
  • Removed the product code field from driver configurations. It has been replaced with a driver type field. Product code is still checked internally. This change allows better handling of device variations that have different product codes but the same functionality and of different driver variations for a given device.
  • Renamed original EPD driver to EPD-Nominal (e.g. jsd_epd_config_t -> jsd_epd_nominal_config_t, jsd_epd_state_t -> jsd_epd_nominal_state_t, etc.) to differentiate the driver from the SIL variation.