You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.