Ok!
Let us begin to solve this problem.
Please note this is my concept of solving this and you ma found some more suitable solution.
Now let us have an understanding of your problem first. Based on this we can solve the complete problem.
Matter given.
1. you have two inputs, let us name it input 1 & input 2. Both are DC
2. You have a threshold voltage to input 2, so when the input 2 reaches that threshold level, it has to be added to the output with input 1. ie it is connected in series.
Hope this is the problem description.
I am describing two methods (only concept, for actual implementation u have to work on the values of component. you can do, becoz u r an engineer)
Method 1
From the problem description input 2 has to be compared with a threshold value. So a comparator circuit is needed. then if it is higher than the threshold, it has to be added with the input 1 which is already available at the output. For this we can use a switching circuit followed by Summing amplifier.
have a look at this rough schematic
when the input 2 voltage level at INV terminal is less than NI terminal, th transistor will be conducting nd the voltage available at the input will be only saturation voltage. approximately zero. so out put of summing amplifier will be input 1+ 0 = input 1
but when the voltage at INV terminal is greater than NI, the transistor won't conduct. do the complete input 2 voltage will be available at the input of summing amplifier. So at the output of summing amplifier will be input 1 +input 2
thus your problem is solved. Note u can use a relay too for switching.....
Method 2
this method depends on what kind of threshold voltages that you are using. consider the figures below.
Here we uses the simple principle of unidirectional flow. using a battery, we put the diode in a reverse biased state and when the threshold of input 2 becomes larger, the effect of the battery is canceled and it will be forward biased. thus the conduction occurs. this can be fed into the input of summing amplifier along with input 1 as shown in figure.
the problem with this arrangement is that the voltage needed to overcome the reverse bias can't be added to summing amplifier. in order to rectify this, use this instead of comparator section in method 1 ( so that it will turn on the switching transistors). Hope that these answers are helpful.