取消
显示结果 
搜索替代 
您的意思是: 

Data read using CAN (PCAN), XNET

已解决!
转到解答

Hi all,

 

I want to read the data using CAN cable for 5 min then after 5 min it should stop and log it to the excel file.

 

I am new to this CAN I don't know what to select and all.

 

 

want to read like this <Value.png>

 

using:

LabVIEW 18

Peak CAN to USB Cable

Ni-XNET Driver

 

I have attached all the documents.

 

0 项奖励
1 条消息(共 31 条)
3,121 次查看

Hi Basavaraj,

 


@Basavaraj093 wrote:

using:

Peak CAN to USB Cable

Ni-XNET Driver


Simple answer: you cannot use the NI-XNet driver for a PeakCAN interface. XNet only supports hardware from NI…

 

Suggestion: use suitable drivers for your PeakCAN interface! There are lots of threads in this forum about PeakCAN…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
2 条消息(共 31 条)
3,103 次查看

Thank you for your reply,

 

what you said is true. 

 

I am trying to search it but couldn't find any drivers (LabVIEW).

 

Please share you have any information about it.

 

Thanks in advance.

 

 

0 项奖励
3 条消息(共 31 条)
3,093 次查看

Hi Basvaraj,

 

a simple search for "peak can labview driver" gives this result

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
4 条消息(共 31 条)
3,087 次查看

 


Simple answer: you cannot use the NI-XNet driver for a PeakCAN interface. XNet only supports hardware from NI…

 

Yes and No. Yes, XNET hardware driver won't work, but you can use XNET library with PCAN to manage your CAN frames and signals. See 

http://hooovahh.blogspot.com/2017/03/can-blog-introduction-and-downloads.html?m=1 for this.

 

By using XNET after PCAN's read your code will be more reusable.

Actor Framework
5 条消息(共 31 条)
3,081 次查看

I have searched it already, but it is not free.

 

is there any driver which is free to use.

 

 

0 项奖励
6 条消息(共 31 条)
3,073 次查看

PCAN basic is free.

Also see this post about a .net version I created.

 

Good luck!

---------------------------------------------
Former Certified LabVIEW Developer (CLD)
0 项奖励
7 条消息(共 31 条)
3,048 次查看

Yes, it is free but

 

how to use it in LabVIEW.

 

 

Basavaraj093_0-1733811140817.png

 

0 项奖励
8 条消息(共 31 条)
3,038 次查看

You need to learn usage of .NET in LV then. Refer to https://blog.dmitriev.de/labview/net/netframeworkcorestandard/

for valueable introduction into this topic.

Actor Framework
0 项奖励
9 条消息(共 31 条)
3,025 次查看

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?

0 项奖励
10 条消息(共 31 条)
3,015 次查看