Search Header Logo
Vex V5 Control Systems

Vex V5 Control Systems

Assessment

Presentation

Engineering

10th Grade

Practice Problem

Easy

Created by

REBECCA HUMBARGER

Used 4+ times

FREE Resource

7 Slides • 7 Questions

1

Vex V5 Control Systems

By REBECCA HUMBARGER

2

A system in which the output does not control the action of the system; a non-feedback system.  

open loop control system

A system in which the output controls the action of the system; a feedback system.

closed loop control system

media
media

3

Multiple Choice

Which type of system is known as a feedback system?

1

open loop control system

2

closed loop control system

3

both of these

4

neither of these

4

Multiple Choice

An open loop control system is one in which

1

there is no output

2

the output controls the action of the system

3

the output does not control the action of the system

4

the length of the cycle is not pre-determined and varies from use to use

5

  • Input. (a predetermined set of instructions for the robot to follow, i.e. the code)

  • Controller. (the brain)

  • Controlled process. (e.g. the purpose of the action you want the robot to perform)

  • Output. (the end result of the predetermined set of instructions, completed without feedback)

Open Control Loops have 4 parts:

6

Multiple Choice

Why is it useful to set up an open control loop for performing a process?

1

when you turn it on it will stay on and do only one thing until you turn it off, like a fan

2

to adapt its behavior until a desired end-result is reached

3

to detect feedback from the system and modify future behavior

4

it will perform a task without an operator once it has started without feedback

7

The Vex V5 brain is programmed using the coding language called Python in the editor found at https://codev5.vex.com/.

media

Programming the brain

8

The Python code is programmed using text in the V5 editor. It is standard practice to set up a header composed of comments in any python program.

media
media

9

Reorder

Reorder the following parts of the header in Python code:

line of dashes followed by a blank line

author

date created

description

blank line followed by a line of dashes

1
2
3
4
5

10

The first thing you will do when coding is add devices you have on your robot, including smart motors, bump switches, sonor sensors, vision sensors, magnets, or pens.

media
media

11

A closed-loop control system is more complicated. it includes steps for the following:
Input: Baseline reading or measurement.

  • Controller: Device that responds in specific ways depending upon the input.

  • Control Signal: Message sent by the controller to the actuator depending upon what conditions were met.

  • Actuator: Device that responds to a control signal.

  • Process: Operation or activity resulting from the actuator performing its function.

  • Output: Controlled condition or state resulting from the intended process.

  • Feedback: Measurements reported to the controller to determine whether the output has met the desired criteria.

media

12

Fill in the Blanks

13

Match

Match the closed control loop used in aelectric oven to the actual aspects of how a stove operates.

controller

control signal

actuator

process

output

device that responds to feedback

message from controller to actuator

device that responds to control signal

activity resulting from the actuator

state resulting from the process

14

Fill in the Blanks

Vex V5 Control Systems

By REBECCA HUMBARGER

Show answer

Auto Play

Slide 1 / 14

SLIDE