element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Load controlled pneumatic ram
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 3 answers
  • Subscribers 664 subscribers
  • Views 1112 views
  • Users 0 members are here
  • raspberry_pi
Related

Load controlled pneumatic ram

ruddock984
ruddock984 over 6 years ago

Hi,

 

I am looking to create an application were I can use a pneumatic ram to apply a preset load to an object, the ram is going to be controlled via an electromagnetic 5/3 valve and a load cell is attached to the end of the ram. I am looking to use a raspberry pi for this system and was looking any information or similar projects which have be created.

 

Regards,

  • Sign in to reply
  • Cancel
Parents
  • michaelkellett
    0 michaelkellett over 6 years ago

    Is this to be a proportional valve ?

     

    Is the load dynamic. What sort of loop response time do you need.

     

    It would be much easier to help you if you explained the overall function of the system.

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ruddock984
    0 ruddock984 over 6 years ago in reply to michaelkellett

    Yes the valve is to proportional. The system is needed for cycle testing aircraft seats. A ram will act upon a armrest of a seat and the load cell will sense what load is being applied and once a certain load, a response is sent to the pi to retract the ram and repeat the process over a number of cycles.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • ruddock984
    0 ruddock984 over 6 years ago in reply to michaelkellett

    Yes the valve is to proportional. The system is needed for cycle testing aircraft seats. A ram will act upon a armrest of a seat and the load cell will sense what load is being applied and once a certain load, a response is sent to the pi to retract the ram and repeat the process over a number of cycles.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • michaelkellett
    0 michaelkellett over 6 years ago in reply to ruddock984

    You don't need a proportional valve for that and you may not need the load cell except for calibration.

     

    The last time I did this kind of test it was on a scale so it could check the load itself !

     

    Just use an on/off type of valve and flow restrictors to control the rate of operation and a pressure regulator to control the ultimate force.

     

    Use your load cell to check the force actually applied.

     

    You could close the loop by measuring fairly quickly and cutting off the air when the force limit is reached.

     

    I wouldn't use a Pi for this but a full blown PC with a maybe a development board (I would use an ST Nucleo but an Arduino would do as the interface.). There are better interface things around if you want simple of the shelf - Moxa make nice industrial IO modules.

     

    The hardest part will be the load cell to computer (whatever you use) interface - if you already have one obviously you'll use that but if not it won't be cheap.

     

    (The reason I would use a full PC is: you need a screen, keyboard, hard drive to store results etc - a suitable PC is cheap, will support any programming languages you like, has loads of storage capacity, can be easily networked etc. A PC does all this when you switch it on, with a Pi you have to mess about.)

     

     

     

    image

    Picture shows my scale testing rig, nothing fancy but worked OK (for >2M cycles). You can just about see the valve and flow restrictor on the right.

    The rig was tuned by the addition of weights and careful setting of the flow to get the correct rate of increase of the force on the DUT.

     

    MK

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ruddock984
    0 ruddock984 over 6 years ago in reply to michaelkellett

    Thanks for reply.

     

    https://www.youtube.com/watch?v=qiGkJaPnqFI . If you skip to 1:50 in the attached video , you will see what I am trying to create. I only thought about using a pi due to their simplicity and I'm open to using a PC and I am fairly familiar with using a PI The video shows what I am trying to create and looking to find what way to do this. I have a multitude of load cells available so no problem there.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 6 years ago in reply to ruddock984

    I'd stick with simple pressure and flow control with the load cell as a monitor. If I really felt I had to close the loop I would use an electrically controlled pressure regulator - to set the max cylinder pressure. You can buy these and all the pneumatic parts from loads of different places including Farnell and RS. You can buy the slotted aluminum stuff from similar places.

    On this sort of stuff, where the load cell and pneumatic parts will cost getting on for 2k I'd choose a real PC - it's easier to work with but you could do it with a Pi.

     

    Here's a link to Moxa's nice little daisy chain-able Ethernet boxes for IO

     

    https://www.iiotzone.com/iologik-e1200-series

     

    Is the video from your company or are you using it as a source of inspiration.

     

    MK

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
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