Difference between revisions of "GraniteCore"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
[checked revision][checked revision]
(Created page with "400px GraniteCore a.k.a. GC is the motor control core developed for Argon (servo drive). ==Argon architecture...")
 
Line 13: Line 13:
 
*Feed GraniteCore with real time data consisting
 
*Feed GraniteCore with real time data consisting
 
**Position & velocity feedback device data
 
**Position & velocity feedback device data
**State of physical inputs (enable, clear faults etc)
+
**State of physical inputs (enable, clear faults, hall sensors etc)
 
**SimpleMotion V2 commands to read/write parameters
 
**SimpleMotion V2 commands to read/write parameters
 
*Interface different types [[Feedback devices|feedback devices]] and [[Reference signal|reference inputs]]
 
*Interface different types [[Feedback devices|feedback devices]] and [[Reference signal|reference inputs]]

Revision as of 11:23, 6 June 2013

Argon drive achitecture

GraniteCore a.k.a. GC is the motor control core developed for Argon (servo drive).

Argon architecture

Argon consists dual CPU architecture which run in tight synchronism and have different tasks:

GraniteCore
  • Servo control functionality for torque, velocity and position control
  • High dynamic range torque control
  • Control power stage directly
  • Axis homing functionality
  • Virtual scope to capture variables at high sample rate
  • Galvanically isolated from I/O side
I/O side CPU
  • Feed GraniteCore with real time data consisting
    • Position & velocity feedback device data
    • State of physical inputs (enable, clear faults, hall sensors etc)
    • SimpleMotion V2 commands to read/write parameters
  • Interface different types feedback devices and reference inputs
  • Handle SimpleMotion V2 communication
  • Display device state via digital outputs and LED indicators

I/O side CPU has open source firmware allowing end users to implement additional drivers for feedback devices and/or create stand-alone servo drive applications without external Controller.