LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

does labview support .dbc files?

My software engineers generate .dbc vector files that are the structure of CAN messages they send between microprocessors.  I am using LabView to simulate one of the micros and talk to another micro to test it.  The software guys want the LabView program to use the .dbc file to structure the messages sent out to the micro undertest when there are code changes.  Can LabView deal with this?  How?  Has it been done before?
0 Kudos
Message 1 of 2
(2,474 Views)
This is not a problem at all. You just treat your can vector as a chunk of bytes. Use the type cast function and cast everything to a byte array.I gueess your software engenieers can help help you with the dbc vector spec. Pay attention to the data format. Is little edian/ big edian  expected. You may have to do some byte shuffle, but labview has a funtion for this


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 2
(2,452 Views)