GE ultrasonic flow meter, how to connect?
i'm wondering best way connect flow meter arduino uno. ultrasonic flow meter multiple outputs.
http://www.ge-mcs.com/en/flow/ultrasonic-liquid/aquatrans-at868.html
http://www.ge-mcs.com/download/sensing-manuals/910-218d.pdf
i have experience hooking 10 dollar flow meter.
http://www.adafruit.com/product/828
the cheap model has voltage, ground, , signal output. can powered arduino, , connect signal pin 2 using interrupts. no problem.
the expensive model has sig (+) , rtn (-) outputs 4-20ma line , sig (+) , rtn (-) outputs frequency/totalizer line. has it's own power line.
i'm assuming frequency/totalizer line pulse line? can feed sig(+) line pin 2 , pulse line cheap model? if so, ground return line? better using 4-20ma analog line?
no, wish could, cannot test confirm. i'm building has flow meter overseas, need guess correctly first time. can make few code changes after fact, need understand how accept output arduino before send it.
http://www.ge-mcs.com/en/flow/ultrasonic-liquid/aquatrans-at868.html
http://www.ge-mcs.com/download/sensing-manuals/910-218d.pdf
i have experience hooking 10 dollar flow meter.
http://www.adafruit.com/product/828
the cheap model has voltage, ground, , signal output. can powered arduino, , connect signal pin 2 using interrupts. no problem.
the expensive model has sig (+) , rtn (-) outputs 4-20ma line , sig (+) , rtn (-) outputs frequency/totalizer line. has it's own power line.
i'm assuming frequency/totalizer line pulse line? can feed sig(+) line pin 2 , pulse line cheap model? if so, ground return line? better using 4-20ma analog line?
no, wish could, cannot test confirm. i'm building has flow meter overseas, need guess correctly first time. can make few code changes after fact, need understand how accept output arduino before send it.
stoutfiles wrote:
read on 4-20ma current loop interfaces, have been around in industrial automation many many years.
normally, if wish read 4-20ma signal voltage based analog input, place precision resistor across loop generate voltage proportional loop current. typically resistor 250Ω resistor. resistor needs or better 0.1%.
with 4-20ma loop, have 1 - 5 volt signal @ arduino ananlog input.
4ma develop 1 volt drop across 250Ω resistor.
20ma develop 5 volt drop across 250Ω resistor.
and between proportional.
also, think needed protection, if sensor mounted distance away or near other equipment generates emi.
____
paul
quote
so need guess correctly first timedon't guess when doing work this. research doing , calculate correct first time. guessing assumptions , lead frustration , errors.
read on 4-20ma current loop interfaces, have been around in industrial automation many many years.
normally, if wish read 4-20ma signal voltage based analog input, place precision resistor across loop generate voltage proportional loop current. typically resistor 250Ω resistor. resistor needs or better 0.1%.
with 4-20ma loop, have 1 - 5 volt signal @ arduino ananlog input.
4ma develop 1 volt drop across 250Ω resistor.
20ma develop 5 volt drop across 250Ω resistor.
and between proportional.
also, think needed protection, if sensor mounted distance away or near other equipment generates emi.
____
paul
Arduino Forum > Using Arduino > Sensors > GE ultrasonic flow meter, how to connect?
arduino
Comments
Post a Comment