element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Design Challenges
  • Challenges & Projects
  • More
Design Challenges
Forum Build a scale that has a display, tare function and be able to fire a relay to switch a valve
  • Forum
  • Documents
  • Polls
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 10 replies
  • Answers 8 answers
  • Subscribers 10 subscribers
  • Views 2396 views
  • Users 0 members are here
Related

Build a scale that has a display, tare function and be able to fire a relay to switch a valve

sgoodman
sgoodman over 6 years ago

Good morning all,

 

I am looking to build a filling scale that has the ability to be able to have the weight of the bottle removed with a TARE feature and to be able to signal a relay when we hit our fill weight to shut the flow off and repeat to fill hundreds of bottles.

 

Thanks

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 6 years ago +6 suggested
    There are many possible technologies and methodologies to perform this function that have been successfully employed in industry, including all the techniques mentioned so far. They all require significant…
  • e14phil
    e14phil over 6 years ago in reply to dougw +5 suggested
    Doug Has all the right questions here. I have had a luck with Arduino, A load cell and Amplifier HX711 and this Library. https://github.com/bogde/HX711 For more reading check out the article from our friends…
  • jw0752
    jw0752 over 6 years ago +5 suggested
    Hi Scott, It might be easier to use a stepper motor and a peristaltic pump so you can meter an exact amount of liquid that would be equivalent to the weight desired. The only sensor you would need would…
Parents
  • dougw
    0 dougw over 6 years ago

    There are many possible technologies and methodologies to perform this function that have been successfully employed in industry, including all the techniques mentioned so far. They all require significant knowledge to implement well, but the issues have been solved and the information is available. The learning curve cannot be avoided when designing a system but the real question is which method should be investigated, researched and learned? Because learning them all is a much bigger task.

    • peristaltic pump - does not contaminate the fluid
    • weight - can be a simple spring with a switch or strain gauges or a load cell with lots of circuitry and possibly software
    • timed valve (volume)
    • mass flow measurement
    • volume flow measurement
    • volumetric cut-off
    • fill level cut-off
    • Presssure measurement
    • float switch
    • spring switch
    • ultrasonic level measurement
    • acoustic resonance
    • conductive switch (level sensor)
    • video inspection
    • overflow switch
    • optical reflection
    • optical attenuation
    • radar level measurement
    • depth gauge
    • balance switch (when the balance starts to move, an optical switch is triggered)

    And there are many more - these are just the ones that immediately come to mind that I have used or researched. Each method could have a whole book full of theory, datasheets, app notes and examples. The best choice cannot be made without knowing the fluid and bottle characteristics and what is riding on the system performance.

    It may be possible to eliminate some of the learning curve by selecting subsystems that meet the requirements - for example it is difficult to design a strain gauge solution because the mechanics and electronics are tricky. A load cell is a ready-made strain gauge solution that includes some of the mechanical design but it is still tricky to make an accurate system. A set of scales with electronic output includes most of the tricky mechanical design and the scales can even have a tare function built-in. Of course as you get more complete systems, the price goes up and the device becomes less specifically designed for the application.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • dougw
    0 dougw over 6 years ago

    There are many possible technologies and methodologies to perform this function that have been successfully employed in industry, including all the techniques mentioned so far. They all require significant knowledge to implement well, but the issues have been solved and the information is available. The learning curve cannot be avoided when designing a system but the real question is which method should be investigated, researched and learned? Because learning them all is a much bigger task.

    • peristaltic pump - does not contaminate the fluid
    • weight - can be a simple spring with a switch or strain gauges or a load cell with lots of circuitry and possibly software
    • timed valve (volume)
    • mass flow measurement
    • volume flow measurement
    • volumetric cut-off
    • fill level cut-off
    • Presssure measurement
    • float switch
    • spring switch
    • ultrasonic level measurement
    • acoustic resonance
    • conductive switch (level sensor)
    • video inspection
    • overflow switch
    • optical reflection
    • optical attenuation
    • radar level measurement
    • depth gauge
    • balance switch (when the balance starts to move, an optical switch is triggered)

    And there are many more - these are just the ones that immediately come to mind that I have used or researched. Each method could have a whole book full of theory, datasheets, app notes and examples. The best choice cannot be made without knowing the fluid and bottle characteristics and what is riding on the system performance.

    It may be possible to eliminate some of the learning curve by selecting subsystems that meet the requirements - for example it is difficult to design a strain gauge solution because the mechanics and electronics are tricky. A load cell is a ready-made strain gauge solution that includes some of the mechanical design but it is still tricky to make an accurate system. A set of scales with electronic output includes most of the tricky mechanical design and the scales can even have a tare function built-in. Of course as you get more complete systems, the price goes up and the device becomes less specifically designed for the application.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube