LEGO Grammar. Version 1.7

Size: px
Start display at page:

Download "LEGO Grammar. Version 1.7"

Transcription

1 LEGO Grammar. Version 1.7 Parameterized context sensitive directional graph grammar designed to handle thee-dimensional structures assembled from LEGO blocks, axles, wheels, motors and batteries. Examples of the elements which can be handled by the grammar is shown below:

2 Grammar vocabulary is { MECHANISM, Module, Connect, Block, Element, Disk, Pole, PegPair, BorderPair, Snap, Insert, TInsert, GTrans, Beam, Brick, Plate, Battery, Motor, Wheel, Gear, Axle, PozX, PozY, SizeX, SizeY, Len, Diam, Teeth, Hole (, ), [, ], ;}. Starting word of the grammar is {MECHANISM}. Terminal words of the grammar are { Snap, Insert, TInsert, GTrans, Beam, Brick, Plate, Battery, Motor, Wheel, Gear, Axle, SizeX, SizeY, Len, PozX, PozY, Diam, Teeth, Hole (, ), [, ], ;}. Terminal words ( )[ ], and ; are used only to make sentences easier to read by people, so most often they will be ignored on the derivation and syntax trees. Terminals PozX, PozY, SizeX, SizeY, Len, Diam, Hole and Teeth are parameters. SizeX used to specify the number of pegs on the LEGO piece in the X direction. SizeY used to specify the number of pegs on the LEGO piece in the Y direction. Terminals PozX and PozY describe the location of the peg on the LEGO Block by giving its coordinates relative to the origin of the Block. PozX can alternate between 1 and SizeX of the Block. PozY can alternate between 1 and SizeY of the Block. SizeX and SizeY belong to the set {1, 2, 4, 6, 8, 10, 12, 16}. This set can be modified according to the LEGO brick standards. Len used to specify the number of pegs on the LEGO Beam or the length of an Axle measured in the peg sizes. It belongs to the set {2, 4, 6, 8, 10, 12, 16}. Hole defines the number of the hole in the Beam in to which Axle is inserted. It can alternate between 1 and (Len - 1). Diam reflects the diameter of the wheel and belongs to the set {17, 30, 43}. Teeth represent the number of teeth on the LEGO Gear. This number also uniquely defines the diameter of the Gear. It belongs to the set {8, 16, 24, 40} MECHANISM, Module, Element, Block, Disk, Pole, Beam, Brick, Plate, Battery, Motor, Wheel, Gear and Axle are the nodes of the graph grammar. Module is representing the number of Elements connected together. Element represents a single LEGO peace. Grammar includes three categories of LEGO elements, namely Block, Disk and Pole. Block represents a rectangular LEGO peace with pegs on one side. It is obvious that Brick and Plate are the LEGO Blocks with N*M size, where N and M can range from 1 to 16. However Brick is 3 times higher than Plate. Beam is the LEGO Block with 1*N size, where N can range from 2 to 16. Beam has the same height as a Brick but it also has holes in it. Battery and Motor also belong to the Block category, but they have some special properties. Battery size is (14,4) or (4,14) and it is 4 Bricks high (12 LEGO heights units). Motor size is (5,4) or (4,5) and it is 2 Bricks and one Plate high (12 LEGO heights units). Also Wheel and Gear can be attached to the Motor.

3 Relative sizes of the Battery and Motor shown on the second picture. Wheel and Gear are two types of Disks. I believe their names are self-explanatory. Only Axle belongs to the category of Pole, but this category may be extended when more LEGO pieces are added to the grammar. Examples of all Elements are shown on the first picture. Connect, Snap, Insert, TInsert and GTrans are the edges. Snap is directed edge. It represents the way Blocks are connected together. Arrow is pointing from the Block which provides pegs to the Block that provides connection surfaces. Snap connection defined by one or two PegPairs. If connection established over 1 peg than one BorderPair (special type of PegPair) is used to define the connection. If connection established over 2 or more pegs than two PegPairs are used to define the connection. PegPair is used to define the Pair of corresponding pegs in the connection [(PozX1, PozY1); (PozX2, PozY2)]. Illustration of the peg coordinates is shown in the third picture. (PozX1, PozY1) defines the peg on the Block witch provides pegs and (PozX2, PozY2) defines the peg on the Block which provides connection surface.. So peg on the Block Snap is pointing to always defined second in the PegPare.

4 Example of the Snap connection is shown on the forth picture. Insert is undirected edge. It represents the way Axle is connected to the Beam. First parameter of the Insert is number of Hole in which Axle is inserted. Second is the distance from the point of origin of an Axle to the connection in LEGO peg units. Example of the Insert connection is shown on the fifth picture. TInsert is undirected edge. It represents the way Axle or Motor is connected to the Gear or Wheel. TInsert stands for tight insert. Parameter of the TInsert is the distance from the point of origin of an Axle to the connection in LEGO peg units. Example of the TInsert connection is shown on the sixth picture.

5 GTrans is undirected edge. It represents the way two Gears are connected together. GTrans stands for gear transmission. GTrans does not have any parameters, but it constrains relative positioning of the Axles to which gears are attached. In order to validate GTrans one should calculate the distance between candidate Axles and than locate the closest value in the Distance table. Connection is valid if and only if the difference between these values less than 1 mm. Table of Distances between axles for different gear connections: Gear 1 (#Teeth) Gear 2 (#Teeth) Distance (mm) Example of the GTrans connection is shown on the seventh picture. Distances between axles can be calculated from the chart presented below. All valid Axle locations shown as a red dot and X*Y distances specified on the axis. Couple valid positionings is shown for 40 to 40 and 8 to 16 teeth Gear connections.

6 Axles positioning chart: Distance Between Holes in Y Direction *40 teeth 8*16 teeth Distance Between Holes in X Direction

7 This Grammar has following roles: MECHANISM => Module Module => Module or Element Connect Module Module => Module or Module Connect Module Module Module Element => Block or Disk or Pole Block => Block or Block Connect Snap [BorderPair] Snap [PegPair, PegPair] Block Block Block Disk => Gear (Teeth, 1) or Gear (1, Teeth) or Connect GTrans GTrans Disk Gear (Teeth, 1) Gear (1, Teeth) Element => Beam (Len, 1) or Beam (1, Len) or Connect Insert [Hole,Len] Insert [Hole, Len] Pole Axle (1, Len) Axle (Len, 1) Wheel (Diam, 1) or Wheel (1, Diam) or TInsert [Len] TInsert [Len] Axle (1, Len) Axle (Len, 1) Gear (Teeth, 1) or Gear (1, Teeth) TInsert [Len] TInsert [Len] Axle (1, Len) Axle (Len, 1) Disk => Motor (4, 5) or Motor (5, 4) or Connect TInsert [1] TInsert [1] Motor Wheel (Diam, 1) Wheel (1, Diam) Motor (4, 5) or Motor (5, 4) or TInsert [1] TInsert [1] Gear (Teeth, 1) Gear (Teeth, 1) Pole => Axle (Len, 1) where Len {2, 4, 6, 8, 10, 12, 16} or Axle (1, Len) where Len {2, 4, 6, 8, 10, 12, 16} Disk => Wheel (Diam, 1) where Diam {17, 30, 43} or Wheel (1, Diam) where Diam {17, 30, 43} or Gear (1, Teeth) where Teeth {8, 16, 24, 40} or Gear (Teeth,1) where Teeth {8, 16, 24, 40}

8 Block => Beam (Len, 1) where Len {2, 4, 6, 8, 10, 12, 16} or Beam (1, Len) where Len {2, 4, 6, 8, 10, 12, 16} or Motor (4,5) or Motor (5,4) or Battery (14,4) or Battery (4,14) or Beam (1, Len) where Len {2, 4, 6, 8, 10, 12, 16} or Plate (SizeX, SizeY) where SizeX, SizeY {1, 2, 4, 6, 8, 10, 12, 16} or Brick (SizeX, SizeY) where SizeX, SizeY {1, 2, 4, 6, 8, 10, 12, 16} PegPair => (PozX, PozY); (PozX, PozY) where PozX {1.. SizeX}, PozY {1.. SizeY} for each Block BorderPair => (1, PozY); (SizeX, PozY) or (SizeX, PozY); (1, PozY) or (PozX, 1); (PozX, SizeY) or (PozX, SizeY); (PozX, 1) where SizeX, SizeY {1, 2, 4, 6, 8, 10, 12, 16} PozX {1.. SizeX}, PozY {1.. SizeY} for each Block

9 Example of the Mechanism with a Assembly Graph. MECHANISM LEGEND Beam Plate Brick Wheel Gear Axle Motor Battery Assembly Graph GTrans TInsert[1] Gear(40) Gear(8) Motor(5,4) Insert[7] Wheel(44) Snap[(6,1)(5,1);(2,1)(1,1)] Snap[(1,1)(1,13);(1,2)(1,14)] TInsert[1] TInsert[8] Snap[(1,1)(1,1);(1,2)(1,2)] Snap[(6,1)(5,1);(2,1)(1,1)] Wheel(30) Plate(6,8) Battery(4,14) Axle(8,1) Insert[2] Snap[(1,1)(6,1);(2,1)(2,6)] Snap[(1,1)(4,13);(1,2)(4,14)] TInsert[8] TInsert[1] Insert[2] Insert[7] Wheel(30) TInsert[10] Axle(10,1) Wheel(44)

10 ASSEMBLY GRAPH DERIVATION LEGEND Derives Derives (several steps) Connect Snap Mechanism Module Element Block Disk Pole Beam Plate Brick Wheel Gear Axle Motor Battery

11

12 GTrans TInsert[1] Gear(40) Gear(8) Motor(5,4) Insert[7] Wheel(44) Snap[(6,1)(5,1);(2,1)(1,1)] Snap[(1,1)(1,13);(1,2)(1,14)] TInsert[1] TInsert[8] Snap[(1,1)(1,1);(1,2)(1,2)] Snap[(6,1)(5,1);(2,1)(1,1)] Wheel(30) Plate(6,8) Battery(4,14) Axle(8,1) Insert[2] Snap[(1,1)(6,1);(2,1)(2,6)] Snap[(1,1)(4,13);(1,2)(4,14)] TInsert[8] TInsert[1] Insert[2] Insert[7] Wheel(30) TInsert[10] Axle(10,1) Wheel(44)

LEGO 2D Planar Manipulator (with zero offset between Z1 and Z2 axes of rotation)

LEGO 2D Planar Manipulator (with zero offset between Z1 and Z2 axes of rotation) LEGO 2D Planar Manipulator (with zero offset between Z1 and Z2 axes of rotation) Uses some parts not found in NXT Mindstorms Kit 9797 e.g. 2 nd Turntable, 1x12 plates, and 15100: Pin-hole Friction Peg.

More information

The Wheels Module The Seats Module Integrate the seats and Wheels modules Ferris Wheel base Build the Gear System...

The Wheels Module The Seats Module Integrate the seats and Wheels modules Ferris Wheel base Build the Gear System... Alternate Motorization Kit The Wheels Module... 2 The Seats Module... 3 Integrate the seats and Wheels modules... 4 Ferris Wheel base... 5 Build the Gear System... 7 Ferris Wheel Final Integration!!!...

More information

ORTOP Modular Robot v3.0 Arm Assembly

ORTOP Modular Robot v3.0 Arm Assembly Base Plate Assembly Parts Needed: Arm Assembly BAG 1 2 Socket Head Cap Screw, 1-1/4" 2 Socket Head Cap Screw, 1/2" 2 Button Head Cap Screw, 3/8" 6 Nuts 1 Gear Hub Spacer 1 Flat Building Plate 1 Single

More information

In order to do this project you should review the following concepts:

In order to do this project you should review the following concepts: Catapult In order to do this project you should review the following concepts: Catapult 18 Rope Lego Band Rubber Band Catapult: Arm Catapult: Arm Catapult: Arm Leave the other end of the rubber band loose

More information

The Nomenclature and Geometry of LEGO

The Nomenclature and Geometry of LEGO The Nomenclature and Geometry of LEGO AN OVERVIEW OF LEGO EV3 MINDSTORMS ELEMENTS AND HOW THEY WORK TOGETHER UPDATED 9/27/2015 Required Stuff Please do not wander the building. Rest Rooms Location. Food

More information

Model Name: robo. Number of Bricks: Lego Digital Designer

Model Name: robo. Number of Bricks: Lego Digital Designer Model Name: robo Number of Bricks: 197 file:///c:/users/christos/desktop/adsf/building%20instructions%20[robo].html 1/58 Step 1 of 54 file:///c:/users/christos/desktop/adsf/building%20instructions%20[robo].html

More information

the complete parts reference bricks

the complete parts reference bricks the complete parts reference Here s a detailed overview of all the pieces in your LEGO BOOST kit. You can also identify LEGO elements precisely by their LEGO ID, which is printed on the LEGO BOOST test

More information

FLL Coaches Clinic Chassis and Attachments. Patrick R. Michaud

FLL Coaches Clinic Chassis and Attachments. Patrick R. Michaud FLL Coaches Clinic Chassis and Attachments Patrick R. Michaud pmichaud@pobox.com Erik Jonsson School of Engineering and Computer Science University of Texas at Dallas September 23, 2017 Presentation Outline

More information

Hare and Snail Challenges READY, GO!

Hare and Snail Challenges READY, GO! Hare and Snail Challenges READY, GO! Pre-Activity Quiz 1. What are some design considerations to make a fast robot? 2. What are some design considerations to make a slow robot? 2 Pre-Activity Quiz Answers

More information

This is a motor attachment option in which the motors attach closely to the sides of the NXT.

This is a motor attachment option in which the motors attach closely to the sides of the NXT. 6 II. Ways to Attach NXT Motors 1. Simple Side Attachment Model Description: This is a motor attachment option in which the motors attach closely to the sides of the NXT. 7 These are the parts that you

More information

XI. Rotary Attachment Setups

XI. Rotary Attachment Setups XI. Rotary Attachment Setups 1) Turn off the laser. 2) Put the rotary attachment onto the engraving table. Ensure the two screw holes on right side of rotary attachment match the two corresponding holes

More information

TITLE DATE PERIOD YOUR NAME

TITLE DATE PERIOD YOUR NAME Step A. Line up paper up with T-Square and tape down corners. Border Lines and Title Block Step B. Measure in from each edge.2. Draw in border lines. Step C. Measure up from bottom border line.1,.2 and

More information

Designing in Context. In this lesson, you will learn how to create contextual parts driven by the skeleton method.

Designing in Context. In this lesson, you will learn how to create contextual parts driven by the skeleton method. Designing in Context In this lesson, you will learn how to create contextual parts driven by the skeleton method. Lesson Contents: Case Study: Designing in context Design Intent Stages in the Process Clarify

More information

Easy Engineering Guide

Easy Engineering Guide Index: Unleash Your Creativity! Page 1: The Basics Page 2: Sorting Dowels Page 3: Measuring and Cutting Page 4: Dowels and Holes (Reaming Holes) Page 5: Reaming, Screws, Slide-Stop Material Page 6: Hydraulics/Pneumatics

More information

TOY TRUCK. Figure 1. Orthographic projections of project.

TOY TRUCK. Figure 1. Orthographic projections of project. TOY TRUCK Prepared by: Harry Hawkins The following project is of a small, wooden toy truck. This exercise will provide you with the procedure for constructing the various parts of the design then assembling

More information

PoeBot Building Instructions CCISD. Upper Gripper. Lower Gripper/ Spatula. PoeBot Instructions PLTW. Clear Creek ISD

PoeBot Building Instructions CCISD. Upper Gripper. Lower Gripper/ Spatula. PoeBot Instructions PLTW. Clear Creek ISD Upper Gripper Lower Gripper/ Spatula PoeBot Instructions PLTW Clear Creek ISD 1. Chasis Construction (Split Group with half starting Step 1 and half starting Step 13.) Note: These flat bearings are offset

More information

Purpose. Charts and graphs. create a visual representation of the data. make the spreadsheet information easier to understand.

Purpose. Charts and graphs. create a visual representation of the data. make the spreadsheet information easier to understand. Purpose Charts and graphs are used in business to communicate and clarify spreadsheet information. convert spreadsheet information into a format that can be quickly and easily analyzed. make the spreadsheet

More information

FORD F150, F250 (UNDER 8500 GVWR) SPORT DUTY UNDERCARRIAGE MOUNTING INSTRUCTIONS (PART NO. LTA05440)

FORD F150, F250 (UNDER 8500 GVWR) SPORT DUTY UNDERCARRIAGE MOUNTING INSTRUCTIONS (PART NO. LTA05440) BOSS PRODUCTS A Division of Northern Star Industries, Inc. P.O. Box 787 Iron Mountain MI 49801-0787 www.bossplow.com 1997-2003 FORD MOUNTING INSTRUCTIONS (PART NO. LTA05440) PUSHING THE EDGE MSC05449-2

More information

Part 8: The Front Cover

Part 8: The Front Cover Part 8: The Front Cover 4 Earpiece cuts and housing Lens cut and housing Microphone cut and housing The front cover is similar to the back cover in that it is a shelled protrusion with screw posts extruding

More information

Lab book. Exploring Robotics (CORC3303)

Lab book. Exploring Robotics (CORC3303) Lab book Exploring Robotics (CORC3303) Dept of Computer and Information Science Brooklyn College of the City University of New York updated: Fall 2011 / Professor Elizabeth Sklar UNIT A Lab, part 1 : Robot

More information

Introduction to Assemblies with Legos

Introduction to Assemblies with Legos Introduction to Assemblies with Legos Basic Assembly Terminology Component: Individual Part of the assembly Align: Places both select surfaces/datums on the parallel or same side to an imaginary plane

More information

Rotary Fixture M/V/X CLASS LASER SYSTEMS. Installation and Operation Instructions

Rotary Fixture M/V/X CLASS LASER SYSTEMS. Installation and Operation Instructions Rotary Fixture M/V/X CLASS LASER SYSTEMS Installation and Operation Instructions 02/01/2000 Introduction The Rotary Fixture controls in the Printer Driver are used along with the optional Rotary Fixture

More information

Spare Parts. Contents. Contents Contents

Spare Parts. Contents. Contents Contents Spare Parts 2013 Spare Parts Contents Contents Contents LEGO Education StoryStarter 3 LEGO Education WeDo 4 Machines and Mechanisms 5 LEGO MINDSTORMS Education 6-8 TETRIX by Pitsco 9-16 LEGOeducation.us

More information

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX.

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX. Review the following material on sensors. Discuss how you might use each of these sensors. When you have completed reading through this material, build a robot of your choosing that has 2 motors (connected

More information

COMET SENIOR DART REPRODUCTION ASSEMBLY GUIDE

COMET SENIOR DART REPRODUCTION ASSEMBLY GUIDE COMET SENIOR DART REPRODUCTION A RUBBER POWERED 24" WING SPAN MODEL BY PAUL BRADLEY ASSEMBLY GUIDE JANUARY 2018 CHANGES MADE TO THE ORIGINAL The following changes were made to the original Comet kit structural

More information

Name: Date Completed: Basic Inventor Skills I

Name: Date Completed: Basic Inventor Skills I Name: Date Completed: Basic Inventor Skills I 1. Sketch, dimension and extrude a basic shape i. Select New tab from toolbar. ii. Select Standard.ipt from dialogue box by double clicking on the icon. iii.

More information

Part 2: Earpiece. Insert Protrusion (Internal Sketch) Hole Patterns Getting Started with Pro/ENGINEER Wildfire. Round extrusion.

Part 2: Earpiece. Insert Protrusion (Internal Sketch) Hole Patterns Getting Started with Pro/ENGINEER Wildfire. Round extrusion. Part 2: Earpiece 4 Round extrusion Radial pattern Chamfered edge To create this part, you'll use some of the same extrusion techniques you used in the lens part. The only difference in this part is that

More information

INSTRUCTION BX1425P,PSM,PTV BX1433P,PSM,PTV BX1025P,PSM BX1033P,PSM. No First published : November 1997

INSTRUCTION BX1425P,PSM,PTV BX1433P,PSM,PTV BX1025P,PSM BX1033P,PSM. No First published : November 1997 INSTRUCTION Industrial Sewing Machines BX1425P,PSM,PTV BX1433P,PSM,PTV BX1025P,PSM BX1033P,PSM First published : November 1997 No. 970112 INTRODUCTION Thank you for your purchasing Kansai Special's BX

More information

Lesson 6.1 Linear Equation Review

Lesson 6.1 Linear Equation Review Name: Lesson 6.1 Linear Equation Review Vocabulary Equation: a math sentence that contains Linear: makes a straight line (no Variables: quantities represented by (often x and y) Function: equations can

More information

Deriving Consistency from LEGOs

Deriving Consistency from LEGOs Deriving Consistency from LEGOs What we have learned in 6 years of FLL and 7 years of Lego Robotics by Austin and Travis Schuh 1 2006 Austin and Travis Schuh, all rights reserved Objectives Basic Building

More information

CREO.1 MODELING A BELT WHEEL

CREO.1 MODELING A BELT WHEEL CREO.1 MODELING A BELT WHEEL Figure 1: A belt wheel modeled in this exercise. Learning Targets In this exercise you will learn: Using symmetry when sketching Using pattern to copy features Using RMB when

More information

Using Figures - The Basics

Using Figures - The Basics Using Figures - The Basics by David Caprette, Rice University OVERVIEW To be useful, the results of a scientific investigation or technical project must be communicated to others in the form of an oral

More information

FLL Robot Design Workshop

FLL Robot Design Workshop FLL Robot Design Workshop Tool Design and Mechanism Prepared by Dr. C. H. (Tony) Lin Principal Engineer Tire and Vehicle Mechanics Goodyear Tire & Rubber Company tony_lin@goodyear.com Description Mechanism

More information

Introduction to Engineering Design. Part C College Credit Performance

Introduction to Engineering Design. Part C College Credit Performance Introduction to Engineering Design Final Examination Part C College Credit Performance Spring 2007 Student Name: Date: Class Period: Total Points: /50 49 of 99 Page 1 of 9 DIRECTIONS: Complete each of

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS SOLID PHENOLIC TOILET PARTITIONS 1080 DuraLineSeries Class-A Fire Rated Includes Institutional Hardware Option.67 IMPORTANT: Storage and Handling Information on last page. Review

More information

NX 7.5. Table of Contents. Lesson 3 More Features

NX 7.5. Table of Contents. Lesson 3 More Features NX 7.5 Lesson 3 More Features Pre-reqs/Technical Skills Basic computer use Completion of NX 7.5 Lessons 1&2 Expectations Read lesson material Implement steps in software while reading through lesson material

More information

Lazy Clock Construction Templates

Lazy Clock Construction Templates Introduction This document contains full-size templates for building the Lazy Clock wood parts using conventional tools. The Lazy Clock prototype was designed and built using a Carvewright CNC machine

More information

BUILD AND DRIVE THE RADIO-CONTROLLED MODEL SCALE 1:16

BUILD AND DRIVE THE RADIO-CONTROLLED MODEL SCALE 1:16 BUILD AND DRIVE THE RADIO-CONTROLLED MODEL 4 SCALE 1:16 CONTENTS STAGE PAGE 17 The air outlet and track 41 18 The external fuel tanks 43 19 The track and air inlets 45 20 The track and engine access panel

More information

A graph is an effective way to show a trend in data or relating two variables in an experiment.

A graph is an effective way to show a trend in data or relating two variables in an experiment. Chem 111-Packet GRAPHING A graph is an effective way to show a trend in data or relating two variables in an experiment. Consider the following data for exercises #1 and 2 given below. Temperature, ºC

More information

NANYANG TECHNOLOGICAL UNIVERSITY SEMESTER II EXAMINATION MH1301 DISCRETE MATHEMATICS. Time Allowed: 2 hours

NANYANG TECHNOLOGICAL UNIVERSITY SEMESTER II EXAMINATION MH1301 DISCRETE MATHEMATICS. Time Allowed: 2 hours NANYANG TECHNOLOGICAL UNIVERSITY SEMESTER II EXAMINATION 206-207 DISCRETE MATHEMATICS May 207 Time Allowed: 2 hours INSTRUCTIONS TO CANDIDATES. This examination paper contains FOUR (4) questions and comprises

More information

installation guide

installation guide JANUS INTERNATIONAL 1 866 562 2580 w w w. j a n u s i n t l. c o m 2000 2500 3000 installation guide RIGHT DRIVE END SHOWN LH OPPOSITE LEFT TENSION END SHOWN RH OPPOSITE PUSH-UP OPERATION 2000 2500 3000

More information

Diane Burton, STEM Outreach.

Diane Burton, STEM Outreach. 123D Design Tutorial: LED decoration Before using these instructions, it is very helpful to watch this video screencast of the CAD drawing actually being done in the software. Click this link for the video

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS HIGH PRESSUE LAMINATE (HPL) TOILET PARTITIONS 1030 TrimLineSeries 1040 DesignerSeries Includes continuous hardware option.65. IMPORTANT: Storage and Handling Information on last

More information

Appendix Course Notes MIT Course Organizers. Chapter 7: LEGO Design

Appendix Course Notes MIT Course Organizers. Chapter 7: LEGO Design EECS40/43 Appendix 4 Appendix 4 6.70 1999 Course Notes MIT 6.70 Course Organizers Chapter 7: LEGO Design 1 Chapter 7 LEGO Design When you're rst introduced to the LEGO Technic system, you may be amazed

More information

Aluminum frame packing list of Smart Laser CO2

Aluminum frame packing list of Smart Laser CO2 Aluminum frame packing list of Smart Laser CO2 1 805mm V-slot 20mm*40mm 1 2 780mm V-slot 20mm*40mm 2 3 860mm Aluminum frame 20mm*40mm 3 4 177mm Aluminum frame 20mm*40mm 1 5 85mm Aluminum frame 20mm*40mm

More information

Chapter 4: Fourier Optics

Chapter 4: Fourier Optics Chapter 4: Fourier Optics P4-1. Calculate the Fourier transform of the function rect(2x)rect(/3) The rectangular function rect(x) is given b 1 x 1/2 rect( x) when 0 x 1/2 P4-2. Assume that ( gx (, )) G

More information

HD installation guide

HD installation guide JANUS INTERNATIONAL 1 866 562 2580 www.janusintl.c o m 1950 1950HD installation guide RIGHT DRIVE END SHOWN LH OPPOSITE LEFT TENSION END SHOWN RH OPPOSITE PUSH-UP OPERATION 1950 1950HD SHOWN A rolling

More information

Answer Sheet for Mechanical Reasoning.

Answer Sheet for Mechanical Reasoning. Answer Sheet for Mechanical Reasoning. Give yourself exactly 20 minutes to answer these questions. You have to choose the answer you think is correct, by darkening the box on the answer sheet which corresponds

More information

Step 1: The tools you will need: 1x Phillips Screwdriver 1x Vending Machine key

Step 1: The tools you will need: 1x Phillips Screwdriver 1x Vending Machine key 2 3 The tools you will need: 1x Phillips Screwdriver 1x Vending Machine key Step 1: Open the boxes and inventory each of the parts before assembling. Each stand will consist of 1 16 inch Round Base, 1

More information

Installing the 3 Indexer: PRS Standard Tools

Installing the 3 Indexer: PRS Standard Tools 888-680-4466 ShopBotTools.com Installing the 3 Indexer: PRS Standard Tools Copyright 2016 ShopBot Tools, Inc. page 1 Copyright 2016 ShopBot Tools, Inc. page 2 Table of Contents Route Cable into Box...5

More information

Digital Patterns. Designed by Steve Good

Digital Patterns. Designed by Steve Good WWW.SCROLLSAWWORKSHOP.BLOGSPOT.COM Digital Patterns Designed by Steve Good Hundreds of free Patterns Stencil Printer Jigsaw Puzzle Templates DVD s Key Chain Pattern Printer Video Tutorials Reviews Community

More information

Standard Operating Procedure

Standard Operating Procedure RIT MULTIDISCIPLINARY SENIOR DESIGN 2010 Standard Operating Procedure Baja Water Propulsion Test Stand This SOP specifies how to assemble, use, troubleshoot, and disassemble the water propulsion system

More information

Single Slit Diffraction

Single Slit Diffraction PC1142 Physics II Single Slit Diffraction 1 Objectives Investigate the single-slit diffraction pattern produced by monochromatic laser light. Determine the wavelength of the laser light from measurements

More information

PRS Retro Z-Axis Installation

PRS Retro Z-Axis Installation PRS Retro Z-Axis Installation Page -1- PRS Retro Z-Axis Installation This document is a guide to installing the PRS Retro Z-axis on early ShopBot models. It describes installation for PR models with PK299

More information

ENGINEERING DRAWING

ENGINEERING DRAWING Subject Code: R13109/R13 Set No - 1 I B. Tech I Semester Regular/Supplementary Examinations Jan./Feb. - 2015 ENGINEERING DRAWING (Common to ECE, EIE, Bio-Tech, EComE, Agri.E) Time: 3 hours Max. Marks:

More information

UNIVERSITY OF KWAZULU-NATAL EXAMINATIONS: NOVEMBER PGCE/B.Ed.: TECHNOLOGY LEARNING AREA STUDIES: EDTE604P2/EDTE404P2 PAPER: P2

UNIVERSITY OF KWAZULU-NATAL EXAMINATIONS: NOVEMBER PGCE/B.Ed.: TECHNOLOGY LEARNING AREA STUDIES: EDTE604P2/EDTE404P2 PAPER: P2 19 NOVEMBER 2008 UNIVERSITY OF KWAZULU-NATAL EXAMINATIONS: NOVEMBER 2008 PGCE/B.Ed.: TECHNOLOGY LEARNING AREA STUDIES: EDTE604P2/EDTE404P2 PAPER: P2 DURATION: 3 HOURS TOTAL MARKS: 200 Internal Examiners:

More information

How to Make a Run Chart in Excel

How to Make a Run Chart in Excel How to Make a Run Chart in Excel While there are some statistical programs that you can use to make a run chart, it is simple to make in Excel, using Excel s built-in chart functions. The following are

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

APPRENTICE MOCK APTITUDE TEST

APPRENTICE MOCK APTITUDE TEST APPRENTICE MOCK APTITUDE TEST Attached find a Mock Paper giving indications of types of questions you will be asked to answer. Topic Time Section 1 Applied Arithmetic 10 Mins. Section 2 Arithmetic 15 Mins.

More information

Part Design Fundamentals

Part Design Fundamentals Part Design Fundamentals 1 Course Presentation Objectives of the course In this course you will learn basic methods to create and modify solids features and parts Targeted audience New CATIA V5 Users 1

More information

I do hope you build and enjoy a model from this plan package. Paul Bradley

I do hope you build and enjoy a model from this plan package. Paul Bradley There are several notes I need to provide to aid you with the enclosed package. The original kits used 1/16" balsa. Since I wanted to print these directly on balsa sheet I developed the parts for 1/32"

More information

Wind Pump Construction

Wind Pump Construction What Will You Need? Page 1 The following components can be found in your kit, and are needed to build one wind pump: 50 Tooth Gear* 40 Tooth Gear* 20 Tooth Gear* 10 Tooth Gear* Wheel Hub 300mm (~12in)

More information

INSTALLATION INSTRUCTION

INSTALLATION INSTRUCTION INSTALLATION INSTRUCTION Soild Phenolic Series contents page 1080 DuraLineSeries...2-21 1180 DuraLineSeries...2-21 2080 DuraLineSeries Maximum Privacy...22-41 2180 DuraLineSeries Maximum Privacy...22-41

More information

It is highly recommended that you use a thread lock compound such as Loctite brand on all threads to keep them from vibrating loose.

It is highly recommended that you use a thread lock compound such as Loctite brand on all threads to keep them from vibrating loose. Installation instructions for FC12 Forward Controls for Kawasaki Vulcan 750 It is highly recommended that you use a thread lock compound such as Loctite brand on all threads to keep them from vibrating

More information

Thank you for purchasing out product! *Please read these instructions and follow them step by step. *

Thank you for purchasing out product! *Please read these instructions and follow them step by step. * Page 1 of 7 AD17 AA DS 4 X 16 T12 Thank you for purchasing out product! *Please read these instructions and follow them step by step. * STEP 1. Slide two support posts (REF. # 24) into the two outside

More information

400GTO Lubrication Guide

400GTO Lubrication Guide 400GTO Lubrication Guide Lubrication Guidelines for the following equatorial mounting: 400GTO Servo with GTOCP2 or CP3 Controller For other 400 models please review other postings as they become available.

More information

Swing over bed 17.3" Center height 8.6" Swing over cross slide 9.4" Distance between centers 39.3" Width of bed 11.8"

Swing over bed 17.3 Center height 8.6 Swing over cross slide 9.4 Distance between centers 39.3 Width of bed 11.8 MODEL KL1640 PLUS Swing over bed 17.3" Center height 8.6" Swing over cross slide 9.4" Distance between centers 39.3" Width of bed 11.8" Spindle speed L:50-355 rpm, H:352-2500 rpm Spindle number 2 Spindle

More information

ABM International, Inc. Navigator Assembly Manual

ABM International, Inc. Navigator Assembly Manual ABM International, Inc. 1 1.0: Parts List Tablet (Qty. 1) Tablet mount (Qty. 1) NOTE: Mount may appear and operate different then image below Control Box (Qty. 1) Motor Power Supply (Qty. 1) 2 X-axis motor

More information

Step 1: Set up the variables AB Design. Use the top cells to label the variables that will be displayed on the X and Y axes of the graph

Step 1: Set up the variables AB Design. Use the top cells to label the variables that will be displayed on the X and Y axes of the graph Step 1: Set up the variables AB Design Use the top cells to label the variables that will be displayed on the X and Y axes of the graph Step 1: Set up the variables X axis for AB Design Enter X axis label

More information

The Revolve Feature and Assembly Modeling

The Revolve Feature and Assembly Modeling The Revolve Feature and Assembly Modeling PTC Clock Page 52 PTC Contents Introduction... 54 The Revolve Feature... 55 Creating a revolved feature...57 Creating face details... 58 Using Text... 61 Assembling

More information

PPFE 12 Miter Disk Sander

PPFE 12 Miter Disk Sander PPFE 12 Miter Disk Sander Instructional Manual 1 2017 framingsupplies.com Parts 1. Base 2. Sanding Wheel 3. Guide 4. Guide Axle 5. Guide Handle 6. Bearing Assembly 7. Triangle 2 3 6 7 4 1 5 Set-Up Instructions

More information

Kromski Minstrel Assembly Instructions

Kromski Minstrel Assembly Instructions Kromski Minstrel Assembly Instructions Important Notice If you have any difficulty in understanding these instructions, assembling the wheel, or having it operate to its fullest potential, WE WANT YOU

More information

INSTRUCTION MANUAL AND PARTS LIST MODEL 14-10

INSTRUCTION MANUAL AND PARTS LIST MODEL 14-10 VERTICAL BAND SAWS INSTRUCTION MANUAL AND PARTS LIST MODEL 1-10 DAKE/PARMA WHEN ORDERING PARTS GIVE COMPLETE SERIAL NUMBER OF MACHINE GIVE PART NUMBER AND NAME GIVE AMOUNT REQUIRED Unless the above data

More information

Assembly Instructions. Table of Contents

Assembly Instructions. Table of Contents HQ Little Foot Assembly Instructions Back of Handi Quilter, Inc. 501 North 400 West North Salt Lake, UT 84054 1-877-697-8458 Front of 2015 Handi Quilter, Inc. www.handiquilter.com Printed in the United

More information

SS Understand charts and graphs used in business.

SS Understand charts and graphs used in business. SS2 2.02 Understand charts and graphs used in business. Purpose of Charts and Graphs 1. Charts and graphs are used in business to communicate and clarify spreadsheet information. 2. Charts and graphs emphasize

More information

Simple Machines & Energy

Simple Machines & Energy Simple Machines & Energy SPS8. Students will determine relationships among force, mass, and motion. e. Calculate amounts of work and mechanical advantage using simple machines. Our use of machines Machines

More information

PRS X-Axis E-Chain Installation For Tools with a 12 Z-Axis

PRS X-Axis E-Chain Installation For Tools with a 12 Z-Axis 888-680-4466 ShopBotTools.com PRS X-Axis E-Chain Installation For Tools with a 12 Z-Axis This kit is compatible with PRS Shopbots that have an X-axis cutting area of 96 to 144. It is not immediately compatible

More information

Toeing the Line Experiments with Line-following Algorithms

Toeing the Line Experiments with Line-following Algorithms Toeing the Line Experiments with Line-following Algorithms Grade 9 Contents Abstract... 2 Introduction... 2 Purpose... 2 Hypothesis... 3 Materials... 3 Setup... 4 Programming the robot:...4 Building the

More information

Orbital Test Stand. Operations and Assembly Manual. Department of Mechanical Engineering Northern Arizona University Flagstaff, AZ 86011

Orbital Test Stand. Operations and Assembly Manual. Department of Mechanical Engineering Northern Arizona University Flagstaff, AZ 86011 Orbital Test Stand Operations and Assembly Manual Department of Mechanical Engineering Northern Arizona University Flagstaff, AZ 86011 TABLE OF CONTENTS 1.0 Components List... 2 2.0 Assembly Instructions...

More information

GEARBOX CONSTRUCTION E.M.G.S. MANUAL ( 9) The Girder Gearbox

GEARBOX CONSTRUCTION E.M.G.S. MANUAL ( 9) The Girder Gearbox GEARBOX CONSTRUCTION SHEET 1 The author, having been disappointed with a few of the commercially available gearboxes, decided to design and construct something to his own design. The Girder Gearbox Application

More information

Problem 1.5.9a Playground Design Problem Teacher Support Document

Problem 1.5.9a Playground Design Problem Teacher Support Document Problem.5.9a Playground esign Problem Teacher Support ocument Monkey ar Sub ssembly Step : Open a new ssembly File. Step : Place monkeybar files into the assembly. Step : Place uprightmonkeybar files into

More information

re3d Assembling Gigabot: "Flatpack"

re3d Assembling Gigabot: Flatpack re3d Assembling Gigabot: "Flatpack" Your Gigabot was assembled, calibrated, tested, and taken apart for shipping purposes. All you need to do is reassemble it, and you're ready to go! Written By: Chris

More information

PH 481/581 Physical Optics Winter 2013

PH 481/581 Physical Optics Winter 2013 PH 481/581 Physical Optics Winter 2013 Laboratory #1 Week of January 14 Read: Handout (Introduction & Projects #2 & 3 from Newport Project in Optics Workbook), pp. 150-170 of "Optics" by Hecht Do: 1. Experiment

More information

Lead Screw Upgrade. How to upgrade your ROBO R1 to the new Lead Screw Upgrade Pack. Written By: Harrison Team RoBo 3D

Lead Screw Upgrade. How to upgrade your ROBO R1 to the new Lead Screw Upgrade Pack. Written By: Harrison Team RoBo 3D Lead Screw Upgrade How to upgrade your ROBO R1 to the new Lead Screw Upgrade Pack. Written By: Harrison Team RoBo 3D 2017 guide.robo3d.com Page 1 of 14 Step 1 Lead Screw Upgrade Begin by powering off and

More information

7048/01 October/November hours 30 minutes. Sheet 1 of 3. Complete the drawing below to show the six pieces of Styrofoam required to make the

7048/01 October/November hours 30 minutes. Sheet 1 of 3. Complete the drawing below to show the six pieces of Styrofoam required to make the Complete the drawing below to show the six pieces of Styrofoam required to make the mug. [6] For Examiner s Use Sheet 1 of 3 Section A (c) Add the thick and thin line technique to the sketch of the handle

More information

c. Using the conditions described in Part b, how far does Mario travel each minute?

c. Using the conditions described in Part b, how far does Mario travel each minute? Trig. Modeling Short Answer 1. Mario's bicycle has 42 teeth in the crankset attached to the pedals. It has three sprockets of differing sizes connected to the rear wheel. The three sprockets at the rear

More information

Ohm's Law and DC Circuits

Ohm's Law and DC Circuits Physics Lab II Ohm s Law Name: Partner: Partner: Partner: Ohm's Law and DC Circuits EQUIPMENT NEEDED: Circuits Experiment Board Two Dcell Batteries Wire leads Multimeter 100, 330, 560, 1k, 10k, 100k, 220k

More information

AutoCAD Inventor - Solid Modeling, Stress and Dynamic Analysis

AutoCAD Inventor - Solid Modeling, Stress and Dynamic Analysis PDHonline Course G280 (15 PDH) AutoCAD Inventor - Solid Modeling, Stress and Dynamic Analysis Instructor: John R. Andrew, P.E. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658

More information

Simple Machine Quiz Study Guide. 2.) What is the formula for work? 3.) What is the unit for work?

Simple Machine Quiz Study Guide. 2.) What is the formula for work? 3.) What is the unit for work? Name: Work- Simple Machine Quiz Study Guide 1.) Work is when you apply a through a 2.) What is the formula for work? 3.) What is the unit for work? Simple Machines in General- 1.) What are the 2 basic

More information

2007 & NEWER GENERAL MOTORS ½ TON SPORT DUTY UNDERCARRIAGE MOUNTING INSTRUCTIONS (PART NO. LTA09002C)

2007 & NEWER GENERAL MOTORS ½ TON SPORT DUTY UNDERCARRIAGE MOUNTING INSTRUCTIONS (PART NO. LTA09002C) 2007 & NEWER GENERAL MOTORS ½ TON SPORT DUTY UNDERCARRIAGE MOUNTING INSTRUCTIONS (PART NO. LTA09002C) PUSHING THE EDGE MSC09015-7 WARNING Many newer trucks are now equipped with air bags. DO NOT under

More information

SpeedMark Tutorial 4 Using the rotary indexer

SpeedMark Tutorial 4 Using the rotary indexer Using the rotary indexer SpeedMark Tutorial 4 for SpeedMarker Series V001_SM-Tutorial (08/2015) ENGLISH Content Content 1 Objectives of this tutorial... 3 2 Mechanical setup... 4 3 Software setup... 5

More information

MATHEMATICAL MODELS OF GEAR TOOTH SPEED SENSORS WITH DUAL OUTPUTS

MATHEMATICAL MODELS OF GEAR TOOTH SPEED SENSORS WITH DUAL OUTPUTS MATHEMATICAL MODELS OF GEAR TOOTH SPEED SENSORS WITH DUAL OUTPUTS Ji-Gou Liu 1 and Zhe Zheng 2 1 ChenYang Technologies GmbH & Co. KG., Finsing, Germany 2 University of Shanghai for Science and Technology,

More information

Question 1: How do you count choices using the multiplication principle?

Question 1: How do you count choices using the multiplication principle? 8.1 Permutations Question 1: How do you count choices using the multiplication principle? Question 2: What is factorial notation? Question 3: What is a permutation? In Chapter 7, we focused on using statistics

More information

AUTOMATIC ADVANCE MANUAL

AUTOMATIC ADVANCE MANUAL AUTOMATIC ADVANCE MANUAL AVL Looms, Inc. 3851 Morrow Lane, Suite #9 Chico, CA 95928-8305 530 893-4915 530 893-1372 fax # info@avlusa.com www.avlusa.com Copyright 2009 TABLE OF CONTENTS Page # I. Parts.........................

More information

Prepare Sample 3.1. Place Sample in Stage. Replace Probe (optional) Align Laser 3.2. Probe Approach 3.3. Optimize Feedback 3.4. Scan Sample 3.

Prepare Sample 3.1. Place Sample in Stage. Replace Probe (optional) Align Laser 3.2. Probe Approach 3.3. Optimize Feedback 3.4. Scan Sample 3. CHAPTER 3 Measuring AFM Images Learning to operate an AFM well enough to get an image usually takes a few hours of instruction and practice. It takes 5 to 10 minutes to measure an image if the sample is

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 147 Introduction A mosaic plot is a graphical display of the cell frequencies of a contingency table in which the area of boxes of the plot are proportional to the cell frequencies of the contingency

More information

Volkswagen Window Regulator Repair

Volkswagen Window Regulator Repair The tools you will need to complete the repair will be a T20 Torx screwdriver and a Flat Screwdriver additionally, you could also use a pair of pliers to remove the plastic plug holding the wire nearest

More information

Agilent 10717A Wavelength Tracker

Agilent 10717A Wavelength Tracker 7I Agilent 10717A Wavelength Tracker MADE Description Description The Agilent 10717A Wavelength Tracker (see Figure 7I-1) uses one axis of a laser measurement system to report wavelength-of-light changes,

More information

OPTICAL BENCH - simple type

OPTICAL BENCH - simple type GENERAL DESCRIPTION: OPTICAL BENCH - simple type Cat: HL2240-001 Complete with Hodson Light Box. Cat: HL2241-001 Not including Hodson Light Box The IEC Optical Bench system is designed to be used with

More information

PORTA-DOCK, INC. AP17 APD DS 4 X 16 T12 AW17 CPD DS 4 X 16 T12

PORTA-DOCK, INC. AP17 APD DS 4 X 16 T12 AW17 CPD DS 4 X 16 T12 Page 1 of 7 PORTA-DOCK, INC. AP17 APD DS 4 X 16 T12 AW17 CPD DS 4 X 16 T12 *For Beige Decking Add the Letter B to Model* Thank you for purchasing out product! *Please read these instructions and follow

More information