02-06-2024 07:00 AM
I physically installed PXIe-8245 card on our PXIe-1065 chassis. We use pharlap real-time OS on our target machine. I can able to see the new ethernet ports in NI MAX Network Settings page. But I dont see the card PXIe-8245 under Remote Systems -> Devices and Interfaces. Does Pharlap OS support PXIe-8245 card?
Solved! Go to Solution.
02-06-2024 06:26 PM
PXI Ethernet Interface Module Does Not Show Up Under Devices and Interfaces
On a Real-Time OS, the ports of the ethernet interface module appear in the Network Settings tab in MAX. If you are missing ethernet adapters, then the adapter is using a different chipset. By default, most chipset drivers are not installed on the Pharlap RT PXI controller.
02-07-2024 07:32 AM
Hello ZYOng,
Thank you for your response. I do see 4 additional ethernet adapter under Network Setting (picture attached Network Setting.PNG) But I was also expecting it to appear under the chassis where the ethernet card is installed (picture attached Cards under chassis.PNG). If I understood you correctly, it only appears under Network Settings. Is it right?
Also, is there a custom device which I can use to send data through these ethernet ports in real-time? Thank you.
02-07-2024 07:15 PM
If I understood you correctly, it only appears under Network Settings. Is it right?
That's right. Just treat the Ethernet ports from 8245 like any regular Eth ports.
is there a custom device which I can use to send data through these ethernet ports in real-time?
I assume you are referring to the VeriStand Custom Device. Depending on what kind of network communication you want to do, you can start from VeriStand Open Source Add-Ons. E.g If you want to do UDP communication between another target and VeriStand engine, use NIVeriStandAdd-Ons/UDP-Data-Link-Custom-Device
02-13-2024 10:00 AM
ZYOng,
Thank you very much, this custom device would work for us.
One more issue, I am unable to Enable (in NI MAX Network Settings) ethernet adapter eth0 if it is not selected as primary. Is it expected? Is there a way we can force particular port as eth0? Default, one port from PXIe-8245 is assigned as eth0 in the Network Settings and default RT ethernet port assigned as eth4 in the Network Settings
02-13-2024 06:40 PM
@NickPil wrote:
Is there a way we can force particular port as eth0? Default, one port from PXIe-8245 is assigned as eth0 in the Network Settings and default RT ethernet port assigned as eth4 in the Network Settings
To my knowledge, no. I believe that NI R&D has only validated Eth0 to be the primary port for the host PC.
02-14-2024 03:23 AM
Thank you, Eth0 is assigned randomly? Is this mean I have to always set Eth0 as primary and connect the host computer to this port? Thanks again, your support is really helpful.
02-14-2024 06:36 PM
Eth0 is always assigned to the first Ethernet port of the controller.