QUOTE (IamJon @ Jul 9 2009, 04:02 PM)

There is an undocumented problem with MLX 1100 and 1400 when used with a master telemetry unit radio. The radio dumps too much data into it that it freezes up and errors. This is not the case with the 1200 and 1500 because they use a separate ethernet card. Has anyone heard of this and come up with a solution while still using the MLX and radio?
This is a common problem with practically any Ethernet system. The NIC card is fairly "dumb" and just receives/validates packets. It does not actually execute the code to interpret the results. If you exceed a certain load (in packets per second), the device will lock up. This is also certainly a problem with the 20-COMM-E boards on Powerflex drives (they specify a pretty low packets/second rate). You need a way to throttle the packet flow rate, either externally or internally. Most managed Ethernet switches have this capability. I know for a fact that you can do it with a Cisco switch, a Hirschmann switch, and a Sixnet switch. I don't know about any others simply because I don't have experience with them.
This is also a routine problem with a lot of other devices, including PC-type devices. The only difference is that those devices usually have a lot more processing power available. For PC's using the iSCSI protocol (the fastest growing protocol for server/SAN connections), and NIC cards now in the 10 Gbps speed, this is becoming a serious problem for PC's. The solution in the PC world (aside from packet throttling) is to use TOE (TCP/IP Offload Engine) NIC cards which have built-in processors that handle the basic TCP/IP protocols, offloading some of the work from the main CPU. This is effectively how the ControlLogix works (it has a separate I/O processor) as well. No solution though for an ML1100/1400 except to use a managed switch and throttle the packet stream. I don't have any idea what the maximum rate is but I probably wouldn't try pushing much past 1000-2000 packets/second.