Punit
Punit
Hi, @juleq with respect to current requirement to display vector data in excel sheet without use of vector tool ,I think this approach it will work. Thanks for your information....
hi @juleq Coding language : python 3.9 editor : Pycharm I read dbc using cantool package and store in python dictionary. I use openpyxl to write dictionary data to excel...
hi @juleq I gone through cantools doc, I changed encoding to cp932 for Japanese Characters while reading DBC. self.db = cantools.database.load_file(self.path, encoding ="cp932") Great Cantools took care of encoding part...
hi @juleq when I testing my dbc to excel script, I observed that, cantools returns None for Min and Max value ? at what condition Cantools return None for min...
hi @juleq it means , if Cantools return None for min and max value , then its ok to consider 0 None = 0 is this ok ? I observed...
hi @juleq thanks for clarification . I will write 0 to excel if I got min and max as none.
hi , I also want to extract "SystemSignalLongSymbol", Example: Consider -> SG_ signalname_0000 : 395|8@0+ (1,0) [0|255] "" ABCD SystemSignalLongSymbol" property is **set** for signalname_0000 BA_ "SystemSignalLongSymbol" SG_ xxxxx signalname_0000...
hi , Can you help me to understand, why Can tools reading Signal name as value of SystemSignalLongSymbol" property . if this is property is **SET** for that signal