- Table of contents
- Standards
- Regulations
- Attachments
Standards¶
Resources¶
- Engineering Standards Worksheet available here - Templates and Forms
- Submit by posting to Repository - working/Reports/Design Report + Poster
As we work on new or existing projects, we often deal with a variety of standards. These are often 'hidden' because the standards are embedded in other things. Examples are provided below to help make this clearer.
There are many examples of standards that affect our project work. A recent web article from Electronic Design cited 10 standards organizations that affect engineers: http://electronicdesign.com/communications/10-standards-organizations-affect-you-whether-you-know-it-or-not
This website lists 181 standards organizations that students can reference: http://www.standardslearn.org/trainingcourse.aspx - a list of ANSI- accredited standard developers. A number of organizations publish standards including:
- ANSI - http://www.ansi.org/
- ASME - http://www.asme.org/
- ASTM - http://www.astm.org/
- IEEE - http://www.ieee.org/
Many of these are offered as published documents. The RPI library (and their website) offer access to a number of these publications.
https://guides.lib.rpi.edu/subjects/engineering
Some standards are internationally defined and 'agreed to'.
- ISO - http://www.iso.org/
Others have become defacto standards due to many years of unofficial but common use.
A search engine for standards is provided by National Standards Network
IEEE Standards Education web site provides helpful information for understanding the role of standards in engineering and technology:
Electrical / Computer System Engineering¶
Examples of things that might be considered de facto standards in the software field include:- Linux distributions
- Ubuntu
- Debian
- Red Hat
- SUSE
- UNIX distributions
- BSD
- Various compilers such as:
- Fortran
- ANSI C
- C++
- For web-based implementations
- W3
- HTML
- CSS (style sheets)
- For software, there may be existing coding and documentation standards, for example:
- PEP8 - Python coding standard
See Computers__Software__Hardware__Networking also
Standards also may be defined for various electronic aspects and may sometimes include a software aspect/component such as a protocol:- Communications
- Ethernet
- wifi
- RS232
- RS485
- USB
- I2C
- BlueTooth
- Firewire (sometimes referred to as IEEE-488)
- Serial communications baud rates
- Power
- Household voltage / frequency. Although this varies by country, there is usually a standard for each. For the US, this is 120VAC nominal at 60 hertz. Other countries may use 240VAC nominal and/or 50 hertz.
- Interfaces
- TTL compatibility - For interfacing among TTL devices, the standard voltage levels are defined and all TTL compatible chips must conform to be interoperable. For example logic 0 = 0 volts and logic 1 = 5 volts.
- Batteries - these are now defined with a selection of standard physical sizes and voltages.
- AA, AAA, C, D = 1.5V
- size for 9V batteries - called by multiple part numbers / designations but 'standardized'
- Physical
- wire gauge & current carrying capacity
- may be referenced by other standards or codes, ex: the National Electric Code
- wire gauge & current carrying capacity
Mechanical Engineering¶
- Components
- hardware, ex: screws, bolts, and nuts are sized according to one of the multiple standards
- Raw Material
- pipe is available in standard (nominal) diameter and wall thickness - http://www.engineersedge.com/pipe_schedules.htm
- sheet metal is sized by gauge - http://www.engineersedge.com/gauge.htm
Industrial System Engineering¶
Suggestions / recommendations are welcome for this department from faculty, staff and students!
Materials Engineering¶
The Ashby classification method has become widely adopted.
Robotic Machinery Safety Requirements¶
- A good overview of safety issues is provided in the article
- ANSI/RIA for Industrial Robots and Robot Systems — Safety Requirements
- ANSI/RIA R15.06-2012 is the latest.
- RIA R15_06-1999.pdf
Regulations¶
In some projects, regulations/laws create design requirements/constraints.
Occupational Safety & Health Administration (OSHA)¶
- General requirements for all machines - OSHA 1910.212
- Machine guarding - OSHA 1917.151
- Unexpected start - OSHA 1910.147
- Emergency switch and examples
Useful Information¶
- Rockwell Automation provides much useful information, both standards/regulations and implementation issues:
http://www.ab.com/en/epub/catalogs/3377539/5866177/3378076/Principles-Standards-and-Implementation.html
- Military, DoD, Federal, NASA, DOE, and Government specifications, standards, handbooks, and publications:
http://everyspec.com/
Attachments¶