Personally I don't like the idea of using ethernet/802.11* for this sort of thing.
Ethernet was never meant for mission critical operation. If someone hits the "abort" button, just as the arp cache expires, you are wasting time (ok, not much time) doing an arp lookup before you send the message. With 802.11* you will get mobile phones searching and possibly trying to associate with your equipment not to mention the fact that 2.4GHz is getting pretty crowded these days.
Using embedded gear is better than using a laptop or something (at least you won't have to worry about Windows looking for updates, etc) but I would still shy away from ethernet.
There are a lot of communication systems that are designed for high reliability links between PLCs and the like, why don't you have a look at some of them? RS485 can run over cat5 cabling, and there are several off the shelf wireless adaptors for it. It's not like you need massive amounts of bandwidth.
I agree that Ethernet was never designed to be mission critical. Hence I was considering hardwired abort buttons. The field system would only fire a shot when it has a completed command from the remote system (and all safety systems have been satisfied). The reason for picking Ethernet is ease of implementation and system programming.
Maybe cable is the way to go, I will do some extensive testing of both methods (38 degree transmission ariel, hidden secure network for wireless testing).
Yes I have considered RS485, however maybe I will have a bit more of a look at it. We use allot of this at work Profibus, Modbus etc, but we have started using a great deal of Allen Bradley / Rockwell kit with device net. So maybe I will give our control engineers a bit of hassle and quiz them a bit to see if it can be made cost effective.
Edited by digger, 11 November 2008 - 10:55 AM.
Phew that was close.