We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
I need an integrated DAC Sensor to measure frequency of a low frequency signal. The signal is a 3-phase sine wave at frequencies of 0-45 Hz. The signal voltage is frequency dependent (0-80 VAC). I haven’t found a signal conditioner that will accept this input range and give me a 0-10 VDC output.
Thought of building a Zero crossing (sine to square wave) circuit with an op-amp and feeding that to the frequency signal conditioner but was hoping that there was a signal conditioner that could measure the frequency of a sine wave directly.
Hello Gopher, welcome to the DigiKey TechForum.
I was unable to find any match to your description. Hopefully one of the Engineers will add their knowledge, and find something you can use.
I was going to suggest looking to the industrial control side of the house. DigiKey has a variety of 3-phase monitoring relays.
As an example, consider the first item in that list:
As I understand, this device is capable of monitoring all of your generator outputs. You will need isolation transformers to place your system voltage into the desired range. Also, I believe this product communicates with the Siemens Step-7 line of PLC.
Question:
Are you testing products like your VOLTURNUS or are you looking to integrate a small device into the final product. The Siemens may be a good choice for the first but not the second option unless we are talking about your Continental device.
For what’s it’s worth, an Arduino UNO has just enough processing power to monitor a single phase for RMS voltage, current, and phase angle. A more powerful processor should be able to handle all three phases. Unfortunately, as you implied in your note, there are high development costs associated with making your own power monitoring and control device.
Perhaps a low voltage transformer and a Schmidt trigger optocoupler such as this:
Be sure to run the transformer well below design voltage to avoid saturating the core at low frequencies. Also, include a diode clamp as the reverse voltage for the optocoupler is very low.
Sincerely,
Aaron
P.S. I should have specified, that the Arduino was sampling both the current and voltage waveforms. As I recall the limitation was the speed at which the ADC could switch and sample.