Difference between revisions of "Controller"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
[checked revision][checked revision]
(PLC)
m (Text replacement - "\[\[([A-Z]{2,3})\]\]" to "{{param|$1}}")
Line 10: Line 10:
 
* [http://www.machsupport.com/ Mach web site]
 
* [http://www.machsupport.com/ Mach web site]
 
===LinuxCNC===
 
===LinuxCNC===
[[LinuxCNC]] 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.  
+
[[LinuxCNC]] 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 {{param|PWM}} modes.  
 
* [http://www.linuxcnc.org/ LinuxCNC web site]
 
* [http://www.linuxcnc.org/ LinuxCNC web site]
 
===Stand-alone controllers===
 
===Stand-alone controllers===

Revision as of 19:53, 28 August 2015

Controller generally means something that is in control of various things.

In motion control this usually means a CNC controller, software, PLC or similar that generates the setpoint signals for the drive as well as other control signals such as enable & reset errors.

CNC motion controllers

There are two main types of CNC controllers:

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

Mach3/Mach4

Mach3 and Mach4 are probably the most famous low cost CNC controller for Windows PC's. They can produce pulse and direction setpoint signals from PC parallel port and also via external pulse generators.

LinuxCNC

LinuxCNC 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 is usually a stand-alone device where operator can write programs to do various things, such as control I/O signals and generate motion setpoint signals. Many PLC's are motion control capable and are a suitable choice also for Granite Devices drives.

Software

Any programmable device (such PC or microcontroller) can act as controller if a suitable connection to drive is available. For example SimpleMotion V2 can be used as such connection as it provides easy connection between PC (USB or RS485) and Granite Devices motor drives.