OP777 wrote: ↑03 Jan 2025, 11:00
Hello community,
is there any representation of current motion identification number e.g, MovementID or MoveID in the SRCI environment?
Thank you.
Unfortunately, I have no experience with SRCI motion commands so far,
but as I understand it currently, it is different than it works for example with Stäubli UniVal PLC or Kuka MxAutomation.
Here you do not pass one point after another asynchronously
and get a MovementID back, which tells you which point was processed last.
In my understanding, it is rather the case that each point has its own Motion-FB instance
and then you get reported back via the DONE flag of the Motion-FB, that this point has been processed.
But that does not mean, that you need 100 FB instances, if you want to execute a list of 100 points.
Here you could program a serialization with 2-3 FB instances in the PLC and if necessary create a MovementID yourself.
The important thing is that you get the points transferred to the robot faster
than the robot can process the points - but that can be solved with more FB instances...
But maybe there is an alternative approach...?