Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Using CAN Frame and CAN channel together

I would like to use set periodic transmission and use CAN channels to communicate with a DUT. Periodic timing is easy with CAN frames but setting up all the data is easier with CAN channels. Has anyone been able to do this?
0 Kudos
Message 1 of 4
(4,027 Views)
Hi Jim,

You can also use the CAN Channel API for periodic transmission.

What programming language are you using?. In LabVIEW there is the Waveform Output.vi for CAN. For C the example is the WaveOut.c.

Hope this provides some help.

DiegoF
National Instruments.
0 Kudos
Message 2 of 4
(4,027 Views)
I am using LABview at the moment. What I really need to know is: Can I use CAN frames and CAN channels on the same port?
0 Kudos
Message 3 of 4
(4,027 Views)
from the manual, we can't use them at the same time at the same port.
0 Kudos
Message 4 of 4
(4,027 Views)