Documentation for Expression field #262
Unanswered
tschaeffer2
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@tschaeffer2 I recently updated the expression parser to support more operators, but it's still in main branch and not yet released. I plan to properly document it as part of creating a new vehicle profile.
Hex, & and > are not allowed in the current release. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner regarding the OBD stuff and using the WiCAN. I was able to update the device and to make the most settings, but it took very long to find out how to manage that. One question is still open: Which formats are allowed in the Expression field (e.g. B2/10, B4>2, B1&0x20,...)?
The source code shows that there seems to be a lot of operations possible, but it is very difficult to find that out by reverse engineering. Is there a documentation available or planned to be available? It there an option to find out if the entered syntax is correct?
I guess a documentation for this and for the other settings PID, Index, Start Bit, Bit Length and the dependence of each other would be helpful to others as well.
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions