I checked the forums for this topic but didn't find a match...close, but not the same.
I wrote code for Windows to load a CAN .dbc file and do what I needed to do. I now need to use the same code in LabVIEW RT (cRIO Linux) but it doesn't look like I can load the .dbc file directly...I have to deploy it, then reference the alias for 'XNET Database Create (Cluster).vi"...the rest of my code works fine from there.
I'd like to skip the hassle of deploying the .dbc database for each cRIO system (I know I can write code to deploy the database; BTW, the same undeploy/deploy vis are not supported in RT)....deploying the .dbc file with the executable (then loaded on RT) is preferred since the procedure is simple and doesn't require any additional code.
Thanks,
Todd