Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Think & Do Question

Status
Not open for further replies.

CarlClarke

Electrical
Joined
Apr 25, 2014
Messages
2
Location
GB
Hi all,
I am totally new to Think & Do software and in need of some help.
I have a Weighing stool with four load cells on and a tank. The tank is to be filled with water and weighed but I need to calculate the flow rate of water (different rates) going into the tank and display on my HMI. The data coming in for the weighing cells is serial data and I convert it from a string into floating points which are summed together to give total "gross" weight. So from this floating point, I would like to calculate the flow rate in KG/Min of the water when filling. The load cell capacities are 2000 KG each therefore the total stool capacity is 8000 KG. Hope someone can help thanks in advance :-)
 
You get a value from load cell.
Overall weight = always displayed
Start of flow = weight1 in time+0
Sample of flow = weight2 in time+1
Calculate flow = weight2 - weight1 in time(time+0 to time+1 = example 5sec)x12 = kg/min
Then after every 5secs do the calculation, then move weight2 into wieght1, after 5sec do calc again for a running flow kg/min

Probably missed something but above should get you in ballpark.
 
Is this for school? Homework posting is not allowed

TTFN
faq731-376
7ofakss

Need help writing a question or understanding a reply? forum1529
 
Thanks for your assistance controlsdude it's much appreciated and no IRstuff it is not homework as simple as it may be to you I am just looking at the certain flow chart instructions that think & do uses. I know what I want it to do but I am familiar with Allen Bradley and would have used the FIFO blocks with one shots updating the values at set intervals. So any help would be great. I see what you are doing controlsdude, but don't understand the "in time +0" and +1 part? Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top