Closed Oceanlig closed 2 years ago
I have a edible oil filling/bottling machine installed. It costs 1000$. It puts oil as per prescribed qty. And stops when the weight of bottle reaches say 1000 gram. I want to make that machine myself. I think it would be way too cheap. I have an accounting background. And don't know anything about it. But I think I can do it with some help
(thinking out loud) There are two distinct ways to tackle this.
The advantage of method 1 is that you can use relative small load cells e.g. 3x 500gr and measure it quite precise.
Three load cells could make a stable triangle construction.
500gr LC have a resolution of about 1 gr so that would be good, but note that they should also weigh the bottle and possibly part of the construction so maybe 4 x 500gr LC is better as the load cells are not at the end of their operational range. (good for long term stability)
Assuming the bottles are uniform in weight you could use the tare() function or better weigh each bottle when empty and use that as starting point. This latter method allows you to detect bottles that are outside the expected bottle weight e.g. because there is some pollution, or thinner glass whatever.
Weighing the supply is possible simpler in construction, but I expect less precise as (assumption) the bulk weighs 30Kg so it is difficult to reach the 1 gram accuracy.
Q1: I want to move this issue to https://github.com/RobTillaart/HX711 OK with you?
Q2: what kind of help do you expect from me? As this is not a "bugfix" request in the library.
Q3: which country are you from? (helps to 'align' discussion when we're both online - I live in the Netherlands)
If I use 4 500gr load cell. How much capacity can I fill. I mean upto how much weight. Like if I need to fill 10kg of liquid, then will this hold?
Q2. I am new to GitHub. So I don't know how to use it proper. You can move the issue to proper place. Q3. I live in india.
If I use 4 500gr load cell. How much capacity can I fill. I mean upto how much weight. Like if I need to fill 10kg of liquid, then will this hold?
No, the devices will be overloaded. I propose you do some reading how load cells work in detail. About working range precision etc. Think Adafruit has a good backgrounder. But many more exist.
GitHub is not the place to learn this. This library is about controlling the amplifier for the signals of load cells in software. GitHub is the place to discuss bugs or new features in that software. A better place might be the Arduino Forum.
@Oceanlig issue is moved to the HX711 library's own repo.
Like if I need to fill 10kg of liquid, ...
Than you need loadcells that add up to 15-20kg. Given that max precision is 0.1~1% would mean 10~100 grams or so.
That said it might be possible to use only one load cell and use pulley's, hinges and gears to scale down the forces of weight.
There are other ways too, filling a bottle can be monitored by
As there are no further questions I close this issue. Feel free to reopen it if you have more questions in the same context.
Can you give a full description of the issue ?