Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting RIO C-Series CAN module baud rate (LabView)

I have an already working C-Series CAN module used with sbRIO9612XT programmed with LabView 2015. Its both CAN buses are working at 500Kbit/s and now I am trying to increase it up to 1000Kbit/s the following way:

 

question1.png 

question2.png

 

After that, I fresh Built the FPGA, but the change did not take effect

 

What may I be missing?

0 Kudos
Message 1 of 3
(2,444 Views)

CAN anyone help on this?

0 Kudos
Message 2 of 3
(2,394 Views)

Hey,

 

I see a couple of different FPGA bitfiles - you should confirm that you're compiling the correct one.

 

Another option is to change the baud rate programmatically (this is straight from this KB😞 Use a Bit timing FPGA I/O Property Node for the specified CAN port . To use this property, CAN communication must be stopped for the port, otherwise the property node will return an error.  An example implementation is shown below.

 

 

Also, how are you checking for baud rates after compiling?

 

Best,

BDog

 
0 Kudos
Message 3 of 3
(2,373 Views)