pulse to analog to totalizer?

scstroud

Member
Join Date
Jan 2008
Location
york sc
Posts
16
I have a weather station with a rain bucket. it gives 1 pulse for .01 inches of rain. Don't know why but it has a pulse convertor. Converts 0-32 pulses to 4-20 mA. analog goes to a AB PLC5 analog card. What kind of conversion needs to be done in the logic to totalize this for a 24 hour period or a month , etc. ? thanks in advance for your help.
 
Thanks Ken, Do you think it would be able to count the pulses in a downpour? I don't know, guess I could try it, but that would be too easy
 
You don't need to worry too much about this one. If each pulse is 0.01 inch of rain then take the pulse directly into your PLC input. Just count them over the time period of interest and you are in busines.

A high speed input isn't going to be required:

Assume 10" of rain per hour
10 in/hr / 0.01 in/pulse = 1000 pulse/hour
1000 pulse/hour / 3600 sec/hour = 0.278 pulse/sec
1 / 0.278 pulse /sec = 3.6 sec/pulse

If you get more than 10" of rain in an hour your PLC will be the least of your problems.
 

Similar Topics

Good Morning, Customer has given me a PAX2D Red Lion timer to read and display the speed of a motor. The drive only has analog outputs, but the...
Replies
6
Views
2,568
I am trying to figure out how to take a analog signal (flow) and generate a pulse very 1000 gallon for a flow totalizer on my panel. Using...
Replies
16
Views
4,083
Hi all, I want to convert analog speed to digtal speed. In my application, I have analog speed ref. from (0..16384) i want to convert it to...
Replies
4
Views
1,546
Okay, So I need to move a Z axis to pick and then place 4 tiers of product. The pick is always at same location, the place will have 4 different...
Replies
1
Views
2,974
Given the variety of opinions about the wisdom and feasability of totalizing an analog flow signal I ran a test by totalizing both the analog flow...
Replies
0
Views
3,434
Back
Top Bottom