Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulse Pattern Application / Hybrid Control Set #117

Open
wkirgsn opened this issue Nov 2, 2020 · 2 comments
Open

Pulse Pattern Application / Hybrid Control Set #117

wkirgsn opened this issue Nov 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@wkirgsn
Copy link
Member

wkirgsn commented Nov 2, 2020

No description provided.

@wkirgsn wkirgsn added the enhancement New feature or request label Nov 2, 2020
@wkirgsn
Copy link
Member Author

wkirgsn commented Nov 2, 2020

@max-schenke please help outlining the task here

@max-schenke
Copy link
Member

Right now, GEM allows two possibilites for the format of input / action signals:

  1. The continuous format, where the input voltage is given as a (normalized) continuous signal (usually in the interval [0, 1] or [-1, 1]). This scenario is labeled a continuous-control-set (CCS). The switching behavior of the power electronics is not considered when using CCS motor controllers because switching processes are masked by the underlying assumption of dynamic average modeling. CCS current controllers work with a modulator, e.g. pulse width modulation.
  2. The discrete / finite format, where the input voltage is not selected directly but results from the selection of one particular switching state. The number of distinct switching state is finite, hence the name finite-control-set (FCS). This class of control schemes allows consideration of the true waveforms of the motor currents and is therefore more trustworthy concerning the physical system behavior. As no modulator is used, switching operations usually have to correspond to sampling intervals, which results in a lower switching frequency in comparison to the switching frequency of modulator-based approaches.

To get the best of both worlds one would need to:
a) choose a sequence of switching states that is to be applied in the upcoming sampling period
b) choose a corresponding sequence of time periods, such that each switching state can be applied for a specific time span

Unfortunately, GEM does not yet allow input and simulation for this hybrid action format. A corresponding extension to GEM would be a welcome improvement.

@max-schenke max-schenke changed the title Pulse Pattern Optimization Pulse Pattern Application / Hybrid Control Set Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants