02-29-2016 06:13 AM
LabVIEQ Version 2014
NI PXI-8115
NI PXI-8513
I tried to select messages out of a CAN database (.dbc format) and send these to a CAN-port. But when I start the program I get an error in terms of the baud rate.
Pictures: Version1
After that I tried to select the database directly, Picture: Version2. Here I get the error that the database could not be opened. Another problem with this version
is that I want so send multiple messages at once.
In MAX I noticed that under Remote Systems -> NI-PXI 8115 -> Data Neighborhood is no CAN Channels available, is that the problem?
Solved! Go to Solution.
02-29-2016 06:29 AM
02-29-2016 06:53 AM
Okay, thanks for that, its my secound week in LabVIEW.
I have changed the program. Picture: Version1new
But the Error is still available.
02-29-2016 07:51 AM
In MAX, if you expand the CAN device and right click the CAN channel and go to 'properties' - is there an option there to specify the baud rate? Does that solve your error?
02-29-2016 08:27 AM
I found the option in the CAN Channel -> Bus Monitor -> Interface and Database Settings.
The Error is solved.
Thanks!