Value Tables and Values #27
didarbilgin
started this conversation in
Ideas
Replies: 1 comment
-
|
In general terms, value attributes depend on the value size. Therefore, it is hard to define a constant method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When converting a DBC file to JSON, for example, the line
VAL_TABLE_ Read_Coil_DC_After_Power_On 65535 "off" 65534 "restore";is currently being converted to JSON like this:"key": "Read_Coil_DC_After_Power_On", "value": [ "off", "restore" ]Shouldn’t we add the ‘65535’ and ‘65534’ parts as keys for these value attributes? When I converted it online, the resulting JSON was:
Wouldn’t it be more useful to include these as keys for the value attributes?
Beta Was this translation helpful? Give feedback.
All reactions