I have a solar PV model working on the variable-step solver based on the following: https://www.plexim.com/support/application-examples/280
However I am in need of a similar one which works with the Fixed-Step Solver so I can integrate it properly with the rest of mysystem. Any help or advice please?
Thanks and best regards,
Justin
What are your requirements for using a fixed-step solver? Are you aware that PLECS/Simulink allow for mixed-mode simulation in that a continuous or variable-step solver can be used while still allowing discrete components to always be called at the correct times? You can, for example, also put a controller model within a triggered subsystem so that it has its own discrete timing while the rest of your continuous model is more accurately calculated using a continuous solver. Let me know if this is helpful!