🗊Презентация Physical Output

Категория: Физика
Нажмите для полного просмотра!
Physical Output, слайд №1Physical Output, слайд №2Physical Output, слайд №3Physical Output, слайд №4Physical Output, слайд №5Physical Output, слайд №6Physical Output, слайд №7Physical Output, слайд №8Physical Output, слайд №9Physical Output, слайд №10Physical Output, слайд №11Physical Output, слайд №12Physical Output, слайд №13Physical Output, слайд №14Physical Output, слайд №15Physical Output, слайд №16Physical Output, слайд №17Physical Output, слайд №18Physical Output, слайд №19Physical Output, слайд №20Physical Output, слайд №21Physical Output, слайд №22Physical Output, слайд №23Physical Output, слайд №24Physical Output, слайд №25Physical Output, слайд №26

Вы можете ознакомиться и скачать презентацию на тему Physical Output. Доклад-сообщение содержит 26 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





IMPLEMENTING IOE
Assist. Prof. Rassim Suliyev - SDU 2017
Описание слайда:
IMPLEMENTING IOE Assist. Prof. Rassim Suliyev - SDU 2017

Слайд 2





Physical Output
Make things move by controlling motors with Arduino
Servo-motors
Rotary actuator that allows for precise control of angular position
DC-motors
Converts direct current electrical power into mechanical power
Stepper-motors
Divides a full rotation into a number of equal steps
Описание слайда:
Physical Output Make things move by controlling motors with Arduino Servo-motors Rotary actuator that allows for precise control of angular position DC-motors Converts direct current electrical power into mechanical power Stepper-motors Divides a full rotation into a number of equal steps

Слайд 3





Brushed DC Motors
Simple devices with two leads connected to brushes (contacts)
Control the magnetic field of the coils
Drives a metallic core (armature)
Direction of rotation can be reversed by reversing the polarity
Require a transistor to provide adequate current
Primary characteristic in selecting a motor is torque
How much work the motor can do
Описание слайда:
Brushed DC Motors Simple devices with two leads connected to brushes (contacts) Control the magnetic field of the coils Drives a metallic core (armature) Direction of rotation can be reversed by reversing the polarity Require a transistor to provide adequate current Primary characteristic in selecting a motor is torque How much work the motor can do

Слайд 4





Brushless Motors
More powerful and efficient for a given size
Three phases of driving coils
Require more complicated electronic control
Electronics speed controllers
Описание слайда:
Brushless Motors More powerful and efficient for a given size Three phases of driving coils Require more complicated electronic control Electronics speed controllers

Слайд 5





DC Motor Parameters
Direct-drive vs. gearhead – built-in gears or not
Voltage – what voltage it best operates at
Current (efficiency) – how much current it needs to spin
Speed – how fast it spins
Torque – how strong it spins
Size, shaft diameter, shaft length
Описание слайда:
DC Motor Parameters Direct-drive vs. gearhead – built-in gears or not Voltage – what voltage it best operates at Current (efficiency) – how much current it needs to spin Speed – how fast it spins Torque – how strong it spins Size, shaft diameter, shaft length

Слайд 6





DC Motor Characteristics
When the first start up, they draw a lot more current, up to 10x more
If you “stall” them (make it so they can’t turn), they also draw a lot of current
They can operate in either direction, by switching voltage polarity
Usually spin very fast: >1000 RPM
To get slower spinning, need gearing
Описание слайда:
DC Motor Characteristics When the first start up, they draw a lot more current, up to 10x more If you “stall” them (make it so they can’t turn), they also draw a lot of current They can operate in either direction, by switching voltage polarity Usually spin very fast: >1000 RPM To get slower spinning, need gearing

Слайд 7





Driving DC Motor
To drive them, apply a voltage
The higher the voltage, the faster the spinning
Polarity determines which way it rotates
Can be used as voltage generators
Описание слайда:
Driving DC Motor To drive them, apply a voltage The higher the voltage, the faster the spinning Polarity determines which way it rotates Can be used as voltage generators

Слайд 8





Switching Motors with Transistors
Transistors switch big signals with little signals
Since motors can act like generators,
Need to prevent them from generating “kickback” into the circuit
Can control speed of motor with analogWrite()
Описание слайда:
Switching Motors with Transistors Transistors switch big signals with little signals Since motors can act like generators, Need to prevent them from generating “kickback” into the circuit Can control speed of motor with analogWrite()

Слайд 9





Driving a Brushed Motor
Описание слайда:
Driving a Brushed Motor

Слайд 10





Controlling Speed of DC-Motor
Описание слайда:
Controlling Speed of DC-Motor

Слайд 11





Servo-Motors
Allow accurately control physical movement
Move to a position instead of continuously rotating
Rotate over a range of 0 to 180 degrees
Motor driver is built into the servo
Small motor connected through gears
Output shaft drives a servo arm
Connected to a potentiometer to provide position feedback
Continuous rotation servos 
Positional feedback disconnected
Rotate continuously clockwise and counter clockwise with some control over the speed
Описание слайда:
Servo-Motors Allow accurately control physical movement Move to a position instead of continuously rotating Rotate over a range of 0 to 180 degrees Motor driver is built into the servo Small motor connected through gears Output shaft drives a servo arm Connected to a potentiometer to provide position feedback Continuous rotation servos Positional feedback disconnected Rotate continuously clockwise and counter clockwise with some control over the speed

Слайд 12





Servo-Motors
Описание слайда:
Servo-Motors

Слайд 13





Servo-Motors
Respond to changes in the duration of a pulse
Short pulse of 1 ms will cause to rotate to one extreme
Pulse of 2 ms will rotate the servo to the other extreme
Описание слайда:
Servo-Motors Respond to changes in the duration of a pulse Short pulse of 1 ms will cause to rotate to one extreme Pulse of 2 ms will rotate the servo to the other extreme

Слайд 14





Servo-Motors
Come in all sizes
from super-tiny
to drive-your-car
All have same 3-wire interface
Servos are spec’d by:
weight: 9g
speed: .12s/60deg @ 6V
torque: 22oz/1.5kg @ 6V
voltage: 4.6~6V
size: 21x11x28 mm
Описание слайда:
Servo-Motors Come in all sizes from super-tiny to drive-your-car All have same 3-wire interface Servos are spec’d by: weight: 9g speed: .12s/60deg @ 6V torque: 22oz/1.5kg @ 6V voltage: 4.6~6V size: 21x11x28 mm

Слайд 15





Servo Control
PWM freq is 50 Hz (i.e. every 20 millisecs)
Pulse width ranges from 1 to 2 millisecs
Описание слайда:
Servo Control PWM freq is 50 Hz (i.e. every 20 millisecs) Pulse width ranges from 1 to 2 millisecs

Слайд 16





Servo and Arduino
Описание слайда:
Servo and Arduino

Слайд 17





Use the Servo library
servo.attach(pin[, min][, max]) – attach the servo
pin- the pin number that the servo is attached to
min (optional) - the pulse width, in microseconds, corresponding to the minimum (0-degree) angle on the servo (defaults to 544)
max (optional) - the pulse width, in microseconds, corresponding to the maximum (180-degree) angle on the servo (defaults to 2,400)
servo.write(angle) – turn the servo arm
angle – the degree value to write to the servo (from 0 to 180)
Описание слайда:
Use the Servo library servo.attach(pin[, min][, max]) – attach the servo pin- the pin number that the servo is attached to min (optional) - the pulse width, in microseconds, corresponding to the minimum (0-degree) angle on the servo (defaults to 544) max (optional) - the pulse width, in microseconds, corresponding to the maximum (180-degree) angle on the servo (defaults to 2,400) servo.write(angle) – turn the servo arm angle – the degree value to write to the servo (from 0 to 180)

Слайд 18





Servo sweeper
Описание слайда:
Servo sweeper

Слайд 19





Controlling angle with pot
Описание слайда:
Controlling angle with pot

Слайд 20





Stepper Motors
Rotate a specific number of degrees in response to control pulses
Number of degrees for a step is motor-dependent
Ranging from one or two degrees per step to 30 degrees or more
Two types of steppers
Bipolar - typically with four leads attached to two coils
Unipolar - five or six leads attached to two coils
Additional wires in a unipolar stepper are internally connected to the center of the coils
Описание слайда:
Stepper Motors Rotate a specific number of degrees in response to control pulses Number of degrees for a step is motor-dependent Ranging from one or two degrees per step to 30 degrees or more Two types of steppers Bipolar - typically with four leads attached to two coils Unipolar - five or six leads attached to two coils Additional wires in a unipolar stepper are internally connected to the center of the coils

Слайд 21





Stepper Motors
Unipolar drivers always energize the phases in the same way
Single "common" lead, will always be negative. 
The other lead will always be positive
Disadvantage - less available torque, because only half of the coils can be energized at a time
Bipolar drivers work by alternating the polarity to phases
All the coils can be put to work
Описание слайда:
Stepper Motors Unipolar drivers always energize the phases in the same way Single "common" lead, will always be negative. The other lead will always be positive Disadvantage - less available torque, because only half of the coils can be energized at a time Bipolar drivers work by alternating the polarity to phases All the coils can be put to work

Слайд 22





Stepper Motors
Описание слайда:
Stepper Motors

Слайд 23





Driving a Unipolar Stepper Motor
Описание слайда:
Driving a Unipolar Stepper Motor

Слайд 24





Driving a Bipolar Stepper Motor
Описание слайда:
Driving a Bipolar Stepper Motor

Слайд 25





Arduino Stepper Library
Allows to control unipolar or bipolar stepper motors
stepper(steps, pin1, pin2, pin3, pin4) – attach and initialize stepper
steps: number of steps in one revolution of motor
pin1, pin2,  pin3, pin4: 4 pins attached to the motor
setSpeed(rpms) - Sets the motor speed in rotations per minute (RPMs)
step(steps) - Turns the motor a specific number of steps, positive to turn one direction, negative to turn the other
This function is blocking
wait until the motor has finished moving before passing control to the next line in sketch
Описание слайда:
Arduino Stepper Library Allows to control unipolar or bipolar stepper motors stepper(steps, pin1, pin2, pin3, pin4) – attach and initialize stepper steps: number of steps in one revolution of motor pin1, pin2, pin3, pin4: 4 pins attached to the motor setSpeed(rpms) - Sets the motor speed in rotations per minute (RPMs) step(steps) - Turns the motor a specific number of steps, positive to turn one direction, negative to turn the other This function is blocking wait until the motor has finished moving before passing control to the next line in sketch

Слайд 26





Arduino Stepper Library
Описание слайда:
Arduino Stepper Library



Теги Physical Output
Похожие презентации
Mypresentation.ru
Загрузить презентацию