The project is presents automating a digital timer that basically measures time in milliseconds.
The need for this project : in power system protection lab we use a laboratory panel that simulate faults, and we use a various types of relays for protection and multiple options of TMS (Time multiplier setting) for each relay, and we measure the time for every option we set. Therefore the execution of the experiments would be much easier with an automated timer. In-addition the panel had an old-schooled mechanical timer with analog large scale display, the mentioned timer has stopped working again after repairment.
Therefore we needed a working timer with better efficiency and better display.
How does it work :
For the seek of automation the inputs and the outputs of the timer should be within the panel.
The old timer had four terminals two for start then pause and the other two for the reset, therefore the new timer should be customized with these four terminals.
The start/pause terminals has a voltage difference around 230 V AC for start and around 0 V AC for pause.
Converting this panel output for a suitable Arduino input was challenging.
For the seek of accuracy an extraordinary solution is needed, LDR (Light Dependent Resistor) on the Arduino side and very low power light on the panel side was the most suitable solution.
Comments