LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Support Xnet in Veristand


@DungHoang wrote:


Error -1074384541 occurred at Project Window.lvlib:Project Window.vi >> Project Window.lvlib:Command Loop.vi >> Project Window.lvlib:Connect to System.vi

Possible reason(s):

NI-XNET: (Hex 0xBFF63163) You used an empty name for an XNET database object (database, cluster, ECU, frame, or signal). Empty name is not supported. Solution: Refer to NI-XNET help for IO names to review the required syntax for the name, and change your code to use that syntax.

 Do you know how to fix it.


As the error suggested, did you configure it correctly?

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 21 of 24
(50 Views)

Hi ZYOng,

 

 My DBC is issue, I fix it.

 

 Now I have one issue, I sent CAN from Protection-Custom-Device but I can not receive data from BUS.

 

 Do you know issue? and How to fix it?

 

Tks

0 Kudos
Message 22 of 24
(25 Views)

@DungHoang wrote:

Hi ZYOng,

 

 My DBC is issue, I fix it.

 

 Now I have one issue, I sent CAN from Protection-Custom-Device but I can not receive data from BUS.

 

 Do you know issue? and How to fix it?

 

Tks


Do some basic CAN communication troubleshooting.

Run NI-XNET Bus Monitor while VeriStand is running, and see if the intended frames are received by XNET devices.

If they are not, enable Error Bus in the Device and Interfaces setting. If there is any error frames, check termination and baud rate setting, especially the sample point setting.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 23 of 24
(21 Views)

Hi ZYOng,

I think it's related to CAN FD. For CAN 2.0, I can read normally but for CAN FD, I can't read but it still sends.

 

I have configured the data rate and data transfer rate correctly.

 

Tks

0 Kudos
Message 24 of 24
(11 Views)