Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethercat_hardware should detect when boards are giving bad status data (ros ticket #3701) #6

Open
ahendrix opened this issue Mar 12, 2013 · 1 comment

Comments

@ahendrix
Copy link
Member

If boards give bad status data, ethercat_hardware could ignore it.

This situtation occurred on MCB in PRJ ( https://prdev.willowgarage.com/trac/pr2hardware/ticket/565 ). The root cause has not been identified, but extra checks could have easily caught erroneous conditions.

  • Put check for changing timestamp after check for enabled motor (in verify function)
  • Look at checksum on status data
  • add check for correct working counter on process data
  • Added idiot checks on certain ET100 register value. (operational mode, FMMU / SyncManager settings?)

trac data:

@ahendrix
Copy link
Member Author

[dking] r30633 and r29974
Checksum are verified, changing timestamps are checked even if board in not enabled.

Checking working counter values on process data will require change to EML library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant