12-10-2024 03:16 AM
There are many ways. You can also use the Call Library Node to directly call into the PCAN driver. No its not easy but aside from your time you spend on this it is free. Or you buy the earlier mentioned Driver. It costs something but is hassle free for you.
12-10-2024 03:35 AM
ok thank you know where can see the tutorial or anything which helps me.
because I never work with it so,
12-10-2024 06:13 AM
How about using Ni CAN,
I installed this Ni CAN from ni website.
when i connect PCAN to my pc it will not detect in Ni MAX device and interface.
what should i do?
12-10-2024 06:25 AM
Hi Basavaraj,
@Basavaraj093 wrote:
How about using Ni CAN,
It's the same answer as for NI-XNET: NI hardware drivers will only work for NI hardware!
(NI-CAN is the old-style CAN driver, usable only for old NI hardware CAN interfaces, and not supported anymore on modern LabVIEW versions.)
@Basavaraj093 wrote:
what should i do?
Use the driver supplied by Peak and leanr how to use it…
12-10-2024 09:27 AM
@Basavaraj093 wrote:
Without it we can't receive CAN data?
I want to just Read\Receive whatever coming from the CAN cable.
is there any other method?
Did you even *look* at what I provided? There is an "Rx Example.vi" in <..\PEAK CAN\Examples\> folder that sounds like a very good starting point. All you need to do is decode the CAN message into the values you want.
12-10-2024 09:48 PM
<LV Wrapper PCANBasic (LV2016).zip>
you are talking about this,
if yes then it is not containing any example folder.
12-11-2024 10:37 AM
Opps. Sorry about that! 🤥
See attached PEAK CAN LV wrapper *with* examples this time. 🙃
Since there is no readme in the zip, here are some notes:
- put the PCANBasic.dll (x64 or x86) into the top folder so LV can find it. (download the PCAN basic SW package)
- Requires the PCAN drivers as well. (IE download and install the drivers)
- the "PCANBasic.h" is not required for LV but it helps greatly in understanding the parameters to pass.
Drivers: https://www.peak-system.com/Drivers.523.0.html?&L=1
SW: https://www.peak-system.com/Development.526.0.html?&L=1
Good luck
12-12-2024 04:53 AM
It would be nice if you save it to lower version.
I am using LabVIEW 2018.
Thanks in advance 😊
12-12-2024 09:32 AM
@Basavaraj093 wrote:
It would be nice if you save it to lower version.
I am using LabVIEW 2018.
Thanks in advance 😊
Here you go
12-12-2024 09:59 PM
Thank you