Sign in to follow this  
Followers 0
ECSI

Totalizing

2 posts in this topic

Hi I have an Omron CJ1M-CPU12 PLC with analog inputs from a belt scale system. The 4-20 mA input gives me a present reading in tonnes per hour (TPH). This input is constantly changing with the amount of material going across the belt. I need to take this TPH reading and give the customer a readout in total tonnage. Do any of you have a good working formula or ladder logic to determine an accurate tonnage reading? Thanks in advance! Paul

Share this post


Link to post
Share on other sites
Ummmh..... Off the top of my head, without checking the formula for accuracy: 1. Setup a one minute clock. 2. Every minute divide the analog input by 60. 3. Move result to a spare DM. 4. Add result to previous total. 5. Move total result to previous total location. 6. Previous total location represents current total tonnage. 7. For more accurate results, set up a one second clock and divide by 3600.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0