Hello,
I'm working on a project where I'd like to switch the signal from the car's throttle sensor to my DAC-generated signal going to ECU. CAR throttle sensor input signal is created using a potentiometer or hall effect sensor, so to simplify that I'm working with such cases:

Now I would like car to use either its sensor value or my signal so I have to switch between these two signals. I'm not talking about ordinary relays because I find them to slow in switching for that application(I'm looking for <5ms switching time). Then first option I see is using solid-state relay like AQW214EHAX:
How is CAR_ECU input pin treated in that case? Is that a capacitive or resistive load? In mose MCUs datasheets I can find input pin capacity, so I guess it's capacitive? I'm a bit worried about leakage current and that it might mess with CAR_SENSOR_SIGNAL even when DAC_GENERATED_SIGNAL should be disconnected and vice-versa.
Second option I see is using reed relay - proper signals separation, but it shouldn't be used with capacitive loads (I found that information online):

Third option is using analog switch:

Of course these are just simplified circuits not taking into account that CAR_SENSOR_SIGNAL and CAR_ECU should be on NC channel, while DAC_GENERATED_SIGNAL should be on NO channel. I would like to figure best way to deal with switching these signals. What do you think about this approach?
Also there will be small delay when one signal is switched OFF while second one is still switching ON, so let's say that's 0.5ms. How can I ensure that in this brief moment voltage on CAR_ECU pin won't drop to 0? Some RC circuit in line with that pin?
I'm working on a project where I'd like to switch the signal from the car's throttle sensor to my DAC-generated signal going to ECU. CAR throttle sensor input signal is created using a potentiometer or hall effect sensor, so to simplify that I'm working with such cases:

Now I would like car to use either its sensor value or my signal so I have to switch between these two signals. I'm not talking about ordinary relays because I find them to slow in switching for that application(I'm looking for <5ms switching time). Then first option I see is using solid-state relay like AQW214EHAX:

How is CAR_ECU input pin treated in that case? Is that a capacitive or resistive load? In mose MCUs datasheets I can find input pin capacity, so I guess it's capacitive? I'm a bit worried about leakage current and that it might mess with CAR_SENSOR_SIGNAL even when DAC_GENERATED_SIGNAL should be disconnected and vice-versa.
Second option I see is using reed relay - proper signals separation, but it shouldn't be used with capacitive loads (I found that information online):

Third option is using analog switch:

Of course these are just simplified circuits not taking into account that CAR_SENSOR_SIGNAL and CAR_ECU should be on NC channel, while DAC_GENERATED_SIGNAL should be on NO channel. I would like to figure best way to deal with switching these signals. What do you think about this approach?
Also there will be small delay when one signal is switched OFF while second one is still switching ON, so let's say that's 0.5ms. How can I ensure that in this brief moment voltage on CAR_ECU pin won't drop to 0? Some RC circuit in line with that pin?
