07-13-2016 05:56 AM
Greetings,
I'm starting to use NI Automotive Diagnostics Command Set to create my own custom diagnostic app.
But when i ran Diagnostic Demo ECU.vi i had this error message:
NI Automotive Diagnostics Command Set:
A DLL required for communication with the ECU could not be loaded. Probably this library is not installed.
What is the required DLL to run the VI correctly ? And where can i find it ?
Thanks
07-13-2016 06:52 AM
I'm assuming this would be the DLL that is the API for the specific ECU you're talking to. This would come from the ECU manufacturer (I'm assuming).
07-13-2016 06:58 AM
I digress, it's most likely this DLL:
07-14-2016 07:31 AM
Thanks for your help
Where exactly does the DLL imply ? and how can i find it ?
i'm new to this diagnostic thing so if there any examples that could help i would be thankful.
07-14-2016 07:44 AM
Do you have the NI-CAN driver installed? You can find out by going to NI Measurement and Automation Explorer (MAX) and look under Software for NI-CAN.. this will be your base driver to communicate with the ECU.
Without knowing exactly what DLL it's looking for it's hard to imply what it is. Can you screenshot that error you get in "Explain Error" so we can get more info. I imagine if you installed NI Automotive Command Set it would have installed the CAN Driver and needed DLLs..
Does an error pop up when opening any example Diagnostic VIs that ask you to search for a particular DLL?
07-14-2016 07:55 AM
NI CAN Driver is not installed 😕 though i thought it was
If i may ask another question
Can i build an app based on this module that can communicate with ANY car's ECU ? meaning doing diagnosis on any model
07-14-2016 07:57 AM
Install that NI-CAN driver, that may fix your problem.. and to answer your question, I honestly have no idea, I'm not that well versed in ECUs and how to communicate with them other than CAN interface, but I'm unsure if it is completely transportable from model to model, I highly doubt it.