PID Current Control for Laser Diodes

AI Thread Summary
Controlling pulsed current through a laser diode using a PID controller can be challenging due to the limitations of traditional PID devices in handling pulsed feedback and their frequency response. A PID control scheme implemented in a microcontroller can be effective if designed correctly, with the critical factor being the required speed of control. While PID controllers can manage pulsed inputs, a driver may be more suitable for specific applications. For those using FPGAs, discrete control systems can utilize PID control, but alternatives like Bang-Bang control may yield better results. Understanding the system's transfer function can aid in PID tuning, although it is not strictly necessary.
docomomanu
Messages
2
Reaction score
0
can we control the pulsed current flowing through a laser diode using PID controller?
 
Engineering news on Phys.org
Depends on what you mean by a PID Controller - if you mean a specific device, then probably not, they are not in general able to handle a pulsed feedback, if you are using a current measurement as a feedback element. Thay also do not typically have the frequency response needed. The feedback can be filtered - but then you are typically distorting the signal... However, a PID control scheme - implemented in a uController would work well, if properly designed. The critical design factor will be how fast do you need the control to be?
 
Although, I won't disagree completely with Wind, depending on the application the answer to your question is yes. PIDs often are aimed at controlling pulsed inputs/outputs. However, I think what you want, if I'm understanding correctly, is a driver. If this is a homework question then please move your post to the approiate discussion venue.
 
thank u windadct n introyble..

i want to control the current flowing through a laser diode., for this i am planning to write the code in vhdl for using it in FPGA...

so my problem here is..
is it quite necessary to find the transfer function for the system??
or any other method is there?
 
If you are using a FPGA then you are using discrete control. Discrete control systems can use PID type control, but sometimes (at least in the case of a Microchip Pic controlled line following robot buggy) we found that Bang-Bang control was the better option! In terms of knowing the transfer model of the function it can help with the control - and could prove beneficial if you want to do some PID tuning... You might be interested in reading about Kalman Filters & this PID controlled espresso machine is pretty cool! http://www.kickstarter.com/projects/zpmespresso/pid-controlled-espresso-machine
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top