10-27-2023 06:18 AM
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?
Solved! Go to Solution.
10-27-2023 11:12 AM
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.
10-27-2023 02:02 PM
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?
10-27-2023 02:40 PM
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.
10-27-2023 03:36 PM
Actually, I have an issue in LabView . I entered node name, interface and baud rate correctly from NI-XNET Bus Monitor.
.
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.
10-27-2023 05:03 PM
Can you also provide the screenshot on the front panel?
What are your OS and NI-XNET versions?
10-30-2023 01:02 AM
Sorry reply late, I am using RT and NI-XNET 20.0
10-30-2023 02:59 AM
Problem is solved. Module is working as a real-time, we must make a new real time project and its worked.