LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Kvaser CAN application

Solved!
Go to solution

I am using Kvaser hardware vis for a CAN application.  I need to set the baud rate at 33333 bps, but that is not a standard rate.  Does anyone have any idea how to add that rate to the code. Also I need to send a high voltage wake up. This is a single wire application.  I have been using the Kvaser hardware and vis for other applications with no problems. 

0 Kudos
Message 1 of 2
(2,376 Views)
Solution
Accepted by topic author Dray

It's been a while since I last used Kvaser's LabVIEW library and I don't currently have it installed, but the documentation says there's a canSetBitRate function.  If that function is not exposed in the LabVIEW library, you can call it directly from the DLL.  If for some reason that won't work, you can manipulate the CAN timing parameters directly by using canSetBusParams or canSetBusParamsC200.

Message 2 of 2
(2,363 Views)