12-03-2019 06:11 AM
I need to create a CAN database with about 100 signals. I don't want to manually do this since I will make a ton of mistakes so I'd like to do this programmatically. I suspect this is not possible since I see no hits for this when I search the forums and the web.
Solved! Go to Solution.
12-03-2019 08:06 AM
You can absolutely do this programatically. Go to the Example Finder (Help >> Find Examples) And check out the CAN Dynamic Database Creation VI. It will create a cluster, frame, and signal. It then uses this database to write to it, but you could instead put in the XNet Database Save (which saves it as the XML that XNet likes), or the XNet Database Export (which can export it to a DBC). This is all found in the Database palette under XNet.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
12-30-2019 08:59 AM
Excellent! Thanks Hooovahh!!!