With my ACIM motor identified correctly, I cannot reach my desired speed reference. (I am sure that it is identified correctly, because it works in lab 12b with no problem)
I set gMotorVars.MaxVel_krpm to 1.36 krpm but I can only reach 32% of it (0.43 krpm), similarly when I set this reference to 0.68 krpm again I can only reach 32% of it (0.215 krpm)
gMotorVars.MaxAccel_krpmps, gMotorVars.MaxDecel_krpmps and gMotorVars.MaxJerk_krpmps2 are set to maximum allowed limits as it is defined in your Lab User's Guide.
In Debug window I read gMotorVars.Speed_krpm 32% of gMotorVars.MaxVel_krpm as I have described above. Also physically I measure the speed from motor shaft with a tachometer, it is also 32% of desired level. So InstaSPIN knows that it did not reach to reference, but why doesn't InstaSPIN increase the speed to gMotorVars.MaxVel_krpm level? I think there is a parameter limits the speed to that level.
On the other hand there is not a problem in position control, when I enter the parameters to 41.5 revolutions, it is exactly 41.5 revolutions. Problem is speed here.
Can you recommend me a solution to that problem?