Skip to content

Up-Down Ramps

Related Config File Sections:

Some machines have ramps which can be moved up and down. Those mechanism typically act as a diverter and should be configured as such.

Hardware

image

Up-Down ramps either work with one coil or two coils. Single-coil ramps use the coil to move the ramp up or down temporarily Typically, they use a spring or gravity to move it back, However, since the coil has to stay energized those ramps can only be active for a short amount of time. Two-coil ramps only pulse one coil to move the ramp up or down. This poses the advantage that the ramp stays at one position without energizing a coil. However, this adds complexity (and a second coil) and is only used if the ramp has to stay at both positions for extended periods of time.

Some part numbers:

  • Getaway: B-12576 assembly
  • RFM: A-22989
  • Apollo 13: #500-6044-00-44 assembly
  • Golden Eye: #515-6494-00

Config

Up-Down ramps are configured like a normal diverter:

#! coils:
#!   c_ramp1_up:
#!     number:
#!   c_ramp2_up:
#!     number:
#!   c_ramp2_down:
#!     number:
diverters:
  up_down_one_coil:
    activation_coil: c_ramp1_up
    type: hold
  up_down_two_coils:
    activation_coil: c_ramp2_up
    deactivation_coil: c_ramp2_down
    type: pulse

Related How To guides:


Something missing or wrong? You can fix it!

This website is edited by people like you! Is something wrong or missing? Is something out of date, or can you explain it better?

Please help us! You can fix it yourself and be an official "open source" contributor!

It's easy! See our Beginner's guide to editing the docs.

Page navigation via the keyboard: < >

You can navigate this site via the keyboard. There are two modes:

General navigation, when search is not focused:

  • F , S , / : open search dialog
  • P , , : go to previous page
  • N , . : go to next page

While using the search function:

  • Down , Up : select next / previous result
  • Esc , Tab : close search
  • Enter : go to highlighted page in the results