- #1
kelly0303
- 580
- 33
Hello! I am trying to control a laser frequency (locking it to a cavity) using a servo (implementing a PID loop). The servo can output voltages between -10 V and 10 V while the laser can only take between -4 V and 4 V. What is the best way to make sure that the voltage to the laser stays below 4 V? The simplest would be to just use 2 resistances such that I can divide the output from the servo 40% and 60%, that way I am sure the 40% branch can only do between -4 and 4 V, but I wanted to double check if this is enough. Thank you!