Hi Muthukumar,
As per my understanding, the Simulink model is generating straight line in scope instead of showing a non-zero value.
There are certain blocks in the model whose input ports are not connected to any other block. Making the following changes might be helpful:
- For the ideal torque sensors in the model, the port 'C' is disconnected. It can be connected to a mechanical rotational reference block.
- For the variable displacement motor blocks, the port 'C' is disconnected. It can be connected to a physical signal block.
- The asynchronous machine block requires a power source to generate the required magnetic field. To operate the machine in generator mode, the input torque should be negative. Please refer to the documentation links here and here for more details.
Hope this helps!