09-07-2025 09:44 PM
@DungHoang wrote:
Error -1074384541 occurred at Project Window.lvlib:Project Window.vi >> Project Window.lvlib:Command Loop.vi >> Project Window.lvlib:Connect to System.viPossible 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?
09-10-2025 03:32 AM
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
09-10-2025 03:57 AM
@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.
09-10-2025 06:29 AM
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