Stuart Stevenson wrote:
> Gentlemen,
>   I have another question/problem. The EMC2 will not move the machine faster
> than 100 ipm. I have changed the max everything to high numbers and still
> get only 100 ipm. It seems as if the limit again is knowledge/intelligence.
>   
Well, PID_MAX_VEL = 30, and OUTPUT_SCALE = 2.0, so if I understand this 
right,
that sends values up to +/- 15 to the DAC.  The DAC, however, cannot produce
output greater than +/- 10 V, so the rest of that range will flattop at 
10 V.
If I'm right about these calculations, that is very undesirable.  I'd 
change OUTPUT_SCALE
to 3.0 to keep the voltage output within the +/- 10 V range.  Then, you 
may have to re-tweak
the tunings a bit, like raise PID and FFx by 50%.

Jon

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to