KickUI: a GUI tool to inspect, configure and operate an EtherCAT bus#411
Merged
Conversation
26f6c2c to
6cb2fb2
Compare
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 9d89920 |
trns1997
reviewed
Jun 15, 2026
Collaborator
There was a problem hiding this comment.
I think bunch of definitions is this file are already defined in other regions of the existing codebase, I would suggest reusing those defs or maybe adapt them to fit the need?
trns1997
reviewed
Jun 15, 2026
trns1997
reviewed
Jun 15, 2026
trns1997
reviewed
Jun 15, 2026
trns1997
reviewed
Jun 15, 2026
trns1997
reviewed
Jun 15, 2026
c0654df to
b1cf2f7
Compare
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
reviewed
Jun 20, 2026
trns1997
approved these changes
Jun 20, 2026
KickUI is an imgui/glfw bench tool built on the KickCAT master. It connects to a real NIC or to the embedded software simulator (tap), scans the bus and shows the discovered topology as a drawn graph (DL_STATUS port states, cable break/heal on the simulator), per-slave diagnostics (AL states, error-counter totals, event log with alert banner) and a per-device detail view: SDO transfers and object-dictionary discovery, PDO mapping read-back and manual editing, live process-data bytes, and full DS402 drive control (bring-up, state machine, manual/jog/generator setpoints). Rework README to lead with stack capabilities and move build, hardware, simulation, tooling, and performance instructions into dedicated docs/ files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KickUI is an imgui/glfw bench tool built on the KickCAT master. It connects to
a real NIC or to the embedded software simulator (tap), scans the bus and
shows the discovered topology as a drawn graph (DL_STATUS port states, cable
break/heal on the simulator), per-slave diagnostics (AL states, error-counter
totals, event log with alert banner) and a per-device detail view: SDO
transfers and object-dictionary discovery, PDO mapping read-back and manual
editing, live process-data bytes, and full DS402 drive control (bring-up,
state machine, manual/jog/generator setpoints).