Search found 2 matches
- Fri 19. Dec 2014, 17:30
- Forum: PCAN-OBD-2
- Topic: Import OBDII Shared Library to LabVIEW
- Replies: 3
- Views: 7512
Re: Import OBDII Shared Library to LabVIEW
Thanks for the tips. I've contacted National Instruments and they are working with me on this problem. I overcame the first problem by inserting declarations in the obd2 header file for the functions which had a problem. I basically copied the existing declarations and added "Async" to the function ...
- Thu 18. Dec 2014, 17:25
- Forum: PCAN-OBD-2
- Topic: Import OBDII Shared Library to LabVIEW
- Replies: 3
- Views: 7512
Import OBDII Shared Library to LabVIEW
I've successfully imported the PCAN Basic, TP, UDP, CCP and XCP API's using the LabVIEW 2013 Import Shared Library tool. Everything went smoothly during the import process. I only had to occasionally include the PCAN Basic.h header to accompany some of the .dll's. The problem I am having is when imp...