lecture #5 - nyu tandon school of...

44
Lecture #5

Upload: others

Post on 17-Jun-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Lecture #5

Page 2: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Downward Shift in Signal Level: Zener Circuit —I

• A sensor outputs 12V when on. This signal needs to be scaled down so that it can be interfaced with BS2 for BS2 to register sensor off/on status.

• Solution: Consider zener diode circuit shown below.• A series circuit of a zener diode (NTE 135A or equivalent) and a resistor R is

connected to a 12V battery.• The zener is rated at 5.1V so, of the 12V input, 5.1V will be presented across

zener and the rest (6.9V) across R.• Select R to limit current sunk into BS2 I/O pin to less than 20mA. Let R= 1KΩ →

R

12V

Vout

mAmAvoltsI 209.61000

9.6 <<<<<<<<========Ω

Page 3: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Downward Shift in Signal Level: Zener Circuit —II

Page 4: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Upward Shift in Signal Level—I

• When a sensor outputs 0V (off) and 1V (on), a comparator can be used to interface the sensor to BS2.

• Comparator outputs a digital signal and works as follow.– When voltage input at comparator’s

noninverting terminal (V+) is higher than voltage input at comparator’s inverting terminal (V-), comparator output is equal to its upper saturating voltage.

– When V+ < V-, comparator output is equal to its lower saturating voltage.

– Positive feedback in a comparator introduces a hysteresis behavior in its I/O relationship and eliminates chattering (will study details later).

Page 5: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Floating Input Condition

• Suppose a button is connected to P0 as shown.

• When button is pressed, P0 is grounded so P0 status is low.

• When button is not pressed, P0 is not connected to anything– What will be P0 input level?

• P0 may indicate low, high, or continuously alter between the two states.– Floating input! → cannot distinguish

between button pressed/not-pressed.

Vdd

BS2

Vss

P0

Page 6: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Avoiding Floating Input Condition• Use the circuit shown to avoid floating input.• When button is pressed, P0 is grounded so P0 status is low.• When button is not pressed, 10KΩ resistor pulls P0 high.• → P0 low indicates button pressed and P0 high indicates button not

pressed.• A safer circuit will include the 270Ω resistor as shown to ensure that

current sourced by BS2 doesn’t violate the 20mA limit in case P0 is mistakenly made a High o/p pin.

Vdd

BS2

Vss

P0

10K Ω

Vdd

BS2

Vss

270 Ω

10K Ω

Page 7: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Pull up v/s Pull down Resistors• In the diagram on left, when button is not pressed, 10270Ω

resistance pulls P0 high. 10K is pull up resistor.– Button not pressed is indicated by P0 high.

• In the diagram on right, when button is not pressed, 10270Ωresistance connects P0 to ground. 10K is pull down resistor.– Button not pressed is indicated by P0 low.

Vdd

BS2

Vss

270 Ω

10KΩ Vdd

BS2

Vss

270 Ω

10KΩ

Page 8: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Pull down Resistor: Additional Insight

• When the switch is pressed, Vdd(+5V) is sensed at the input of P3.

• When the switch is released, Vss(0V) is sensed at the input of P3

• The 10KΩΩΩΩ resistor prevents a short circuit from Vdd to Vss

Page 9: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Basic Stamp Editor

• PBasic code for BS2 is written using Windows Stamp Editor: Stampw.exe.

• Stampw supports different versions of Basic Stamp.– It is necessary to tell Windows Editor, the version of Basic Stamp you

intend to use.

• When using BS2, begin your PBasic code with the following instruction:– ‘STAMP BS2

• If the PBasic code does not begin with the above instruction, then it must be explicitly stored using a filename with extension “.bs2”, e.g., BlinkLED.bs2.

Page 10: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Identifying the BS2

• Connect the BASIC Stamp carrier board to your computer with a serial cable.

• Power-up your BASIC Stamp carrier board.

• Use the Identify button to verify communications to your BASIC Stamp.

Page 11: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

• Once a program is entered, the Run button (or Ctrl-R) is used to tokenize and download the program to the BASIC Stamp.

Downloading or Running Code

The Editor will request you indicate The Editor will request you indicate the style of BASIC Stamp you are the style of BASIC Stamp you are using.using.

The style may be selected from the menu, The style may be selected from the menu, or by selecting your ‘color’ of your or by selecting your ‘color’ of your BASIC Stamp on the button bar.BASIC Stamp on the button bar.

DEBUG “Hello World”‘$STAMP BS2DEBUG “Hello World”

A A directivedirective will be added to the top will be added to the top of your code.of your code.

Page 12: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

DEBUG Window

• Programs may contain a DEBUG instruction. This instruction sends serial data back to the computer on the serial cable.

• When DEBUG is present in a program, a DEBUG window will open in the Editor to view the returning data.

• The DEBUG button may be used to manually open a DEBUG window.

Page 13: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: BS2 Memory Map —I

• BS2 has 32 bytes of RAM

• 26 bytes of RAM can be used for data/variables.

• 6 bytes are reserved for I/O:

• 2 bytes for INS register

• 2 bytes for OUTS register

• 2 bytes for DIRS register

Page 14: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: BS2 Memory Map —II

• Bit: 1 digit digital number (0 or 1)

• Nibble: A digital number containing 4 bits

• Byte: A digital number containing 8 bits (or 2 nibs)

• Word: A digital number containing 16 bits (or 4 nibs, or 2 bytes)

B24, B25W12

B2, B3W1

B0, B1W0

ByteWord

…… …… …… ……

13 digital words 26 bytes

Page 15: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial —Variable Types

OnOff var bit

InOutPins var nib

ADCin var byte

Count var word

Page 16: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Aside: Binary, Decimal, and Hexadecimal Numbers

770111660110550101

330011220010110001000000

440100

HexadecimalDecimalBinary

F151111E141110D131101

B111011A101010991001881000

C121100

HexadecimalDecimalBinary

Page 17: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: Assigning Data to BS2 Memory Locations

• b0=10 → byte size memory location #0 will store decimal number 10

• b0=%00001010 → byte size memory location #0 will store binary number 00001010 (equivalent to decimal number 10)

• b0=$0A → byte size memory location #0 will store hexadecimal number 0A (equivalent to decimal number 10)

Page 18: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: Working with Memory

• b1=20 → byte size memory location #1 will store decimal number 20

• With b0=10 and b2=20, use of b2=b0+b1 → byte size memory location #2 will store sum of b0 and b1

• Let b0=200 and b1=175. Then what is the result of b2=b0+b1?

Page 19: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: Working with Memory

• Recall byte size memory location can store any number 0 to 255.• 200+175 is 375, larger than 255!• (375)2 =00000001 01110111

upper byte lower byte

• Since only one byte memory location is available to store 375, the lower byte is saved in the memory and the upper byte is lost.

• The lower byte is equivalent to 119 in decimal number system.• Thus, use of

b3=375debug DEC b3will yield 119! Thus, need to use at least a word size variable to store numbers larger than 255.

01110111 = 27(0)+26(1)+25(1)+24(1)

+23(0)+22(1)+21(1)+20(1)

= 119

Page 20: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: Variable Declarations —I• When one uses commands such as

b0=10b1=20

BS2’s specific byte size memory locations are used to store 10 and 20.• A program is more readable when meaningful variables are used to

store data instead of just the memory registers.• For example, when one uses

length VAR bytewidth VAR bytearea VAR word

BS2 is asked to set aside two byte size memory locations for length and width variables and a word size memory location for the areavariable.

• Declaration of variables requires the size of memory needed to store the variable.

Page 21: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial: Variable Declarations —II

• Example:

length VAR byte

width VAR byte

area VAR word

length=15

width=25

area=length*width

debug “Area in DEC=” DEC area

• Debug window will correctly return 375 as the value of area since a digital word stores the area.

Page 22: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Debug Declaration and Constants

• When using the debug command to display numerical value stored in a variable, appropriate declaration must be used to tell BS2 the display format (decimal, binary, Hex, etc).– DEC: is used to display the result in decimal number systems.– BIN: to display the result in binary number system.– HEX: to display the result in hexadecimal number system.

• When a constant is to be stored in a user specified variable name, use the following syntax “var_name CON value”:

gain CON 6

which stores numerical value 6 in a variable name gain and tells BS2 to treat gain as a constant.

Page 23: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

BS2 Programming Tutorial —Variable Modifiers

Page 24: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

I/O Register Modifiers

• The I/O can also be addressed as nibbles, bytes or the entire word.

IN0OUT0DIR0

IN15OUT15DIR15

TO As BITS

INDOUTDDIRD

INCOUTCDIRC

INBOUTBDIRB

INAOUTADIRA

As NIBBLES

(High Byte)INH

OUTHDIRH

(Low Byte)INL

OUTLDIRL

As BYTES

INSOUTSDIRS

As 16-BitWORDS

Page 25: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

I/O Registers —DIRS

DIRS: 1 for output, 0 for input

DIRLDIRHDIRADIRBDIRCDIRD

0123456789101112131415

• DIR0=0 and DIR1=1 → P0 is input pin and P1 is output pin, respectively.

• DIRA=%0110 → P0: input, P1: output, P2: output, P3: input– This can also be written as DIRA=6; however clearly binary form is more

readable.

Page 26: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

I/O Registers —OUTS

OUTLOUTHOUTAOUTBOUTCOUTD

0123456789101112131415

• OUT0=0 and OUT1=1 → P0 is driven low and P1 is driven high, respectively.

• OUTA=%0110 → P0: low, P1: high, P2: high, P3: low• Aside: INS works similar to OUTS. INS is used to access state of

various input pins.

OUTS: 1 high, 0 for low

Page 27: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

• Consider the following diagram with 4 LEDs connected to P0-P3 where BS2 sources current.

Vdd P0

P1

P2BS2

P3

Vss

Dealing with Outputs —I

Page 28: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

high 0pause 100low 0

output 0high 0

out0=1

Ledpin CON 0output Ledpinhigh Ledpin

Dealing with Outputs (P0) —Code Examples

Vdd P0

P1

P2BS2

P3

Vss

high 0

Page 29: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Ledpins Var nibfor Ledpins = 0 to 3

output Ledpinshigh Ledpinspause 1000low Ledpins

next

Ledpins Var NibFor Ledpins = 3 to 0

output Ledpinshigh Ledpinspause 1000low Ledpins

next

Dealing with Outputs (P0 to P4) —Code Examples

Vdd P0

P1

P2BS2

P3

Vss

Page 30: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

LEDs Var OutLDirL = %00001111LEDs = %00000001FwdDisp:LEDs = LEDs<<1If LEDS = 00001000 then

RevDispGoto FwdDispRevDisp:LEDs = LEDs>> 1If LEDs = 00000001 then

FwdDispGoto RevDispEnd

Forward/Backward LED Display

Vdd P0

P1

P2BS2

P3

Vss

Page 31: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

• Given a byte size variable BytVar, to create a variable to get lower nibble value of BytVar use

LowNib_BytVar VAR BytVar.LOWNIB

• To determine if a number stored in a counter variable “Ctr” is odd/even, create an alias:

Lowbit_Ctr VAR Ctr.LOWBIT

or Ctr.BIT0– Now if Lowbit_Ctr is 1, the number in Ctr is odd else it is even!

Creating Alias for a Variable

Page 32: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

2’s Complement Framework for Negative Numbers —I

• Let us restrict ourselves to working with NIB for now.• For positive numbers: one NIB can give decimal numbers 0 to 15• In order to use both positive and negative numbers:

– we use the 3 low bits to encode the number– we use the MSB to encode the sign of number, 0 for +ve and 1 for –ve

• Now we can store decimal numbers 0 to 7.• For positive numbers: we have

0000000011001020011301004010150110601117

Page 33: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

2’s Complement Framework for Negative Numbers —II

• Now for negative numbers, we use the following methodology.• Let us say we are given a number: 1010• Since the MSB is 1, we know we are dealing with a –ve number.• To get the decimal equivalent of 1010, we first subtract 1 from 1010. For

this, we get the decimal value of 1010 considering the NIB is being used to store 0 to 15:– 101010 so 10-1=91001

• Now we take the binary representation of 9 and invert each one of its bits, which yields:– 0110, whose decimal equivalent is 6.

• The negative number for 1010 is –6!

Page 34: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

2’s Complement Framework for Negative Numbers —III

• Decimal representation of 4-bit binary number where MSB is used to encode sign of number

2 1 2 2

2 1 2 2

2 1 2 2

2 1 2 2

1001 9 8 1000 0111 71010 10 9 1001 0110 61011 11 10 1010 0101 51100 12 11 1011 0100

B D D B InvB B D

B D D B InvB B D

B D D B InvB B D

B D D B InvB B D

→ → → → →−→ → → → →−→ → → → →−→ → → →

2 1 2 2

2 1 2 2

2 1 2 2

41101 13 12 1100 0011 31110 14 13 1101 0010 21111 15 14 1110 0001 1

B D D B InvB B D

B D D B InvB B D

B D D B InvB B D

→−→ → → → →−→ → → → →−→ → → → →−

Page 35: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

2’s Complement Framework for Negative Numbers —IV

•Compute 7-5 = ?

–To get –5, use the following:

–So

–So if we form

but nib can store only the lower 4 bits of above

–So we get the correct answer: 7-5=2 !!

2

7 11

7 5 0111 1011 18 10010D B− = + = →

7 01115 0101

ab

=

=

2 2 1 25 0101 1010 10 11 1011D B InvB B D D B+− → → → → →25 1011 11B D− →

00102

In decimal system

Page 36: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

2’s Complement Framework for Negative Numbers —V

•To compute 5-7 = ?

•Using the table:

•Then,

•Again, from table

–Since highest bit of nib is 1, we have a negative number.

5 0101 57 1001 9=

− =

5 ( 7) 0101 1001 5 9 14+ − = + + =

214 1110 2D B→ −

Page 37: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Bit Inversion using Exclusive OR Operator

•The exclusive OR operator “^” works on a bit-wise basis.

•^ compares corresponding bits in its two arguments:

–set the result bit for current location to 1 if either of the two bits in argument are 1

– set the result bit for current location to 0 if both bits in argument are 1

•Implementing bit inversion using ^:

– given a = 1010, to invert all bits use: 1010^1111→0101

Page 38: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •
Page 39: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Servo Motor — I

• DC motors with feedback position control

• As long as the coded signal exists on the input line, the servo will maintain the angular position of the shaft

• As the coded signal changes, the angular position of the shaft changes

Page 40: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Servo Motor — II

Page 41: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Servo Motor Wiring

This pin can be any I/O pin

Page 42: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Servo Motor with BS2 — II

When more than 2 servos are to be connected, need to use additional capacitors across Vdd and Vss.

Board of Education Rev BCaution: Do not connect servo here when using wall transformer or 9V battery. Servo is to be connected here only when using AA battery pack with ≤≤≤≤ 6V.

Page 43: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Servo Motor: How It Works? — IX var byteOutput 12

Here:For X = 1 to 100Pulsout 12, 500Pause 10NextPause 500

For X = 1 to 100Pulsout 12, 1000Pause 10NextPause 500

Goto Here

Pulsout Pin #, Duration

12 is pin number of BS2500 means 1milisecond

!! CautionFix the Durationbetween 500 to 1000

Page 44: Lecture #5 - NYU Tandon School of Engineeringengineering.nyu.edu/mechatronics/Control_Lab/ME3484/Lecture5.pdf · Lecture #5. Downward Shift in Signal Level: Zener Circuit —I •

Servo Motor: How It Works? — IIFOR counter = 1 to 150

pulsout 14, 1000pause 20

NEXT

FOR counter = 1 to 150pulsout 14, 500pause 20

NEXT

FOR counter = 1 to 150pulsout 14, 750pause 20

NEXT