Other Parts Discussed in Thread: MOTORWARE
now I need to implement synchronous control of two sensorless PMSM motors (connected on one axis) and the motor often operates at high speed .
I plan using the Instaspin-foc .
One motor operates in speed loop mode (lab05b) and the other motor in current loop mode (lab05a).
The motor operating in speed loop mode will use a speed controller to generate the current reference iq_ref.
and I sent the iq_ref to the motor work in the current loop mode via CAN bus .
1.Whether the program is feasible?
2.how to extract the iq_ref in speed loop mode ? I can not find it in the motor variable struct .
There is a motor Torque_Nm in the variable, which should be the Toeque in the FAST observer.
I use this value divided by the motor torque coefficient to get the motor current value?
iqref(A) = Torque_Nm/Ke(Nm/A)
3. The latest motorware:Lab 10d – Dual Motor Sensorless Velocity InstaSPIN-FOC?
Thanks~