Jump to content

Recommended Posts

Posted
Is it possible to read (and maybe write) the software limit values of a G5 servo from NJ code? It appears that PDO entry 607D would allow this, but how can I read/write to it? I don't seem able to map that entry to I/O. Thanks.
Posted
Those two parameters cannot be PDO Mapped, as shown in yellow in the table from the R88D-KN-ECT drive below: The green highlighter shows that you can read and write the parameter however. To do this, you would need to look into using the EC_CoESDOWrite and EC_CoESDORead FBs in Sysmac Studio. SDO stands for Service Data Object and would be an asynchronous type command, that is, you would read it or write it when you need to do so. As opposed to a PDO (Process Data Object) which is written to or read from the drive every period of the EtherCAT network.
  • Like 1
Posted
The NJ also has commands to read and write servo parameters, not sure if those would work for you here. I haven't looked at what data they can read and write. Check out: MC_ReadAxisParameter MC_WriteAxisParameter These came about in Sysmac Studio 1.09 and NJ firmware 1.08, so may not be available options if you have an older CPU.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...