I am currently working on a satellite that uses RS422 communication protocol for S-Band and X-Band communication and as part of this we have both nominal and redundant connections for redundancy.
We aim to connect the satellite On-Board Computer (OBC) to an Electrical Ground Support Equipment (EGSE) to interpret the data and convert it into more human readable data for our ground team. Since only one of the nominal or redundant links can be used at any given time, we require a switcher to be made to switch between the nominal and redundant links outside of physically unplugging one harness and connecting the second one up.
I'm quite a newbie when it comes to using RS422 protocol and hardware to get it all working - is there a solution that multiplexes the two inputs, and then just sends one output? The transmitter and receiver RS422 drivers will be handled by the EGSE/OBC respectively, so I don't think there will be any added circuitry to get the RS422 signal working?
For S-Band, there will be an added complexity in that the multiplexer circuit is required to be bidirectional since it will be sending telecommands upstream (from EGSE to OBC) and then also receiving telemetry downstream (from OBC to EGSE.)
Currently the connections used are Sub-HD 44 Way connectors, and I believe up to 5 pairs of signal lines (5 pairs on S-Band, and only 2 pairs on X-Band) on the connector will be used for the RS422 communication protocol. If there's a way to completely switch from from one of the inputs (Sub-HD 44 Way) to the output (Sub-HD 44 Way) without having to individually multiplex each of the lines in the harness, then that would be ideal. My question is, is there a simple off-the-shelf solution with a bunch of multiplexers and maybe an FPGA to control this switching. Or, will the circuit have to be custom designed with a bunch of multiplexers and the FPGA on a PCB to perform this?
So, effectively:
S-Band: 2 inputs (Sub-HD 44 Way) to 1 output (Sub-HD 44 Way) but bidirectional so has to be used in 1 input to 2 outputs as well. Operator will just have to select whether the nominal or redundant link will be used.
X-Band: 1 input (Sub-HD 44 Way) to 2 outputs (Sub-HD 44 Way). Operator will have to select whether the nominal or redundant link will be used.
Hopefully this makes sense!