Belt scale, conveyors & Silos

grnick50

Lifetime Supporting Member
Join Date
Nov 2010
Location
Ptolemaida
Posts
332
Hello all,

I have to write a piece of software (S7-300) for the following:
A crusher feeds a conveyor which in turn feeds a system of moving conveyors to fill silos. The position of the conveyors is known using limit switches, therefore the information of which silo is being filled is known.
The task is to determine how much goes in which silo.
In the past we did this by making totalizers for each silo. Using the active silo information and the pulse from the belt scale, the totalizer incremented the quantity of each silo.

In this new project the beltscale is connected to the PLC using Profibus-DP. The information I have available is not a pulse but the beltscale running total.
Do you have a recomendation on how to achive the above explained functionality (the one with pulse)?

Regards
 
1. At the start of a Silo filling, save the BeltScale Running Total (Begin) for later use. Then the amount in the Silo 1 at any time is:

Silo 1 Total = Old Silo 1 Total + BeltScale Running Total (Current) - BeltScale Running Total (Begin).
 
You probably need to set up some way to plan for the rollover. When the Running Total approaches the rollover point (but before it reaches the roll-over point), save the current Running Total, then manually force a roll-over reset, and then make adjustments to all variables that are affected.
 

Similar Topics

Anyone have a modbus map for one of their Scale Integrators? They have lots of info on their website and state it has Modbus TCP but no Modbus...
Replies
0
Views
845
Hey everyone, Recently installed a Siemens BW500 belt scale on a conveyor, and everything is nearly wrapped up except that we can't seem to get...
Replies
4
Views
2,563
I need to calculate the running 12hr total for a belt scale. The belt scale running hour total is done in a Compactlogix PLC but not a 12hr total...
Replies
22
Views
4,232
Hi Everyone ! I am trying to develope a belt scale for my project. I have a load cell, wich gives a 0 - 10 V value, depending on the weight. 0...
Replies
2
Views
1,962
Hello, I have a servo motor running a conveyor belt system. I do not have the exact circumference of the head pully and therefore I get some...
Replies
5
Views
1,407
Back
Top Bottom