MANUALE ISTRUZIONI / INSTRUCTIONS MANUAL
MTR605/025/DASM - R605/027/DASM - R605/170/DASM
Modello/Model R605DASM
I/ 12
sistema_
elettronico
_60
5_CAN.fm
We can now, for example, send an absolute position control to get the actuator to move
to position 5000. Following is the corresponding frame:
702h DLC = 5
01h 00h 00h 13h 88h
Frame 701h will now provide immediate information on actuator position (first 4
bytes)and the field relating to the 5th byte (movement status related) will remain at 1
until position is reached.
Should we now wish to move forwards by 400 points (relative movement):
702h DLC = 5
02h 00h 00h 01h 90h
In this case also we will monitor the status frame (701h) which will indicate movement
status and ABSOLUTE axis position.
Let us now move by -1000 points;i.e. backwards with respect to the current position:
702h DLC = 5
02h FFh FFh FCh 18h
We might need to stop the movement so we'll send:
702h DLC = 1
FFh
The resulting position must be determined by the reading of frame 701h.