Module#

Introduction#

The VEX AIR Hornet features a module Port, which can slot in various VEX AIR Mission Modules. These allow the Hornet to drop and hold different payloads.

Below is a list of available blocks:

Actions

Action#

drop/hold object#

The drop/hold object block performs an action with the attached Motorized or Magnet Mission Module.

For the Motorized Mission Module,

  • drop raises its hook releasing any hooked object.

  • hold lowers its hook so objects can be attached.

For the Magnet Mission Module,

  • drop extend its lever and detach the payload from its magnet.

Note: This block will prevent any blocks after it from running for about one second.

move forward stack block#
    module [drop v] object

Parameters

Description

state

The state to put the Mission Module in:

  • drop
  • hold

Example

Example coming soon!