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
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top