EAL Motion Delay Times

During our testing with the Easy Automation Library (EAL), we see an added communciation delay time while waiting for a move around 150ms. This added delay is in addition to the motion profile, and since the Movement.Wait command is tied to the drive's internal motion interpolator (S437 bit 0), it should not have anything to do with settling time on the axis.

Is there a way to improve this?

Regular read/write request for non motion commands take less than 5ms.

I should mention our tests were running with a straight connection from our PC to the drive, no ethernet switch, and the application is very minimum:

 

EAL SDK 2.0

MPB20V28 Firmware

Thank you in advance,

Nate

 

Best reply by RexCode

Hello,
I guess there is no possibility to improve this behavior because a move absolute is not only a single write parameter command. Its more a sequence with lots of parameters which needs to be written.

Also keep in mind EAL is using a non real time communication, so your measured time can be correct for today but tomorrow when there is i.e. more traffic on your network the time can change.
So if you need a real time communication we recommend to use a fielbus like EtherCAT or Sercos.

Best regards,

Christoph

View original
2 replies