Motor 393#

Introducción#

A Motor 393 is a DC motor controlled through a VEX Motor Controller 29 (MC29). The MC29 connects a Motor 393 to a 3-wire Brain port and controls how much power is sent to the motor.

A Motor 393 can spin forward or reverse and can be stopped. Unlike a Smart Motor, a Motor 393 does not report position, velocity, current, power, torque, efficiency, or temperature.

The VEX Motor Controller 29.

Below is a list of available Motor 393 blocks:

Actions — Stop and spin a Motor 393.

Settings — Adjust Motor 393 settings.

Motor de giro 393#

The spin Motor 393 stack block spins a Motor 393 forward or reverse forever. The Motor 393 will continue to spin until it is given another action, like spinning in a different direction or stopping.

girar [Motor393A v] [adelante v]

Parameters

Descripción

dispositivo

The Motor 393 to spin. Choose from the Motor 393 devices configured in the Devices window.

dirección

The direction the Motor 393 spins. By default, the choices are forward and reverse. Direction choices can change depending on the motor’s configuration.

cuando empezó
[Spin the Motor 393 forward for 1 second.]
girar [Motor393A v] [adelante v]
esperar (1) segundos
parada [Motor393A v]

Detener el motor 393#

The stop Motor 393 stack block stops the selected Motor 393 from spinning.

parada [Motor393A v]

Parameters

Descripción

dispositivo

The Motor 393 to stop. Choose from the Motor 393 devices configured in the Devices window.

cuando empezó
girar [Motor393A v] [adelante v]
esperar (1) segundos
parada [Motor393A v]

ajuste de velocidad del motor 393#

The set Motor 393 velocity stack block tells a Motor 393 how fast to spin. A higher percentage makes the Motor 393 spin faster and a lower percentage makes the Motor 393 spin slower.

Every project begins with each Motor 393 spinning at 50% velocity by default.

Note: A higher velocity makes the Motor 393 spin faster, but it may be less precise. A lower velocity makes the Motor 393 spin slower, but it can be more precise.

Establezca la velocidad [Motor393A v] en [50] [% v]

Parameters

Descripción

dispositivo

The Motor 393 to set the velocity of. Choose from the Motor 393 devices configured in the Devices window.

velocidad

The speed the Motor 393 will spin at. Percent uses whole numbers from 0% to 100%.

unit

The velocity unit: %.

cuando empezó
[Spin forward at the default velocity.]
girar [Motor393A v] [adelante v]
esperar (1) segundos
[Spin slower.]
Establezca la velocidad [Motor393A v] en (20) [% v]
esperar (1) segundos
[Spin faster.]
Establezca la velocidad [Motor393A v] en (100) [% v]
esperar (1) segundos
parada [Motor393A v]