Difference between revisions of "Controller"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
[checked revision][checked revision]
Line 5: Line 5:
 
*Hardware controllers (stand alone controllers with screen, jogging buttons etc)
 
*Hardware controllers (stand alone controllers with screen, jogging buttons etc)
 
===Mach 3===
 
===Mach 3===
Mach 3 is probably the most famous low cost CNC controller for Windows PC's. It can produce [pulse and direction] reference signals from PC parallel port and also via external pulse generators.
+
Mach 3 is probably the most famous low cost CNC controller for Windows PC's. It can produce [[pulse and direction]] reference signals from PC parallel port and also via external pulse generators.
 
* [http://www.machsupport.com/ Mach 3 web site]
 
* [http://www.machsupport.com/ Mach 3 web site]
 
===EMC2===
 
===EMC2===
EMC2 is based on realtime Linux platform and offers high flexibility at expense of somewhat more complex setup process compared to others. However, due to realtime OS platform it provides very stable output on [pulse and direction] control as well as [[Analog reference|analog]] and [[PWM]] modes.  
+
EMC2 is based on realtime Linux platform and offers high flexibility at expense of somewhat more complex setup process compared to others. However, due to realtime OS platform it provides very stable output on [[pulse and direction]] control as well as [[Analog reference|analog]] and [[PWM]] modes.  
 
* [http://www.linuxcnc.org/ EMC2 web site]
 
* [http://www.linuxcnc.org/ EMC2 web site]
 
===Stand-alone controllers===
 
===Stand-alone controllers===
Line 17: Line 17:
 
*[[Wikipedia:Programmable logic controller]]
 
*[[Wikipedia:Programmable logic controller]]
 
==Software==
 
==Software==
TODO Direct software control here.
+
TODO Direct software control and SimpleMotion here.

Revision as of 11:46, 30 March 2012

Controller means something that is in control of things. In motion control this usually means a CNC controller, software, PLC or similar. Task main of the controller is to generate the reference signals for the drive as well as other control signals such as enable & reset errors.

CNC controllers

There are two main types of CNC controllers:

  • Software controllers (run on PC)
  • Hardware controllers (stand alone controllers with screen, jogging buttons etc)

Mach 3

Mach 3 is probably the most famous low cost CNC controller for Windows PC's. It can produce pulse and direction reference signals from PC parallel port and also via external pulse generators.

EMC2

EMC2 is based on realtime Linux platform and offers high flexibility at expense of somewhat more complex setup process compared to others. However, due to realtime OS platform it provides very stable output on pulse and direction control as well as analog and PWM modes.

Stand-alone controllers

PLC

Programmable_logic_controller Programmable logic controller is usually a stand-alone device where operator can write programs to do various things, such as control I/O signals and generate motion reference signals. Many PLC's are motion control capable and are a suitable choice also for VSD drives.

Software

TODO Direct software control and SimpleMotion here.