Answered
How to log Current for a simulink model ?
The right click approach you mentioned for logging data is only working for Simulink signals. However, I assume you are using a ...

2 months ago | 0

Answered
Why does the PWM Generator (DC-DC) block not work for negative time?
The block you are using is not suitable for negative simulation time. For simulation involving both negative and positive simula...

2 months ago | 0

| accepted

Answered
Inductor-current oscillation in a 4-phase Series-Capacitor Buck (SCBC) with outer voltage-loop PID
Steady-state oscillations in inductor current are mainly due to the phase-shifted switching (interleaving), LC resonance involvi...

2 months ago | 0

Answered
can help I am using simulink how to get force at the output of a dc motor designed in simscape?
The Ideal Rotational Motion Sensor can output W=velocity, A=position, and a=acceleration. In the diagram A is the rotor position...

2 months ago | 0

Answered
I needed help regarding modelling of Reluctance Synchronous Machine. If anyone can. please help.
Simscape Electrical provides a Synchronous Reluctance Machine block. Check out the doc page for more details: https://www.mathw...

2 months ago | 0

Answered
how control current by sliding mode of a switched reluctance machine?
A good starting point for sliding mode control is Simulink Control Design: https://www.mathworks.com/help/slcontrol/ug/design-s...

2 months ago | 0

Answered
How can i generate regular sampling PWM output using Matlab (Model)?
A simple example in MATLAB that is generating a pulse for given duty cycle and frequency: % Parameters Fs = 10000; % S...

2 months ago | 0

Answered
Is there a way to control the pulses generated by DISCRETE PWM GENERATOR block based on duty cycle?
Check out the PWM block in Simulink: https://www.mathworks.com/help/simulink/slref/pwm.html Simscape Electrical also provides ...

2 months ago | 0

Answered
comment programmer la methode MLI ou PWM(en anglais) par matlab ?
A simple example in MATLAB that is generating a pulse for given duty cycle and frequency: % Parameters Fs = 10000; % S...

2 months ago | 0

Answered
Discrete SV PWM Generator block
Yes, that's expected behavior. In the Discrete PWM Generator block, the chopping frequency determines the actual switching perio...

2 months ago | 0

Answered
EV SIMULATION, solver configuration, Block error ,
This error hints to a missing domain reference (e.g., an Electrical Reference). Without a model it is impossible to point to a r...

2 months ago | 0

Answered
Solver Configuration error in electro-mechanical SIMSCAPE model
I do not know how the model looks like, but the error points to not enough input derivative from Simulink to Simscape via Simuli...

2 months ago | 0

Answered
Simscape solver integration issue
I cannot comment about the initialization issue without seeing the model. Regarding the integration of the two models, they do n...

2 months ago | 0

Answered
Linear DC-Motor as a compound-object, using basic SimScape-Foundation Elements:
You have a bunch of components that you need to connect. Simscape language allow us to connect the components in this way. Looki...

2 months ago | 0

Answered
Nonlinear solver fail to converge due to Linear Algebra error. Failed to solve using iteration matrix
Without a model we cannot point to any root cause because there are many aspects that can cause this. Can be for example a model...

2 months ago | 0

Answered
Pure EV simulation
It is not possible to directly connect Specialized Power Systems blocks to Simscape blocks. Simscape Electrical provides electri...

2 months ago | 0

Answered
How to Determine Critical Clearing Time (CCT) in PSAT (MATLAB) After Applying a Line Fault?
The Power System Analysis Toolbox is not developed by MathWorks. Consider checking the documentation of this third party toolbox...

3 months ago | 0

Answered
làm sao để đổi khối three phase fault, breaker từ tần số 60Hz sang 50Hz để sử dụng cho lưới điện Việt Nam
In the attached image it appears that the switching events are synchronized with the cycle (for a 60 Hz frequency we have a cycl...

3 months ago | 0

Answered
How can I set the parameter ioc (prior open circuit current) of the supercapacitor block as a real-time variable parameter?
Parameter Writer is not supported in this context because it is used to initialize the block. The workarounds are: Do a calibr...

3 months ago | 0

Answered
How can i build a ZIP Load with the use of Specialized Power System Library components?
A Three-Phase Dynamic Load would probably do it. Alternatively you can build a custom implementation using other fundamental com...

3 months ago | 0

Answered
Using small transformer for large generator
In the IEEE 39-bus system example, each transformer is assigned a default rating of 100 MVA primarily for modeling consistency a...

3 months ago | 0

| accepted

Answered
I want to know how to change the load in my solar panel model PV in simulink
The subsystem called Scenario is used to define the PV/load profile.

3 months ago | 0

Answered
How can i simulate a weak grid and also know/ calculate the SCR ratio and X/R ratio?
To achieve the required short circuit ratio and X/R ratio, you need to scale the grid source impedance, transmission line and tr...

3 months ago | 0

| accepted

Answered
Any one with an idea how the PI gain values used in the many VSC control examples in Matlab have been derived?
There is no general rule used in shipping examples for tuning the controller. Some are tuned based on frequency response, some u...

3 months ago | 0

Answered
How to control a fixed desired current in a 3-phase Interleaved Buck converter?
The output current looks stable. If you want to control the output current to a specific value, then a control algorithm should ...

3 months ago | 0

Answered
Battery temperature output not working in Simulink hybrid energy system model – need help integrating real-time thermal feedback for control logic
You can use Simscape Electrical or Simscape Battery for electro-thermal simulations. All battery blocks implemented in Sismcape ...

3 months ago | 1

| accepted

Answered
PMLSM Controller Over Active
There are a few things you can try. Increase the inverter switching frequency (in the example 2 kHz is used) and reduce the fun...

3 months ago | 0

| accepted

Answered
Which trick is used to adapt the PI gains calculated in per unit to work in Simulink if the input and output to the controller are all in per unit, but the plant is in physical units?
If you have a per unit controller, where input and output are in per unit. The only thing that is needed to go back to SI is the...

3 months ago | 0

Answered
Hello everyone, please help me with this error Error:Invalid
The problem is the way you pass the data in the From Workspace block. What you want is to have P as a time varying signal of dim...

3 months ago | 0

Answered
I don't understand what port 1 of the Two-Quadrant DC/DC Converter is and what should I connect it to?
This is a two quadrant DC-DC converter operating in first and second quadrant. It has two sets of DC connections. However, becau...

3 months ago | 0

Load more