|
Re: IFI Control System to Wifi?
For the router and bridge to understand the signal from youroperator interface, you'd have to convert it into TCP/IP networking data. A 2009 or 2010 control interface will do this automagically, but an older one based on the IFI OI unit will require a custom-programmed "gateway" to sit between the OI and the router.
The same thing applies in reverse on the robot end. The IFI controller can't understand your TCP/IP encoded signal, so you need another gateway between the bridge and RC to convert the signal back into IFI-format. I'm not entirely sure if the IFI controller needs to handshake with the OI, but if it does(Or if you want to send back any sort of telemetry), both gateways would need to operate bi-directionally.
EDIT:Actually it looks like the Luminary Micro device at least is capable of performing this gateway function That makes it a lot easier if you want to connect a pre-2009 OI to a pre-2009 RC.
__________________
Get yer robot source code here!
Last edited by nathanww : 05-24-2010 at 08:57 PM.
|