17. Applications and Implications, Project Development

Automatic Manometer Filling Conveyor

What will it do?

The project is an automated conveyor belt system designed to fill glycerin into analog pressure gauges (manometers). It can handle different sizes of manometers by adjusting the Z-axis of the filling station accordingly. The system uses three laser-LDR interruption sensors:

  • The first detects if a manometer is present on the conveyor.
  • The second triggers a height adjustment for the Z-axis, based on the detected size of the manometer.
  • The third stops the conveyor once a filled manometer reaches the end, ready to be picked up.
  • A weight system is implemented to know when to stop the filling process once reached the desier weight.
The main structure is made from 3mm aluminum, while other mechanical components are 3D printed.

Who has done what beforehand?

Many automated filling and conveyor systems exist in the manufacturing industry, especially for packaging and bottling. However, this project is unique in its small-scale implementation, specific use-case for manometers.

What will I design?

  • A custom aluminum and 3D printed conveyor belt system
  • A Z-axis with 2 nema17 for adjusting the filling nozzle height
  • Mounts and holders for the LDR-laser sensors
  • The manometer filling nozzle
  • The electronic control system and PCB

What materials and components will be used?

    Component Quantity Notes / Specifications
    Microcontroller
    Seeed Studio Xiao RP23501
    Motors and Drivers
    Nema 17 3Stepper motors (Motor 1, 2, 3)
    A4988 Driver3Stepper motor driver
    220μF / 50V Capacitor3
    Sensors and Inputs
    LDR (photoresistor)4Interruption sensors with laser
    5V Laser module4Laser emitter for LDR
    Resistors 10Voltage dividers for LDR & LM393
    Load Cell HX711 1For filling system
    Actuators
    12V Peristaltic pump1For filling system
    MOSFET (IRF540)1Pump control
    Diode (1N5899)1

    Where will they come from?

    Components will be sourced from local electronics/hardware stores, online platforms like Amazon, Unit electronics, MercadoLibre in Mexico and Fab Lab inventory for materials.

    What parts and systems will be made?

    • Conveyor belt structure
    • Z-axis height adjustment system
    • Sensor mounting mechanisms
    • Custom control PCB
    • Embedded firmware
    • 3D printed nozzle and mounts

    What processes will be used?

    • 3D design
    • WaterJet cutting
    • laser cutting
    • 3D printing
    • PCB design and fabrication
    • Soldering and electronics assembly
    • Embedded programming

    What questions need to be answered?

    • How precise does the Z-axis adjustment need to be?
    • Will the pump consistently fill the correct amount of glycerin?
    • What is the best method to detect manometer size?
    • How should errors like missing gauges or overfill be handled?
    • Are the motors fast and strong enough for the task?

    How will it be evaluated?

    • System detects and fills manometers of various sizes
    • Accurate height adjustment of the Z-axis
    • Proper operation of the conveyor and stop detection
    • Consistent and safe glycerin filling

    What tasks have been completed?

    • First prototype made of MDF
    • Sensor and microcontroller selection
    • Testing of LDR-laser sensor logic
    • Prototype of Z-axis movement
    • Partial assembly of conveyor frame
    • PCB design and soldering

    What tasks remain?

    • Final mechanical assembly
    • Firmware and logic implementation
    • Pump integration and glycerin calibration
    • System calibration and full testing
    • Final documentation and project presentation

    What has worked? What hasn't?

    Worked:

    • LDR-laser detection
    • Z-axis motor movement control
    • Xiao RP2350 control logic and communication

    Hasn't worked yet:

    • Consistent detection of manometer sizes
    • Accurate and repeatable glycerin filling
    • Accurate weight sensing

    What questions need to be resolved?

    • What is the most reliable method for detecting manometer height?
    • How to prevent dripping or overfilling during filling?
    • How precise is the load cell for weight verification?
    • What kind of pump maintenance is required over time?