Weight Application - Terminolgy and Programming advice

Join Date
Jul 2007
Location
Kiruna
Posts
600
Hi there,

I have an application that I am struggling to find the correct terminology for.

From SCADA, the operator should have the ability to fill by time or by weight. If by time the pump will run for a fixed time.

If by weight I want to check that the weight has not changed by x kg in y seconds that the machine must be full so I can transition on to next step in sequence.

What is this called? Derivative perhaps? What would you call the parameters so an operator could understand easily what is happening.
 
Rate of Change. If Rate of Change = 0, then next step.

Thanks Keith. So for my 2 parameters on my HMI screen:

X: If weight increases greater than this much the machine is not full
Y: Check weight increase in this time

How would you name these variables?

Depending on the material being feed to machine the weight increase varies considerably over time.

Typically is there a built in instruction for "Rate of Change" in a PLC? I'm using Logix5000 controller and can only think of the DERV instruction but I don't think that will do what I need.

Is it just as simple as a taking a sample every Y seconds and comparing it against previous and if weight hasn't increased by X then advance the sequencer.
 
Thanks Keith. So for my 2 parameters on my HMI screen:

X: If weight increases greater than this much the machine is not full
Y: Check weight increase in this time

How would you name these variables?

Depending on the material being feed to machine the weight increase varies considerably over time.

Typically is there a built in instruction for "Rate of Change" in a PLC? I'm using Logix5000 controller and can only think of the DERV instruction but I don't think that will do what I need.

Is it just as simple as a taking a sample every Y seconds and comparing it against previous and if weight hasn't increased by X then advance the sequencer.


Are you simply looking for appropriate terminology for describing these variables to the operator via your HMI? If so, then how about:

X - Weight Differential
Y - Sample Interval
 

Similar Topics

I have an issue with an elevator being driven by a 525 where when the second shelf (of 8 tiers) gets loaded on to the conveyor the drive over...
Replies
11
Views
3,492
I'm just starting to learn about industrial automation processes, I want to know how a weight feeder unit works which consists of a load cell and...
Replies
14
Views
1,057
Hello Folks, plc : micrologix 1500 The analog output from the loadcell is given to the plc. Using the SCP function I have scaled it into an...
Replies
3
Views
755
Mechanical engineers ask me a question with which I have no experience. They asked me to select a servo motor 100kw for a cutting application...
Replies
8
Views
2,466
Hello everyone, I have a question in my mind. I am working on bag-filling process. Now i have a motor that brings goods and a loadcell. My...
Replies
36
Views
20,747
Back
Top Bottom