Modular design

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Modular design, or "modularity in design", is a design approach that subdivides a system into smaller parts called modules or skids, that can be independently created and then used in different systems. A modular system can be characterized by functional partitioning into discrete scalable, reusable modules, rigorous use of well-defined modular interfaces, and making use of industry standards for interfaces.

Besides reduction in cost (due to less customization, and shorter learning time), and flexibility in design, modularity offers other benefits such as augmentation (adding new solution by merely plugging in a new module), and exclusion. Examples of modular systems are cars, computers, process systems, solar panels and wind turbines, elevators and modular buildings. Earlier examples include looms, railroad signaling systems, telephone exchanges, pipe organs and electric power distribution systems. Computers use modularity to overcome changing customer demands and to make the manufacturing process more adaptive to change (see modular programming).[1] Modular design is an attempt to combine the advantages of standardization (high volume normally equals low manufacturing costs) with those of customization. A downside to modularity (and this depends on the extent of modularity) is that low quality modular systems are not optimized for performance. This is usually due to the cost of putting up interfaces between modules.[citation needed]

In vehicles

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The modular design of the Unimog offers attachment capabilities for various different implements

Aspects of modular design can be seen in cars or other vehicles to the extent of there being certain parts to the car that can be added or removed without altering the rest of the car.Although this is true but its not all the time like this.

A simple example of modular design in cars is the fact that, while many cars come as a basic model, paying extra will allow for "snap in" upgrades such as a more powerful engine or seasonal tires; these do not require any change to other units of the car such as the chassis, steering, electric motor or battery systems.

In machines and architecture

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The Global Village Construction Set (GVCS) is a modular, DIY, low-cost, high-performance platform that enables fabrication of the 50 different Industrial Machines that it takes to build a small, sustainable civilization with modern comforts.

Modular design can be seen in certain buildings. Modular buildings (and also modular homes) generally consist of universal parts (or modules) that are manufactured in a factory and then shipped to a build site where they are assembled into a variety of arrangements.[2]

Modular buildings can be added to or reduced in size by adding or removing certain components. This can be done without altering larger portions of the building. Modular buildings can also undergo changes in functionality using the same process of adding or removing modular components.

Modular workstations

For example, an office building can be built using modular parts such as walls, frames, doors, ceilings, and windows. The office interior can then be partitioned (or divided) with more walls and furnished with desks, computers, and whatever else is needed for a functioning workspace. If the office needs to be expanded or redivided to accommodate employees, modular components such as wall panels can be added or relocated to make the necessary changes without altering the whole building. Later on, this same office can be broken down and rearranged to form a retail space, conference hall or any other possible type of building using the same modular components that originally formed the office building. The new building can then be refurnished with whatever items are needed to carry out its desired functions.

Other types of modular buildings that are offered from a company like Allied Modular are a guardhouse, machine enclosure, press box, conference room, two-story building, clean room and much more applications.[3]

Many misconceptions are held around modular buildings.[4] In reality modular construction is a viable method of construction for quick turnaround and fast growing companies. Industries that would benefit from include: healthcare, commercial, retail, military, and multi-family/student housing.

In computer hardware

Modular computer design

Modular design in computer hardware is the same as modular design in other things (e.g. cars, fridges, even furniture). The idea is to build computers with easily replaceable parts that use standardized interfaces. This technique allows a user to upgrade certain aspects of the computer easily without having to buy another computer altogether. This idea is also being implemented in Project Ara which provides a platform for manufactures to create modules for a smartphone which can then be customised by the end user.

A computer is actually one of the best examples of modular design - typical modules are power supply units, processors, mainboards, graphics cards, hard drives, optical drives, etc. All of these parts should be easily interchangeable as long as the user uses parts that support the same standard interface as the part that was replaced. Similar to the computer's modularity, other tools have been developed to leverage modular design, such as littleBits Electronics, which snap together with interoperable modules to create circuits.[5]

In robotics

Giffi, GIft For Future Inventors,[6] let children build their own robots or kinetic sculptures. It consists of moving parts and support parts.There are currently three types of moving parts: rotating, linear actuating and sweeping. Each part has its own microcontroller inside, by simply assembling and plugging them in to power (with a battery box or wall plug box), children can quickly build a moving object.[7][8]

See also

<templatestyles src="Div col/styles.css"/>

References

  1. Baldwin and Clark, 2000
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Allied Modular Products Allied Modular. Retrieved March 27, 2012
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Giffi
  7. http://blog.openstructures.net/pages/blog/category/6918
  8. Giffi 3D printed parts.

Further reading