problem with real time udp in xPC target 5.5 when using the Intel-Gigabit ethernet adapter
1 view (last 30 days)
Show older comments
hello! I have two network adapters in my xPC target which both of them are Intel-Gigabit(82540EM). when I try to boot the system and load my model on target machine, I have no problem. but when I run the model, It stopped in running mode and the connection between host and target failed. (TCP/IP connection disconnected). I check the setting of the network configuration and set it's parameters as follows: IP address : 192.168.4.105 subnet Mask : 255.255.255.0 Gateway : 192.168.4.1 Ethenet driver : Intel Gigabit PCI bus: 2 Slot: 3 when I changed the secondary adapter card and useed a 8255x card, program was completely executed and had no problem. but I need to use Intel-Gigabit as a secondary adapter. Is there any way to configure the system(software and hardware) where I will be able to use an Intel-Gigabit as a secondary card in real time udp applications? Is it possible to exist any inconsistency between my network adapters and other hardwares in my system(like mother board, ram ...)? Can you prefer any hardware setup for optimum performance in the applications that real-time udp is needed? best regards.
Answers (1)
Rajiv Ghosh-Roy
on 6 Dec 2013
I think both your host-target communication and real-time UDP are trying to use the same card. For diagnostics, I would try the following steps:
- Make sure the bus and slot displayed at boot time (which is the one used by the host-target communication) is different from the one you specify in your model for real-time UDP.
- You may have to experiment with disconnecting/reconnecting Ethernet cables and seeing which functionality (host/target or real-time UDP) still works to identify the cards. Bus 2, Slot 3 or similar tells us the identification of the card on the bus, but not the physical location.
2 Comments
Xikai
on 13 Oct 2017
Does Intel-Gigabit(82540EM) support real-time UDP in xPC target? It's the question.
See Also
Categories
Find more on Development Computer Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!