-
Notifications
You must be signed in to change notification settings - Fork 3
Charge SOM: update DBC and add Safety Controller Parameterization #76
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
Conversation
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
|
|
||
| Since the open/close timings make no sense in case of `disabled` or `without-feedback`, it is possible to use these | ||
| tokens directly as array item (actually, it is also possible to use the `with-feedback...` ones, but then the timings | ||
| are considered zero). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm not sure about the intention of this paragraph. Do you just want to say that close-time & open-time are optional and preinitialized with 0? In case of "with-feedback" it wont work because of the physics of a contactor, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you dont use feedback, the open/close times can be any value.
If you use feedback and leave the open/close time empty ... they will be 0 which will not work.
Maybe you can write:
Since the open/close timings make no sense in case of disabled or without-feedback, it is possible to use these
tokens directly as array item (actually, it is also possible to use the with-feedback... ones, but then the timings
are considered zero which will result in an error due to the latency in the contactor).
|
|
||
| - 0x0 = NormalState | ||
| - 0x1 = SafeState | ||
| - 0x3 = SNA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SignalNotAvailable
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
No description provided.