PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-8513 CAN Module

Solved!
Go to solution

I have a external CAN module and I connected to the PXI-8513 (CAN module and PXI-8513 connection with RS232, pc and CAN module connection with USB, also PC and PXI machine connect with ethernet cable). I want to send message to CAN module from PXI-8513. How can I do that? 

0 Kudos
Message 1 of 8
(2,879 Views)

I am confused with your description of the system setup. Can you provide some figures?

To control PXI-8513, you use the NI-XNET driver.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 2 of 8
(2,859 Views)

Sorry, I made a mistake about connection and fixed that. PXI 8513 can see data in the bus Monitor. I want to see the data in LabView, but I will have an error "Error -1074384758 occurred at XNET Create Session". How can I fix this issue? 

0 Kudos
Message 3 of 8
(2,849 Views)

Only the error code sometimes does not provide enough information.

The error states that 

Error -1074384758 occurred at an unidentified location

Possible reason(s):

NI-XNET: (Hex 0xBFF6308A) The interface name given does not specify a valid and existing interface. Solution: Use a valid and existing interface. On Windows, these may be found in MAX. On Linux distributions, interface names can be queried with either the lsni or nixnetconfig command line tools. Interface names can also be obtained using XNET system properties, or the LabVIEW XNET Interface IO name. If you are using CompactRIO, refer to the topic "Getting Started with CompactRIO" in the NI-XNET Hardware and Software Help.

 

Please do as per advised by the message. If you are not sure what do, please attach your code.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 4 of 8
(2,844 Views)

Actually, I have an issue in LabView . I entered node name, interface and baud rate correctly from NI-XNET Bus Monitor.

Ekran görüntüsü 2023-10-27 232654.png

Ekran görüntüsü 2023-10-27 233450.png

Ekran görüntüsü 2023-10-27 232445.png

Model is same J1939 Frame Output Stream.vi example project. When I run the project, this error will occur:

NI-XNET: (Hex 0xBFF6308A) The interface name given does not specify a valid and existing interface. Solution: Use a valid and existing interface. These can be obtained using MAX, XNET system properties, or the LabVIEW XNET Interface IO name. If you are using CompactRIO, refer to the topic "Getting Started with CompactRIO" in the NI-XNET Hardware and Software Help.

 

I don't know how to fix this issue. 

 

 

0 Kudos
Message 5 of 8
(2,841 Views)

Can you also provide the screenshot on the front panel?

What are your OS and NI-XNET versions?

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 6 of 8
(2,811 Views)

Ekran görüntüsü 2023-10-30 085952.png

 Sorry reply late, I am using RT and NI-XNET 20.0

0 Kudos
Message 7 of 8
(2,765 Views)
Solution
Accepted by topic author ilkerksr35@gmail.com

Problem is solved. Module is working as a real-time, we must make a new real time project and its worked. 

0 Kudos
Message 8 of 8
(2,744 Views)