I spent some time tonight doing work on the project. Roughed out (almost all) the I/O modules' analog signal flow, power, and a start at I2C. This now leads to the point of using ADCs and DACs.
My research skills are somewhat failing me. I am not sure at this point how to get a digital signal from an ADC to a processor point, particularly over ethernet. This is my current snag. The signal has to travel over a distance before it hits a non-preamp processor, either a computer or a dedicated card.
So how do we take the signal from multiple ADCs, get them *to* the ethernet line, through it, and to the processor? Ethernet should just be what it always is: packets. Large MTU packets probably but still packets.
So is the ADC just a stream of binary or what??
Help!