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

create an executable to upload/download settings from servodrives and other monitoring stuff #25

Open
10 tasks
jimy-byerley opened this issue Aug 9, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jimy-byerley
Copy link
Owner

jimy-byerley commented Aug 9, 2024

In order to manage a segment with many servodrives, it could be nice to have a commandline utility to upload/download settings files to/from servodrives. By settings I mean a desired set of SDOs

  • choose a settings file format (yaml, omron xml files, ...)
  • compare a settings file with current servodrive config
    ethercat compare 0 settings.yaml
  • upload a settings file
    ethercat upload 0 settings.yaml
  • download all settings into a file
    ethercat download 0 settings.yaml
  • download a specified set of settings into a file
    ethercat download 0 settings.yaml 0640.1 06b0.1
  • get arguments given SDOs
    ethercat get 0 0640.1 0640.1
  • set arguments given SDOs
    ethercat set 0 0640.1=1 06b0.1=2
  • monitor SDOs (read periodically)
    ethercat monitor 2s 0 0640.1
  • list the servodrives in the segment with their manufacturer, version, node id, etc
    ethercat list
  • measure propagation delays & divergences
    ethercat time
@jimy-byerley jimy-byerley added enhancement New feature or request good first issue Good for newcomers labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant