I see that you have connected an Ideal Rotational Motion Sensor block to the Incremental Shaft Encoder. Ideal Rotational Motion Sensor is a device that converts an across-variable measured between two mechanical rotational nodes (R, C) into a control signal proportional to angular velocity (W). It is a sensor and cannot be used as a rotation source for the Encoder. Instead, you can use an Ideal Angular Velocity Source. This block generates a velocity differential at its terminals (R, C) proportional to the physical input signal (S).
You can pass any Simulink signal, such as a sine wave, to the port S of the Ideal Angular Velocity block through a Simulink-PS Converter block.
Regarding the second part, the output signals A and B are voltage signals. They need to be converted to physical signals using a Voltage Sensor, and then the physical signal can be converted to Simulink signals using a PS-Simulink Converter block.
Here’s how you can make the connections:
- Connect the Simulink signal to the Ideal Angular Velocity Source using a Simulink-PS Converter.
- Connect the output of the Incremental Shaft Encoder to the positive terminal of the Voltage Sensor. Connect the REF signal to the negative terminal of the Voltage Sensor
- Use a PS-Simulink Converter to convert the physical signals (V) from the Voltage Sensor to Simulink signals.
- Visualize the signals using a Simulink Scope block.
Here is my connected model for your quick reference:
Do not forget to add Solver Configuration and Mechanical and Electrical Reference blocks as needed.
I hope this helps!
You may read more about the blocks here: