SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
1
Product Names: Whistle & Maestro
Application Solutions Case Study
Closed Loop Planar Servo Motor
Rev-3 25-02-09
2
What is a planar motor?
A linear motor with two dimensions of
freedom
The planar motor is based on the
principles of linear direct motors. The
axis system consists of two main
components.
The primary component is a rotor
structure made of cast aluminum or
stainless steel that includes permanent
magnets, inductor elements and air
nozzles.
The secondary component, the stator,
consists of a stainless steel plate with a
closely spaced grid of intersecting
grooves on its surface. The grid spacing
may be 1 or 3 mm. The stator grooves
are coated with molded polymer (or polymer epoxy resin) and function as a gear structure,
with sets of stator teeth and tooth gaps at right angles to each other in the
X-Y plane.
The functional area of the rotors has polymer-molded gear teeth that interlock with the gear
teeth of the stator. The surface of the rotor structure that faces the stator has nozzles
connected to a compressed air feed. When the air supply is switched on and current flows in
the system, the interplay between the air gap and the induction coils creates an air bearing of
15 ± 7 μm between the stator and the rotor, which allows the free movement of the rotor in the
X and Y plane.
To achieve high power development and accuracy in movement and positioning, the hybrid
stepper motors require faultless alignment of the rotor and stator. Incorrect alignment
reduces operational efficiency.
Requirements
1. Wear-free bearings, constant parameters, with smooth movement that is not impaired by
slipping and sticking.
2. Simultaneous and independent motion for several rotors on the stator.
3. Construction of complicated axis systems, cross tables, main opening, XYZ-plane
systems.
4. Work in all the planes of the available space – both overhead and in the horizontal plane.
5. Excellent dynamics via high acceleration and speed.
6. Operation as a step motor or as a regulated micro step servo motor and controller
combination.
7. Maintenance-free, frictionless and wear-free.
3
Planar Motor
The planar motor offers a unique design that enables new motion
modes and protects the moving parts from losing force and "losing
their grip". All devices in the mobile component are Plug and Play!
Planar Motor Data
Axis Name Controller Mission
Y-Axis Master SOL-WHI-5/60E01 Obtain the Y position from the control unit
X-Axis Master SOL-WHI-5/60E01 Obtain the X position from the control unit
Y-Axis Slave SOL-WHI-5/60E05 Protect the Y-axis from rotation. The Y-axis Slave
obtains the position from the Y-axis Master via the
Master-Slave connection. This protects the planar
motor from losing force since it is stabilized and
controlled on the Y-axis.
Maestro
Axis Name Controller Mission
Control Unit MAS-10012-1C The Maestro obtains the command position from the
PC and converts it to X- and Y-position coordinates.
4
Motor Data
Feature Specification
Type Servo planar motor (air bearing hybrid stepper motor)
Weight 7 kg
Numbers of motors Three motors (1x X / 2x Y)
Force per motor Maximum 40 N (at 3 A continuous current)
Special Y-motor in Master-Slave working mode (position
control) to protect the motor against rotation
Air valve Onboard
Amplifier for addition application Onboard
Supply voltage 48 VDC, 24 VDC
Communication CANopen
Inductive encoders Encoder system AMO, resolution 0.00025 mm
Encoder measurement system Stator of the motors
The Challenge
How to commutate a system when the measurement system is moving
In contrast to other planar systems, the moving part of this planar motor includes the
measurement mechanism. This mechanism makes the planar motor cheaper and provides
more options for different measurement systems.
No angle allowed
The challenge of planar motor design
is that it must be position-stabilized at
all times: The motor can only provide
the full force if it is oriented correctly.
Even a small angle results in a huge
loss of potential force. In the worst
case scenario, the angle deviates so
much from the required position that
the planar motor is not able to move
and loses all commutation.
.
No torque
No torque
Correct working
position
5
The Elmo Solution
How the commutation works
Movements Description
At start-up, the location and orientation of the planar
motor is unknown. The planar motor can only acquire
force if it is positioned correctly.
All feedbacks must be inactive and all the Y-axis SimplIQ-
Whistle drives must move with the same speed relative to
the frame,
The planar motor moves to the outer frame in the
“Stepper” mode (not using the feedback), to arrive at the
correct starting position.
The twist is corrected and the SimplIQ-Whistle drives on
the Y-axis are commutated.
The planar motor must move to a corner to define its
second position. While moving, the motor must
continually verify that it is always correctly positioned with
respect to the frame.
From the corner, the motor can commutate the X-axis.
With all the axes commutating, the planar motor is able to
move in position mode and the Master-Slave protection is
activated.
How does the anti-angle work?
Because the communication is not sufficiently fast to handle the synchronization, Elmo
Motion Control recommends that both devices be set up in a Position-Follower
configuration. The YA[N]command for the SimplIQ-Whistle defines the behavior and
direction of the auxiliary position sensor signals. YA[4] is used to specify that the auxiliary
encoder pins shall be outputs, and shall repeat the pulses of the main position
incremental or analog sensors. This mode is used to enable other drives to follow,
without electrically overloading the main position sensor.
The main position incremental encoder is direct on
every controller. The Master is controlled in position or
velocity mode and sends its position over the auxiliary
encoder. YA[4] = 4 specifies that there are no auxiliary
encoder inputs and that the auxiliary encoder pin output
repeats the main encoder input (or produces an
emulated encoder signal for drives with analog encoder
or resolver feedback options).
The situation is similar for the Slave. YA[4] = 2 sets up an auxiliary encoder entry that is
used as input for external quadrate incremental encoder signals.
Master Slave
Main Feedback
6
Program example:
#@AUTOEXEC
YA[4]=2 // Set AUX feedback as quadrate incremental encoder command input.
FR[3]=1 // Set follower ratio to 100%
AG[2]=0 // Disable influence of analog input
RM=1 // Enable reference mode
UM=5 // Set position mode
MO=1 // Motor on
BG // Begin motion
Advantages of using the Maestro as a control unit
Movement Description
The Maestro controls only the Master Axis for the planar
motor.
Setting up the movement parameters. Both axes are
controlled as vectors. At the beginning, after each
movement, we want the motor to wait for new
commands:
v1.attach()
v1.vsp=70000 // max velocity
v1.vse=0 //* end velocity*/
Achieving point-to-point movement. Initially, we want
the motor to start at 0 and move to a position in the field.
v1.line(70000, 100000) //go to position (7000,10000)
v1.bg //action!
Achieving more interesting motion. It is more useful to
work as a vector from this location.
What we want:
Radius 50000,
Start angle 180°
3/4 turn=270°
v1.circle(50000, 180, 270) // create circle
v1.bg // start motion
Radius 50000
start angle 180°
(70000,10000)
7
Important considerations
• Standard voltage is 48 V DC. It is possible to work with up to 85 V DC for high
speed applications.
• Reduce the amount of cabling to greatly improve performance.
• Plug and Play functionality simplifies the motion system.
• Closed loop functionality provides very high resolution and better control.
• Smoother movement is possible because all the axes have one feedback
system.
• Control at a low level is enabled: The Master-Slave control needs to be
extremely fast and precise.
• Mass is important because all the devices are moving.
PASIM Direktantriebe GmbH was founded in 1991 by Dr. Günter Dreifke, based on the know-
how of the Technical University of Ilmenau. This expertise, coupled with knowledgeable,
experienced staff and patented solutions is, to this day, the foundation and guarantee of
sound, steady technical and corporate development.
The core business of PASIM is the development, manufacture, distribution and servicing of the
company's air-mounted direct drives and systems. The advanced mechatronic products are
produced by the company's personnel in close cooperation with regional partners. The
company employs seventeen staff members.
Why Elmo:
• Advanced motion and servo control
• Distributed networking
• High density coupled with high power
• High reliability
• High efficiency
• Easy to use: Reduction of complexity
• Compact Size
For more information on Elmo:
Elmo Motion Control Ltd.
64 Gissin St. P.O. Box 463
Petach Tikva 49103 Israel
Tel: +972-3-929-2300
Fax: +972-3-929-2322
Email: info-il@elmomc.com
www.elmomc.com

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Motors and controller circuit
Motors and controller circuitMotors and controller circuit
Motors and controller circuit
 
written pole electric motor
written pole electric motorwritten pole electric motor
written pole electric motor
 
Hybrid stepper motors
Hybrid stepper motorsHybrid stepper motors
Hybrid stepper motors
 
Stepper motor
Stepper motorStepper motor
Stepper motor
 
Stepper motor
Stepper motorStepper motor
Stepper motor
 
Step ppt
Step pptStep ppt
Step ppt
 
Stepper motor
Stepper motorStepper motor
Stepper motor
 
Stepper Motor Types, Advantages And Applications
 Stepper Motor Types, Advantages And Applications Stepper Motor Types, Advantages And Applications
Stepper Motor Types, Advantages And Applications
 
Motors types
Motors typesMotors types
Motors types
 
Stepper motor Presentation
Stepper motor Presentation Stepper motor Presentation
Stepper motor Presentation
 
Stepper motors
Stepper motorsStepper motors
Stepper motors
 
Stepper motor by pankaj chaudhary
Stepper motor by pankaj chaudharyStepper motor by pankaj chaudhary
Stepper motor by pankaj chaudhary
 
Electric Servo Motor
Electric Servo MotorElectric Servo Motor
Electric Servo Motor
 
Stepper motor control
Stepper motor controlStepper motor control
Stepper motor control
 
Dc servo motor
Dc servo motorDc servo motor
Dc servo motor
 
Interfacing stepper motor
Interfacing stepper motorInterfacing stepper motor
Interfacing stepper motor
 
Ac servo motor
Ac servo motorAc servo motor
Ac servo motor
 
stepper motor
stepper motorstepper motor
stepper motor
 
Microstepping of stepper Motor
Microstepping of stepper MotorMicrostepping of stepper Motor
Microstepping of stepper Motor
 
Single Phase Induction Motor Speed Control
Single Phase Induction Motor Speed ControlSingle Phase Induction Motor Speed Control
Single Phase Induction Motor Speed Control
 

Andere mochten auch

Servo motor and servo drive
Servo motor and servo driveServo motor and servo drive
Servo motor and servo driveSai Kumar
 
Servo Drive for Top Performance | ElmoMC
Servo Drive for Top Performance | ElmoMC Servo Drive for Top Performance | ElmoMC
Servo Drive for Top Performance | ElmoMC Elmo Motion Control
 
Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...eSAT Journals
 
Servomotor Application
Servomotor ApplicationServomotor Application
Servomotor ApplicationAzlan Ismail
 
Control servo system-GMRT
Control servo system-GMRTControl servo system-GMRT
Control servo system-GMRTshrijeebghosh
 
Servo drive application for print inspection | ElmoMC
Servo drive application for print inspection | ElmoMCServo drive application for print inspection | ElmoMC
Servo drive application for print inspection | ElmoMCElmo Motion Control
 
Filtering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking errorFiltering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking erroranusheel nahar
 
Shimpo circulute 3000_specsheet
Shimpo circulute 3000_specsheetShimpo circulute 3000_specsheet
Shimpo circulute 3000_specsheetElectromate
 
servo motor control using arduino
servo motor control using arduinoservo motor control using arduino
servo motor control using arduinobharath bharath
 
LG L Series Market Research and Consumer Behaviour Analysis
LG L Series Market Research and Consumer Behaviour AnalysisLG L Series Market Research and Consumer Behaviour Analysis
LG L Series Market Research and Consumer Behaviour AnalysisJuan Mejia
 
Nitish servo system
Nitish servo systemNitish servo system
Nitish servo systemAkash Maurya
 
DLP Projection systems
DLP Projection systemsDLP Projection systems
DLP Projection systemsVarun Kambrath
 
Audi Auto Market Survey Report
Audi Auto Market Survey ReportAudi Auto Market Survey Report
Audi Auto Market Survey ReportNivin Vinoi
 
DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC MOTOR SPEED CON...
DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC  MOTOR  SPEED  CON...DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC  MOTOR  SPEED  CON...
DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC MOTOR SPEED CON...Varun Kambrath
 
Linear Induction Motor (Electric Trains based on magnetic Levtation)
Linear Induction Motor (Electric Trains based on magnetic Levtation)Linear Induction Motor (Electric Trains based on magnetic Levtation)
Linear Induction Motor (Electric Trains based on magnetic Levtation)Ajit Singh Rajawat
 

Andere mochten auch (20)

Servo motor and servo drive
Servo motor and servo driveServo motor and servo drive
Servo motor and servo drive
 
Servo Drive for Top Performance | ElmoMC
Servo Drive for Top Performance | ElmoMC Servo Drive for Top Performance | ElmoMC
Servo Drive for Top Performance | ElmoMC
 
Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...Servomotor based electronic steering system in four wheeler vehicles by means...
Servomotor based electronic steering system in four wheeler vehicles by means...
 
Servomotor Application
Servomotor ApplicationServomotor Application
Servomotor Application
 
Control servo system-GMRT
Control servo system-GMRTControl servo system-GMRT
Control servo system-GMRT
 
Servo drive application for print inspection | ElmoMC
Servo drive application for print inspection | ElmoMCServo drive application for print inspection | ElmoMC
Servo drive application for print inspection | ElmoMC
 
Filtering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking errorFiltering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking error
 
Shimpo circulute 3000_specsheet
Shimpo circulute 3000_specsheetShimpo circulute 3000_specsheet
Shimpo circulute 3000_specsheet
 
Servomotor
ServomotorServomotor
Servomotor
 
Ac servomotor
Ac servomotorAc servomotor
Ac servomotor
 
servo motor control using arduino
servo motor control using arduinoservo motor control using arduino
servo motor control using arduino
 
LG L Series Market Research and Consumer Behaviour Analysis
LG L Series Market Research and Consumer Behaviour AnalysisLG L Series Market Research and Consumer Behaviour Analysis
LG L Series Market Research and Consumer Behaviour Analysis
 
ARM_Thumb mode
ARM_Thumb modeARM_Thumb mode
ARM_Thumb mode
 
Nitish servo system
Nitish servo systemNitish servo system
Nitish servo system
 
DLP Projection systems
DLP Projection systemsDLP Projection systems
DLP Projection systems
 
Audi Auto Market Survey Report
Audi Auto Market Survey ReportAudi Auto Market Survey Report
Audi Auto Market Survey Report
 
DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC MOTOR SPEED CON...
DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC  MOTOR  SPEED  CON...DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC  MOTOR  SPEED  CON...
DESIGN ,ANALYSIS &COMPARISON OF VARIOUS CONTROLLERS FOR DC MOTOR SPEED CON...
 
Motor Control - VE2013
Motor Control - VE2013Motor Control - VE2013
Motor Control - VE2013
 
Linear Induction Motor (Electric Trains based on magnetic Levtation)
Linear Induction Motor (Electric Trains based on magnetic Levtation)Linear Induction Motor (Electric Trains based on magnetic Levtation)
Linear Induction Motor (Electric Trains based on magnetic Levtation)
 
ARM- Programmer's Model
ARM- Programmer's ModelARM- Programmer's Model
ARM- Programmer's Model
 

Ähnlich wie Closed loop-planar-servo-motor

semi automatic puzzle car parking
semi automatic puzzle car parking semi automatic puzzle car parking
semi automatic puzzle car parking ParikshitSharma37
 
It 5170 stepper motor
It 5170 stepper motorIt 5170 stepper motor
It 5170 stepper motorIshfaqah
 
Stability Control System for a Two-Wheeler
Stability Control System for a Two-WheelerStability Control System for a Two-Wheeler
Stability Control System for a Two-WheelerIOSRJEEE
 
IRJET- Automatic Side Stand and Foot Rest Retrieval System
IRJET- Automatic Side Stand and Foot Rest Retrieval SystemIRJET- Automatic Side Stand and Foot Rest Retrieval System
IRJET- Automatic Side Stand and Foot Rest Retrieval SystemIRJET Journal
 
Shimpo rxc catalog
Shimpo rxc catalogShimpo rxc catalog
Shimpo rxc catalogElectromate
 
INTERNAL GEAR PUMP
INTERNAL GEAR PUMPINTERNAL GEAR PUMP
INTERNAL GEAR PUMPSuchit Moon
 
Harmonic planetary gearheads_catalog
Harmonic planetary gearheads_catalogHarmonic planetary gearheads_catalog
Harmonic planetary gearheads_catalogElectromate
 
QuickSilver Controls QCI-WP003
QuickSilver Controls  QCI-WP003QuickSilver Controls  QCI-WP003
QuickSilver Controls QCI-WP003Electromate
 
IRJET-Design and Development of Automatic Coil Winding Machine
IRJET-Design and Development of Automatic Coil Winding MachineIRJET-Design and Development of Automatic Coil Winding Machine
IRJET-Design and Development of Automatic Coil Winding MachineIRJET Journal
 
IRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded SystemIRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded SystemIRJET Journal
 
Design and development of a six tool turret using Geneva Mechanism
Design and development of a six tool turret using Geneva MechanismDesign and development of a six tool turret using Geneva Mechanism
Design and development of a six tool turret using Geneva MechanismSundar Bhattacharjee
 
Harmonic csf mini_catalog
Harmonic csf mini_catalogHarmonic csf mini_catalog
Harmonic csf mini_catalogElectromate
 
Shubhijit Dhak.pdf
Shubhijit Dhak.pdfShubhijit Dhak.pdf
Shubhijit Dhak.pdfBARUNSINGH43
 
Embedded Profile Control | Unico
Embedded Profile Control | UnicoEmbedded Profile Control | Unico
Embedded Profile Control | UnicoUnico
 
Embedded Profile Control | Unico.pdf
Embedded Profile Control | Unico.pdfEmbedded Profile Control | Unico.pdf
Embedded Profile Control | Unico.pdfUnico
 

Ähnlich wie Closed loop-planar-servo-motor (20)

semi automatic puzzle car parking
semi automatic puzzle car parking semi automatic puzzle car parking
semi automatic puzzle car parking
 
It 5170 stepper motor
It 5170 stepper motorIt 5170 stepper motor
It 5170 stepper motor
 
Stability Control System for a Two-Wheeler
Stability Control System for a Two-WheelerStability Control System for a Two-Wheeler
Stability Control System for a Two-Wheeler
 
IRJET- Automatic Side Stand and Foot Rest Retrieval System
IRJET- Automatic Side Stand and Foot Rest Retrieval SystemIRJET- Automatic Side Stand and Foot Rest Retrieval System
IRJET- Automatic Side Stand and Foot Rest Retrieval System
 
Shimpo rxc catalog
Shimpo rxc catalogShimpo rxc catalog
Shimpo rxc catalog
 
INTERNAL GEAR PUMP
INTERNAL GEAR PUMPINTERNAL GEAR PUMP
INTERNAL GEAR PUMP
 
Actuators.pptx
Actuators.pptxActuators.pptx
Actuators.pptx
 
Harmonic planetary gearheads_catalog
Harmonic planetary gearheads_catalogHarmonic planetary gearheads_catalog
Harmonic planetary gearheads_catalog
 
Project paper
Project paperProject paper
Project paper
 
QuickSilver Controls QCI-WP003
QuickSilver Controls  QCI-WP003QuickSilver Controls  QCI-WP003
QuickSilver Controls QCI-WP003
 
IRJET-Design and Development of Automatic Coil Winding Machine
IRJET-Design and Development of Automatic Coil Winding MachineIRJET-Design and Development of Automatic Coil Winding Machine
IRJET-Design and Development of Automatic Coil Winding Machine
 
IRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded SystemIRJET- Automated Gear Transmission in Two Wheelers using Embedded System
IRJET- Automated Gear Transmission in Two Wheelers using Embedded System
 
Design and development of a six tool turret using Geneva Mechanism
Design and development of a six tool turret using Geneva MechanismDesign and development of a six tool turret using Geneva Mechanism
Design and development of a six tool turret using Geneva Mechanism
 
B04550612
B04550612B04550612
B04550612
 
Harmonic csf mini_catalog
Harmonic csf mini_catalogHarmonic csf mini_catalog
Harmonic csf mini_catalog
 
Shubhijit Dhak.pdf
Shubhijit Dhak.pdfShubhijit Dhak.pdf
Shubhijit Dhak.pdf
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Embedded Profile Control | Unico
Embedded Profile Control | UnicoEmbedded Profile Control | Unico
Embedded Profile Control | Unico
 
Embedded Profile Control | Unico.pdf
Embedded Profile Control | Unico.pdfEmbedded Profile Control | Unico.pdf
Embedded Profile Control | Unico.pdf
 
Embedded Profile Control | Unico
Embedded Profile Control | UnicoEmbedded Profile Control | Unico
Embedded Profile Control | Unico
 

Mehr von Elmo Motion Control

Flying vision target position corrections | ElmoMC
Flying vision target position corrections | ElmoMCFlying vision target position corrections | ElmoMC
Flying vision target position corrections | ElmoMCElmo Motion Control
 
Servo drive application for high mobility robot
Servo drive application for high mobility robotServo drive application for high mobility robot
Servo drive application for high mobility robotElmo Motion Control
 
Gold Drum HV servo drive thermal management
Gold Drum HV servo drive thermal management Gold Drum HV servo drive thermal management
Gold Drum HV servo drive thermal management Elmo Motion Control
 
Servo drive application for bomb disposal robot
Servo drive application for bomb disposal robotServo drive application for bomb disposal robot
Servo drive application for bomb disposal robotElmo Motion Control
 
Servo drive application for box labeling
Servo drive application for box labelingServo drive application for box labeling
Servo drive application for box labelingElmo Motion Control
 
Tambourine servo power supply | ElmoMC
Tambourine servo power supply | ElmoMCTambourine servo power supply | ElmoMC
Tambourine servo power supply | ElmoMCElmo Motion Control
 
Boosting the Performance LED Semiconductor Die-Bonding Machine
Boosting the Performance LED Semiconductor Die-Bonding MachineBoosting the Performance LED Semiconductor Die-Bonding Machine
Boosting the Performance LED Semiconductor Die-Bonding MachineElmo Motion Control
 
Motion control application for wind turbine
Motion control application for wind turbineMotion control application for wind turbine
Motion control application for wind turbineElmo Motion Control
 
Elmo motion control- industrial products catalog
Elmo motion control- industrial products catalogElmo motion control- industrial products catalog
Elmo motion control- industrial products catalogElmo Motion Control
 
Servo Drive Solution for Yarn Winding Machine
Servo Drive Solution for Yarn Winding MachineServo Drive Solution for Yarn Winding Machine
Servo Drive Solution for Yarn Winding MachineElmo Motion Control
 
Motion control application cardiac imaging scanner
Motion control application cardiac imaging scannerMotion control application cardiac imaging scanner
Motion control application cardiac imaging scannerElmo Motion Control
 
Motion control application for clean room robot
Motion control application for clean room robotMotion control application for clean room robot
Motion control application for clean room robotElmo Motion Control
 
Servo Drives For a Wide Range of AC/DC Voltages | ElmoMC
Servo Drives For a Wide Range of AC/DC Voltages | ElmoMCServo Drives For a Wide Range of AC/DC Voltages | ElmoMC
Servo Drives For a Wide Range of AC/DC Voltages | ElmoMCElmo Motion Control
 
Servo Drives for ANY Qualitative Power | ElmoMC
Servo Drives for ANY Qualitative Power | ElmoMCServo Drives for ANY Qualitative Power | ElmoMC
Servo Drives for ANY Qualitative Power | ElmoMCElmo Motion Control
 
Solution for Industrial Printing & Textile Machines | Elmo Motion Control
Solution for Industrial Printing & Textile Machines | Elmo Motion ControlSolution for Industrial Printing & Textile Machines | Elmo Motion Control
Solution for Industrial Printing & Textile Machines | Elmo Motion ControlElmo Motion Control
 
Motion Controller for Any Application | ElmoMC
Motion Controller for Any Application | ElmoMC Motion Controller for Any Application | ElmoMC
Motion Controller for Any Application | ElmoMC Elmo Motion Control
 
Multi-Axis Position Control by EtherCAT | ElmoMC
Multi-Axis Position Control by EtherCAT | ElmoMCMulti-Axis Position Control by EtherCAT | ElmoMC
Multi-Axis Position Control by EtherCAT | ElmoMCElmo Motion Control
 

Mehr von Elmo Motion Control (19)

Flying vision target position corrections | ElmoMC
Flying vision target position corrections | ElmoMCFlying vision target position corrections | ElmoMC
Flying vision target position corrections | ElmoMC
 
Servo drive application for high mobility robot
Servo drive application for high mobility robotServo drive application for high mobility robot
Servo drive application for high mobility robot
 
Gold Drum HV servo drive thermal management
Gold Drum HV servo drive thermal management Gold Drum HV servo drive thermal management
Gold Drum HV servo drive thermal management
 
Servo drive application for bomb disposal robot
Servo drive application for bomb disposal robotServo drive application for bomb disposal robot
Servo drive application for bomb disposal robot
 
Servo drive application for box labeling
Servo drive application for box labelingServo drive application for box labeling
Servo drive application for box labeling
 
Tambourine servo power supply | ElmoMC
Tambourine servo power supply | ElmoMCTambourine servo power supply | ElmoMC
Tambourine servo power supply | ElmoMC
 
Gold Duo Servo Drive | ElmoMC
Gold Duo Servo Drive | ElmoMCGold Duo Servo Drive | ElmoMC
Gold Duo Servo Drive | ElmoMC
 
Boosting the Performance LED Semiconductor Die-Bonding Machine
Boosting the Performance LED Semiconductor Die-Bonding MachineBoosting the Performance LED Semiconductor Die-Bonding Machine
Boosting the Performance LED Semiconductor Die-Bonding Machine
 
Motion control application for wind turbine
Motion control application for wind turbineMotion control application for wind turbine
Motion control application for wind turbine
 
Elmo motion control- industrial products catalog
Elmo motion control- industrial products catalogElmo motion control- industrial products catalog
Elmo motion control- industrial products catalog
 
Servo Drive Solution for Yarn Winding Machine
Servo Drive Solution for Yarn Winding MachineServo Drive Solution for Yarn Winding Machine
Servo Drive Solution for Yarn Winding Machine
 
Motion control application cardiac imaging scanner
Motion control application cardiac imaging scannerMotion control application cardiac imaging scanner
Motion control application cardiac imaging scanner
 
Motion control application for clean room robot
Motion control application for clean room robotMotion control application for clean room robot
Motion control application for clean room robot
 
What is CANopen? | ElmoMC
What is CANopen? | ElmoMCWhat is CANopen? | ElmoMC
What is CANopen? | ElmoMC
 
Servo Drives For a Wide Range of AC/DC Voltages | ElmoMC
Servo Drives For a Wide Range of AC/DC Voltages | ElmoMCServo Drives For a Wide Range of AC/DC Voltages | ElmoMC
Servo Drives For a Wide Range of AC/DC Voltages | ElmoMC
 
Servo Drives for ANY Qualitative Power | ElmoMC
Servo Drives for ANY Qualitative Power | ElmoMCServo Drives for ANY Qualitative Power | ElmoMC
Servo Drives for ANY Qualitative Power | ElmoMC
 
Solution for Industrial Printing & Textile Machines | Elmo Motion Control
Solution for Industrial Printing & Textile Machines | Elmo Motion ControlSolution for Industrial Printing & Textile Machines | Elmo Motion Control
Solution for Industrial Printing & Textile Machines | Elmo Motion Control
 
Motion Controller for Any Application | ElmoMC
Motion Controller for Any Application | ElmoMC Motion Controller for Any Application | ElmoMC
Motion Controller for Any Application | ElmoMC
 
Multi-Axis Position Control by EtherCAT | ElmoMC
Multi-Axis Position Control by EtherCAT | ElmoMCMulti-Axis Position Control by EtherCAT | ElmoMC
Multi-Axis Position Control by EtherCAT | ElmoMC
 

Kürzlich hochgeladen

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Kürzlich hochgeladen (20)

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

Closed loop-planar-servo-motor

  • 1. 1 Product Names: Whistle & Maestro Application Solutions Case Study Closed Loop Planar Servo Motor Rev-3 25-02-09
  • 2. 2 What is a planar motor? A linear motor with two dimensions of freedom The planar motor is based on the principles of linear direct motors. The axis system consists of two main components. The primary component is a rotor structure made of cast aluminum or stainless steel that includes permanent magnets, inductor elements and air nozzles. The secondary component, the stator, consists of a stainless steel plate with a closely spaced grid of intersecting grooves on its surface. The grid spacing may be 1 or 3 mm. The stator grooves are coated with molded polymer (or polymer epoxy resin) and function as a gear structure, with sets of stator teeth and tooth gaps at right angles to each other in the X-Y plane. The functional area of the rotors has polymer-molded gear teeth that interlock with the gear teeth of the stator. The surface of the rotor structure that faces the stator has nozzles connected to a compressed air feed. When the air supply is switched on and current flows in the system, the interplay between the air gap and the induction coils creates an air bearing of 15 ± 7 μm between the stator and the rotor, which allows the free movement of the rotor in the X and Y plane. To achieve high power development and accuracy in movement and positioning, the hybrid stepper motors require faultless alignment of the rotor and stator. Incorrect alignment reduces operational efficiency. Requirements 1. Wear-free bearings, constant parameters, with smooth movement that is not impaired by slipping and sticking. 2. Simultaneous and independent motion for several rotors on the stator. 3. Construction of complicated axis systems, cross tables, main opening, XYZ-plane systems. 4. Work in all the planes of the available space – both overhead and in the horizontal plane. 5. Excellent dynamics via high acceleration and speed. 6. Operation as a step motor or as a regulated micro step servo motor and controller combination. 7. Maintenance-free, frictionless and wear-free.
  • 3. 3 Planar Motor The planar motor offers a unique design that enables new motion modes and protects the moving parts from losing force and "losing their grip". All devices in the mobile component are Plug and Play! Planar Motor Data Axis Name Controller Mission Y-Axis Master SOL-WHI-5/60E01 Obtain the Y position from the control unit X-Axis Master SOL-WHI-5/60E01 Obtain the X position from the control unit Y-Axis Slave SOL-WHI-5/60E05 Protect the Y-axis from rotation. The Y-axis Slave obtains the position from the Y-axis Master via the Master-Slave connection. This protects the planar motor from losing force since it is stabilized and controlled on the Y-axis. Maestro Axis Name Controller Mission Control Unit MAS-10012-1C The Maestro obtains the command position from the PC and converts it to X- and Y-position coordinates.
  • 4. 4 Motor Data Feature Specification Type Servo planar motor (air bearing hybrid stepper motor) Weight 7 kg Numbers of motors Three motors (1x X / 2x Y) Force per motor Maximum 40 N (at 3 A continuous current) Special Y-motor in Master-Slave working mode (position control) to protect the motor against rotation Air valve Onboard Amplifier for addition application Onboard Supply voltage 48 VDC, 24 VDC Communication CANopen Inductive encoders Encoder system AMO, resolution 0.00025 mm Encoder measurement system Stator of the motors The Challenge How to commutate a system when the measurement system is moving In contrast to other planar systems, the moving part of this planar motor includes the measurement mechanism. This mechanism makes the planar motor cheaper and provides more options for different measurement systems. No angle allowed The challenge of planar motor design is that it must be position-stabilized at all times: The motor can only provide the full force if it is oriented correctly. Even a small angle results in a huge loss of potential force. In the worst case scenario, the angle deviates so much from the required position that the planar motor is not able to move and loses all commutation. . No torque No torque Correct working position
  • 5. 5 The Elmo Solution How the commutation works Movements Description At start-up, the location and orientation of the planar motor is unknown. The planar motor can only acquire force if it is positioned correctly. All feedbacks must be inactive and all the Y-axis SimplIQ- Whistle drives must move with the same speed relative to the frame, The planar motor moves to the outer frame in the “Stepper” mode (not using the feedback), to arrive at the correct starting position. The twist is corrected and the SimplIQ-Whistle drives on the Y-axis are commutated. The planar motor must move to a corner to define its second position. While moving, the motor must continually verify that it is always correctly positioned with respect to the frame. From the corner, the motor can commutate the X-axis. With all the axes commutating, the planar motor is able to move in position mode and the Master-Slave protection is activated. How does the anti-angle work? Because the communication is not sufficiently fast to handle the synchronization, Elmo Motion Control recommends that both devices be set up in a Position-Follower configuration. The YA[N]command for the SimplIQ-Whistle defines the behavior and direction of the auxiliary position sensor signals. YA[4] is used to specify that the auxiliary encoder pins shall be outputs, and shall repeat the pulses of the main position incremental or analog sensors. This mode is used to enable other drives to follow, without electrically overloading the main position sensor. The main position incremental encoder is direct on every controller. The Master is controlled in position or velocity mode and sends its position over the auxiliary encoder. YA[4] = 4 specifies that there are no auxiliary encoder inputs and that the auxiliary encoder pin output repeats the main encoder input (or produces an emulated encoder signal for drives with analog encoder or resolver feedback options). The situation is similar for the Slave. YA[4] = 2 sets up an auxiliary encoder entry that is used as input for external quadrate incremental encoder signals. Master Slave Main Feedback
  • 6. 6 Program example: #@AUTOEXEC YA[4]=2 // Set AUX feedback as quadrate incremental encoder command input. FR[3]=1 // Set follower ratio to 100% AG[2]=0 // Disable influence of analog input RM=1 // Enable reference mode UM=5 // Set position mode MO=1 // Motor on BG // Begin motion Advantages of using the Maestro as a control unit Movement Description The Maestro controls only the Master Axis for the planar motor. Setting up the movement parameters. Both axes are controlled as vectors. At the beginning, after each movement, we want the motor to wait for new commands: v1.attach() v1.vsp=70000 // max velocity v1.vse=0 //* end velocity*/ Achieving point-to-point movement. Initially, we want the motor to start at 0 and move to a position in the field. v1.line(70000, 100000) //go to position (7000,10000) v1.bg //action! Achieving more interesting motion. It is more useful to work as a vector from this location. What we want: Radius 50000, Start angle 180° 3/4 turn=270° v1.circle(50000, 180, 270) // create circle v1.bg // start motion Radius 50000 start angle 180° (70000,10000)
  • 7. 7 Important considerations • Standard voltage is 48 V DC. It is possible to work with up to 85 V DC for high speed applications. • Reduce the amount of cabling to greatly improve performance. • Plug and Play functionality simplifies the motion system. • Closed loop functionality provides very high resolution and better control. • Smoother movement is possible because all the axes have one feedback system. • Control at a low level is enabled: The Master-Slave control needs to be extremely fast and precise. • Mass is important because all the devices are moving. PASIM Direktantriebe GmbH was founded in 1991 by Dr. Günter Dreifke, based on the know- how of the Technical University of Ilmenau. This expertise, coupled with knowledgeable, experienced staff and patented solutions is, to this day, the foundation and guarantee of sound, steady technical and corporate development. The core business of PASIM is the development, manufacture, distribution and servicing of the company's air-mounted direct drives and systems. The advanced mechatronic products are produced by the company's personnel in close cooperation with regional partners. The company employs seventeen staff members. Why Elmo: • Advanced motion and servo control • Distributed networking • High density coupled with high power • High reliability • High efficiency • Easy to use: Reduction of complexity • Compact Size For more information on Elmo: Elmo Motion Control Ltd. 64 Gissin St. P.O. Box 463 Petach Tikva 49103 Israel Tel: +972-3-929-2300 Fax: +972-3-929-2322 Email: info-il@elmomc.com www.elmomc.com