Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Change "key - value" in PDO listings to "key:value" #81

Open
andrewgreenberg opened this issue Nov 30, 2021 · 2 comments
Open

Change "key - value" in PDO listings to "key:value" #81

andrewgreenberg opened this issue Nov 30, 2021 · 2 comments
Assignees
Labels
awaiting dependency Waiting for something else to be done before this can be acomplished. low priority

Comments

@andrewgreenberg
Copy link
Member

Right now, a PDO looks like:

Battery Vbatt - 7667 Battery VCell max - 3840 Battery VCell min - 3820 Battery VCell - 3827

Is there a way to change to:

Battery: Vbat:7667 / Vcell max:3840 / Vcell min:3820 / Vcell:3827

The dashes are driving me insane, and we don't want the repeated batteries, and it's nice to

@dmitri-mcguckin
Copy link
Member

CANOpen Monitor displays those messages in a raw format.

When I say "raw", what I mean is CANOpen Monitor assembles the message strictly according to how EDS or DCF files instruct it to, so the exact organization of the characters is actually a configuration of said files.

@andrewgreenberg
Copy link
Member Author

Great. Assemble the string. Replace " - " with ":" (note the spaces). Look up the Node ID string somewhere, and remove any repeat of that string.

@dmitri-mcguckin dmitri-mcguckin added this to the Minor Release 4.2.0 milestone Nov 30, 2021
@dmitri-mcguckin dmitri-mcguckin added awaiting dependency Waiting for something else to be done before this can be acomplished. low priority and removed medium priority labels Nov 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
awaiting dependency Waiting for something else to be done before this can be acomplished. low priority
Projects
None yet
Development

No branches or pull requests

3 participants