LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding CAN

Hi,
 
I am developing one application which takes .dbc or .ncd file as the input.I need to decode the configured messages from the file and transmit those messages in the CAN bus.Is there any standard method available to decode the message details and form the frames to transmit?
 
 
Regards
Meenatchi
0 Kudos
Message 1 of 4
(2,878 Views)
Hello,
All you have to do is open up an example and load the ncd or dbc file.
This will give you access to the channels off the messages.
Please read the following forum post for more information.


Christian A
National Instruments
Applications Engineer
0 Kudos
Message 2 of 4
(2,852 Views)

Hi,

Thanks for ur reply.

In my application, i got information like channel name and channel details like start bit,length by using Get Names and Get property VIs from the dbc file.I want to know is there any vi available to frame as 8 byte of data based on the information collected from the dbc file?

 

Regards                                                                                                                                                                                                              Meenatchi

0 Kudos
Message 3 of 4
(2,843 Views)
Let me try and re-frame your question.
You want to read in data that in the CAN message you are reading correct?
You can use a CAN Read.vi

Let me know if this helps.
Christian A
National Instruments
Applications Engineer
0 Kudos
Message 4 of 4
(2,819 Views)