Page 1 of 1

Labview drivers for PCAN-Basic issues

Posted: Thu 11. Jun 2015, 09:35
by mmagn
Good morning,

I have already installed the Labview drivers for PCAN-Basic on my portable (OS Windows7, 64bit, Labview2014).
I have modified the CAN RCV file to make it working with my application and it turns and works as I desire.

I tryed to make it working on the PC in my laboratory (OS Windows 7, 64bit, Labview 2014), but after one second the interface turns, I receive the following message.
Message after launching.JPG
Message after launching.JPG (34.6 KiB) Viewed 6471 times
As far as I understood, this message comes because the there is no communication between the two interfaces CAN and Labview.
How it should be possible?

I have also tried to unistall and install again the Labview drivers as suggetsed in the related thread, but when I tried to open the file of Example I received the following message and it was impossible to continue.
Message after 2nd installation.JPG
Message after 2nd installation.JPG (27.5 KiB) Viewed 6471 times
Why this happens?

I restored the system to recover the previous installation, but my initial problem about the communication remains.
Do you have some suggestions for solving this problem?

Thank you in advance,
M

Re: Labview drivers for PCAN-Basic issues

Posted: Thu 11. Jun 2015, 13:58
by M.Maidhof
Hello,

when you use the LabView driver from PEAK/KDI you have to copy the dlls in the right Windows directories. Please remove all PCANBasic DLLs from local directories, and copy them as follows:

Windows 32-bit systems:
32-bit DLL > Windows\System32

Windows 64-bit systems:
32-bit DLL > Windows\SysWOW64
64-bit DLL > Windows\System32

please uninstall the labview drivers, and reinstall them again after you have placed the new dlls in the needed directory

best regards

Michael Maidhof

Re: Labview drivers for PCAN-Basic issues

Posted: Tue 23. Jun 2015, 11:21
by mmagn
Thank you so much.

I have followed your instructions and I have restarted Windows.