SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
Spooling is the most effective way to conveniently package materials of exceptionally long length such as thread,
film, wire and thermoplastics. Moog Animatics has been a long-time solution provider for winding and spooling
applications and recently developed new commands specifically for the winding industry.
The integrity of a spool of any material is primarily based on the wind pattern and proper tension control used
throughout the winding process. Typically, the spooling material is fed at a certain rate while a guide traverses the
material back and forth corresponding to a desired pattern. The position accuracy of a traversing guide is best
maintained when it’s linked to the rotational velocity of the winding spool. Selection of proper traverse type for different
materials is crucial, especially for profile materials that can’t twist or tolerate excessive stress.
Common Problems in Winding & Spooling
Material tension control
Setting proper dwell points
Over-travel and under-travel (“dog-bone” spools)
Inadequate or excess stress on the spooling material
Tapered patterns with low friction material
Tapered patterns wound onto cylindrical cores
SmartmotorTM
Solutions
Specialized commands for winding applications
Reduced total cabling costs
Easily add additional axes
Auto-reversing electronic gearing
Closed-loop system control
◊
◊
◊
◊
◊
◊
◊
◊
◊
◊
◊
Precision
Winding
Applications:
Fiber optic material
Thread and yarn
Paper, film and foil
Medical catheters
Microphone coils
Copper and other wire
Guitar strings
Edge-wound voice coils
Tape
Filter media for sub-micron sized filter
elements
Control Solutions for Winding & Spooling
Dwell points
Slew
◊
◊
Define absolute or relative position control settings for
Traverse points
Spool widths
◊
◊
Servo Motor Advanced Motion Cotroller
Drive
Communications
Encoder
All integrated motor products made by Moog Animatics are covered by patent number 5,912,541.
With the SmartMotor you can...
Set gear ratios to change angle of wind using MFMUL and MFDIV commands
Set high & low traverse points to change spool width and position using MFLTP and MFHTP
Program Tapered Wind Patterns onto Cylindrical Cores
Tapered wind patterns prevent the material from getting hung up
while unwinding when it can only be pulled from the spool in a
direction parallel to the spool’s core. Tapered steel cores cost
more than cylindrical cores and complicate the winding process
due to material slip. When using a tapered core for winding
low-friction material, the material tends to slip to the smallest end
of the core regardless of the tension level.
Problem
In addition, when creating a wind pattern where the exterior shape
of the finished spool is tapered while the core was straight,
traverse points are often difficult to program and control, resulting
in a poor-quality wind.
SmartMotor Solution
A program must be written that will first build a taper pattern onto the straight spool. As material is built up, the wind
width is decremented in from one end to create the base taper layer. Once the taper pattern had built up, the
material is traversed the full length of the spool. Since each wire revolution sits in between the grooves of the
previously wound layer, the tapered pattern will remain intact without the material slipping.
A tapered wind pattern on a cylindrical core can be accomplished with an encoder to track angular position
of the main spool, a screw-driven actuator to traverse the wire guide, and Moog Animatics Class 5
SmartMotors enhanced with the latest firmware. The Moog Animatics motion control system can be programmed
to calculate the traverse speed by electronically gearing the spool encoder to the traverse axis.
Solution To Over- and Under-travel
Problem
In winding towards one end of the spool, the traversing mechanism decelerates as it nears the flange to prevent
collision. This deceleration causes material to build up faster on either end than across the middle, creating a dog
bone shape that’s wider at the two ends of the spool than it is in the middle.
SmartMotor Solution
To avoid a dog bone spool, use SmartMotor MFLTP and MFHTP commands to set traverse points slightly less
than the length of the spool between the flanges. Dwell distance can also be set to cause the traverse mechanism
to wait a certain amount of time at each end before heading back the other direction. This allows material to fill into
the gap between the flange and the set spool length.
Spool Winding Patterns
Level Wind
The turnaround ends of
each layer are at the same
point
Index Wind
Programmed stacked lanes
with precise programmed
index to the adjacent lane
also called step wind
Taper Wind
Each traverse layers a
programmed amount from
the edge to form a partial
pyramidal shape
Reverse Taper Wind
(Inverse Of Taper)
Requires specially flanged
reels
Virtual Flange Wind
Index wind pattern on
the ends with level wind
between ends
Specialty Winding Patterns Include:
Step winding
Lap winding
Tapered winding build up on straight cores
◊
◊
◊
Gapless Winding for Irregular Material width
Encoder Count Shift, Master Feed Rate Override
The ECS(value) will automatically and immediately add the ‘value’ to incoming master counts as if the master counts
actually had a jump change in value instantaneously. When issued it’s dynamic and immediate, not buffered and no G
command is required.
This command will work on top of any gearing or camming mode. It has an intended, specific purpose and isn’t
suggested unless absolutely required. The purpose is to account for changes in material width on a traverse and
take-up winding application to allow for full pacing of
material onto spools.
This can be accomplished with hardware that
dynamically detects material width as close as
possible to where it is being wound onto the master
spool.
In the diagram to the right, the sensor reads
material width and through proper programming, the
user can scale that material width input to encoder
counts to dynamically shift the traversing slave
(gearing) motor forward or backwards in real time.
Proper use of the ESC command along with
Absolute Traverse Mode will allow the user to
maintain proper traverse points at each end of the
spool while adjusting for material width variances.
Tapered Wind on Cylin-
drical Core
(See previous page)
Variable pitch winding
Auto-adjusted winding for variable width product
◊
◊
Moog Animatics www.animatics.com
3200 Patrick Henry Drive,Santa Clara,CA 95054
Tel:(408) 748 8721 Fax:(408) 748 8725 E-mail:sales@animatics.com
Sample Code
The below sample code demonstrates the use of the MFSDC (Mode Follow Slew Dwell Control) command. This
example shows how the MFSDC command can be applied to a spool winding program to automatically perform a
profile back and forth across a spool with a user defined dwell at the end for a specific span of input distance. This will
continue as long as the master encoder signal from the main spool is moving or until the motor is told to stop.
MFL (1000,1) ‘ Lower-end ramp.
MFH (1000,1) 		 ‘ Higher-end ramp.
MFLTP=-1000		 ‘ Lower traverse point (low end of spool).
MFHTP=1000 		 ‘ Higher traverse point (high end of spool).
MFMUL=1		 ‘ Ratio, multiplier for wind angle
MFDIV=1			 ‘ Ratio, divisor for wind angle
MFSDC (4000,2)		 ‘ Dwell=4000, 2=active traverse mode.
MFR			 ‘ Enable follow mode
G			 ‘ Begins move.
Once set up, the firmware controls the winding operation in the background, allowing user programs to be
running completely separate from the motion profiles. This is SmartMotor multitasking at its best.
Since gearing can be run in the second trajectory move generator, you can also make position or velocity moves on
top of traversing to allow for lap and step winding as well.
Industries and Applications Requiring Winding Capabilities
INDUSTRY APPLICATION
Semiconductor/Photonics 		 Fiber optic cable and wire manufacturing
Sound Engineering/Music 		 Edge wound voice coils
				 Microphone coils
Medical 				 Catheter Manufacturing
Industrial				 Copper Wire
Textile					 Thread and yarn production
Telecommunications 			 Cable winding
Filter Production			 Filter media for submicron sized filter elements
SmartMotor Winding Command Overview
MFLTP			 Mode Follow, Low Traverse Point. Sets low traverse point <=MFHTP
MFHTP			 Mode Follow, High Traverse Point. Sets high traverse point >=MFLTP
MFCTP(arg1,arg2) Sets control information for traverse mode.
MFL(dist,arg)		 Sets ramp distance at low travel end in traverse mode. Arg 0=master, 1=slave
MFH(dist,arg) 		 Sets ramp distance at high travel end in traverse mode. Arg 0=master, 1=slave
ECS(value)		 Adds a one-time value of encoder counts to master encoder counts coming in.
Contact us today for assistance with your motion control application.

Weitere ähnliche Inhalte

Ähnlich wie WindingIndustrySolution.pdf

A04310104
A04310104A04310104
A04310104
theijes
 

Ähnlich wie WindingIndustrySolution.pdf (20)

Enabling Value added Product (UTR) Rolling using Artificial Intelligence base...
Enabling Value added Product (UTR) Rolling using Artificial Intelligence base...Enabling Value added Product (UTR) Rolling using Artificial Intelligence base...
Enabling Value added Product (UTR) Rolling using Artificial Intelligence base...
 
IRJET- Design and Analysis Material Handling System using Kinematic Mecha...
IRJET-  	  Design and Analysis Material Handling System using Kinematic Mecha...IRJET-  	  Design and Analysis Material Handling System using Kinematic Mecha...
IRJET- Design and Analysis Material Handling System using Kinematic Mecha...
 
Comparing Industrial Level Displacer Transmitter Technologies
Comparing Industrial Level Displacer Transmitter TechnologiesComparing Industrial Level Displacer Transmitter Technologies
Comparing Industrial Level Displacer Transmitter Technologies
 
FPGA-based implementation of sensorless AC drive controllers for embedded Ele...
FPGA-based implementation of sensorless AC drive controllers for embedded Ele...FPGA-based implementation of sensorless AC drive controllers for embedded Ele...
FPGA-based implementation of sensorless AC drive controllers for embedded Ele...
 
A04310104
A04310104A04310104
A04310104
 
Modern developments in weaving
Modern developments in weavingModern developments in weaving
Modern developments in weaving
 
Fa 010-linear-displacement-transducers-increasing-performance-of-web-printing
Fa 010-linear-displacement-transducers-increasing-performance-of-web-printingFa 010-linear-displacement-transducers-increasing-performance-of-web-printing
Fa 010-linear-displacement-transducers-increasing-performance-of-web-printing
 
IRJET- Design and Fabrication of Hexacopter for Surveillance
IRJET-  	  Design and Fabrication of Hexacopter for SurveillanceIRJET-  	  Design and Fabrication of Hexacopter for Surveillance
IRJET- Design and Fabrication of Hexacopter for Surveillance
 
CNC fabric cutting machines
CNC fabric cutting machinesCNC fabric cutting machines
CNC fabric cutting machines
 
CNC-1.pptx
CNC-1.pptxCNC-1.pptx
CNC-1.pptx
 
Design and Manufacturing of Automated Card sheet Cutting Machine
Design and Manufacturing of Automated Card sheet Cutting MachineDesign and Manufacturing of Automated Card sheet Cutting Machine
Design and Manufacturing of Automated Card sheet Cutting Machine
 
Warping
WarpingWarping
Warping
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanism
 
Maximum precision for your web guiding
Maximum precision for your web guidingMaximum precision for your web guiding
Maximum precision for your web guiding
 
Vibration monitoring of Gearboxes.pdf
Vibration monitoring of Gearboxes.pdfVibration monitoring of Gearboxes.pdf
Vibration monitoring of Gearboxes.pdf
 
Pdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil code
Pdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil codePdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil code
Pdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil code
 
Mobile sniffer and jammer
Mobile sniffer and jammerMobile sniffer and jammer
Mobile sniffer and jammer
 
Universal Testing Machine
Universal Testing MachineUniversal Testing Machine
Universal Testing Machine
 
Land survey by robot
Land survey by robotLand survey by robot
Land survey by robot
 
Ring frame
Ring frame Ring frame
Ring frame
 

Mehr von plenny2

dokumen.tips_fotonaponski-sistemi-5691ef7813796.ppt
dokumen.tips_fotonaponski-sistemi-5691ef7813796.pptdokumen.tips_fotonaponski-sistemi-5691ef7813796.ppt
dokumen.tips_fotonaponski-sistemi-5691ef7813796.ppt
plenny2
 
TVZ_Komunikacije_nastupno_predavanje.ppt
TVZ_Komunikacije_nastupno_predavanje.pptTVZ_Komunikacije_nastupno_predavanje.ppt
TVZ_Komunikacije_nastupno_predavanje.ppt
plenny2
 
gabocom_commovchdfgn_fghgdsdgittings_1.pdf
gabocom_commovchdfgn_fghgdsdgittings_1.pdfgabocom_commovchdfgn_fghgdsdgittings_1.pdf
gabocom_commovchdfgn_fghgdsdgittings_1.pdf
plenny2
 
da ce bolje bit fdfd fggdsgtia-606-b.pdf
da ce bolje bit fdfd fggdsgtia-606-b.pdfda ce bolje bit fdfd fggdsgtia-606-b.pdf
da ce bolje bit fdfd fggdsgtia-606-b.pdf
plenny2
 
Power Systems and Neutral Considerations for LV MCCs-external.ppt
Power Systems and Neutral Considerations for LV MCCs-external.pptPower Systems and Neutral Considerations for LV MCCs-external.ppt
Power Systems and Neutral Considerations for LV MCCs-external.ppt
plenny2
 
Presentation CNC course with images.pptx
Presentation CNC course with images.pptxPresentation CNC course with images.pptx
Presentation CNC course with images.pptx
plenny2
 

Mehr von plenny2 (6)

dokumen.tips_fotonaponski-sistemi-5691ef7813796.ppt
dokumen.tips_fotonaponski-sistemi-5691ef7813796.pptdokumen.tips_fotonaponski-sistemi-5691ef7813796.ppt
dokumen.tips_fotonaponski-sistemi-5691ef7813796.ppt
 
TVZ_Komunikacije_nastupno_predavanje.ppt
TVZ_Komunikacije_nastupno_predavanje.pptTVZ_Komunikacije_nastupno_predavanje.ppt
TVZ_Komunikacije_nastupno_predavanje.ppt
 
gabocom_commovchdfgn_fghgdsdgittings_1.pdf
gabocom_commovchdfgn_fghgdsdgittings_1.pdfgabocom_commovchdfgn_fghgdsdgittings_1.pdf
gabocom_commovchdfgn_fghgdsdgittings_1.pdf
 
da ce bolje bit fdfd fggdsgtia-606-b.pdf
da ce bolje bit fdfd fggdsgtia-606-b.pdfda ce bolje bit fdfd fggdsgtia-606-b.pdf
da ce bolje bit fdfd fggdsgtia-606-b.pdf
 
Power Systems and Neutral Considerations for LV MCCs-external.ppt
Power Systems and Neutral Considerations for LV MCCs-external.pptPower Systems and Neutral Considerations for LV MCCs-external.ppt
Power Systems and Neutral Considerations for LV MCCs-external.ppt
 
Presentation CNC course with images.pptx
Presentation CNC course with images.pptxPresentation CNC course with images.pptx
Presentation CNC course with images.pptx
 

Kürzlich hochgeladen

Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 

Kürzlich hochgeladen (20)

Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 

WindingIndustrySolution.pdf

  • 1. Spooling is the most effective way to conveniently package materials of exceptionally long length such as thread, film, wire and thermoplastics. Moog Animatics has been a long-time solution provider for winding and spooling applications and recently developed new commands specifically for the winding industry. The integrity of a spool of any material is primarily based on the wind pattern and proper tension control used throughout the winding process. Typically, the spooling material is fed at a certain rate while a guide traverses the material back and forth corresponding to a desired pattern. The position accuracy of a traversing guide is best maintained when it’s linked to the rotational velocity of the winding spool. Selection of proper traverse type for different materials is crucial, especially for profile materials that can’t twist or tolerate excessive stress. Common Problems in Winding & Spooling Material tension control Setting proper dwell points Over-travel and under-travel (“dog-bone” spools) Inadequate or excess stress on the spooling material Tapered patterns with low friction material Tapered patterns wound onto cylindrical cores SmartmotorTM Solutions Specialized commands for winding applications Reduced total cabling costs Easily add additional axes Auto-reversing electronic gearing Closed-loop system control ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ Precision Winding Applications: Fiber optic material Thread and yarn Paper, film and foil Medical catheters Microphone coils Copper and other wire Guitar strings Edge-wound voice coils Tape Filter media for sub-micron sized filter elements Control Solutions for Winding & Spooling Dwell points Slew ◊ ◊ Define absolute or relative position control settings for Traverse points Spool widths ◊ ◊ Servo Motor Advanced Motion Cotroller Drive Communications Encoder All integrated motor products made by Moog Animatics are covered by patent number 5,912,541.
  • 2. With the SmartMotor you can... Set gear ratios to change angle of wind using MFMUL and MFDIV commands Set high & low traverse points to change spool width and position using MFLTP and MFHTP Program Tapered Wind Patterns onto Cylindrical Cores Tapered wind patterns prevent the material from getting hung up while unwinding when it can only be pulled from the spool in a direction parallel to the spool’s core. Tapered steel cores cost more than cylindrical cores and complicate the winding process due to material slip. When using a tapered core for winding low-friction material, the material tends to slip to the smallest end of the core regardless of the tension level. Problem In addition, when creating a wind pattern where the exterior shape of the finished spool is tapered while the core was straight, traverse points are often difficult to program and control, resulting in a poor-quality wind. SmartMotor Solution A program must be written that will first build a taper pattern onto the straight spool. As material is built up, the wind width is decremented in from one end to create the base taper layer. Once the taper pattern had built up, the material is traversed the full length of the spool. Since each wire revolution sits in between the grooves of the previously wound layer, the tapered pattern will remain intact without the material slipping. A tapered wind pattern on a cylindrical core can be accomplished with an encoder to track angular position of the main spool, a screw-driven actuator to traverse the wire guide, and Moog Animatics Class 5 SmartMotors enhanced with the latest firmware. The Moog Animatics motion control system can be programmed to calculate the traverse speed by electronically gearing the spool encoder to the traverse axis. Solution To Over- and Under-travel Problem In winding towards one end of the spool, the traversing mechanism decelerates as it nears the flange to prevent collision. This deceleration causes material to build up faster on either end than across the middle, creating a dog bone shape that’s wider at the two ends of the spool than it is in the middle. SmartMotor Solution To avoid a dog bone spool, use SmartMotor MFLTP and MFHTP commands to set traverse points slightly less than the length of the spool between the flanges. Dwell distance can also be set to cause the traverse mechanism to wait a certain amount of time at each end before heading back the other direction. This allows material to fill into the gap between the flange and the set spool length.
  • 3. Spool Winding Patterns Level Wind The turnaround ends of each layer are at the same point Index Wind Programmed stacked lanes with precise programmed index to the adjacent lane also called step wind Taper Wind Each traverse layers a programmed amount from the edge to form a partial pyramidal shape Reverse Taper Wind (Inverse Of Taper) Requires specially flanged reels Virtual Flange Wind Index wind pattern on the ends with level wind between ends Specialty Winding Patterns Include: Step winding Lap winding Tapered winding build up on straight cores ◊ ◊ ◊ Gapless Winding for Irregular Material width Encoder Count Shift, Master Feed Rate Override The ECS(value) will automatically and immediately add the ‘value’ to incoming master counts as if the master counts actually had a jump change in value instantaneously. When issued it’s dynamic and immediate, not buffered and no G command is required. This command will work on top of any gearing or camming mode. It has an intended, specific purpose and isn’t suggested unless absolutely required. The purpose is to account for changes in material width on a traverse and take-up winding application to allow for full pacing of material onto spools. This can be accomplished with hardware that dynamically detects material width as close as possible to where it is being wound onto the master spool. In the diagram to the right, the sensor reads material width and through proper programming, the user can scale that material width input to encoder counts to dynamically shift the traversing slave (gearing) motor forward or backwards in real time. Proper use of the ESC command along with Absolute Traverse Mode will allow the user to maintain proper traverse points at each end of the spool while adjusting for material width variances. Tapered Wind on Cylin- drical Core (See previous page) Variable pitch winding Auto-adjusted winding for variable width product ◊ ◊
  • 4. Moog Animatics www.animatics.com 3200 Patrick Henry Drive,Santa Clara,CA 95054 Tel:(408) 748 8721 Fax:(408) 748 8725 E-mail:sales@animatics.com Sample Code The below sample code demonstrates the use of the MFSDC (Mode Follow Slew Dwell Control) command. This example shows how the MFSDC command can be applied to a spool winding program to automatically perform a profile back and forth across a spool with a user defined dwell at the end for a specific span of input distance. This will continue as long as the master encoder signal from the main spool is moving or until the motor is told to stop. MFL (1000,1) ‘ Lower-end ramp. MFH (1000,1) ‘ Higher-end ramp. MFLTP=-1000 ‘ Lower traverse point (low end of spool). MFHTP=1000 ‘ Higher traverse point (high end of spool). MFMUL=1 ‘ Ratio, multiplier for wind angle MFDIV=1 ‘ Ratio, divisor for wind angle MFSDC (4000,2) ‘ Dwell=4000, 2=active traverse mode. MFR ‘ Enable follow mode G ‘ Begins move. Once set up, the firmware controls the winding operation in the background, allowing user programs to be running completely separate from the motion profiles. This is SmartMotor multitasking at its best. Since gearing can be run in the second trajectory move generator, you can also make position or velocity moves on top of traversing to allow for lap and step winding as well. Industries and Applications Requiring Winding Capabilities INDUSTRY APPLICATION Semiconductor/Photonics Fiber optic cable and wire manufacturing Sound Engineering/Music Edge wound voice coils Microphone coils Medical Catheter Manufacturing Industrial Copper Wire Textile Thread and yarn production Telecommunications Cable winding Filter Production Filter media for submicron sized filter elements SmartMotor Winding Command Overview MFLTP Mode Follow, Low Traverse Point. Sets low traverse point <=MFHTP MFHTP Mode Follow, High Traverse Point. Sets high traverse point >=MFLTP MFCTP(arg1,arg2) Sets control information for traverse mode. MFL(dist,arg) Sets ramp distance at low travel end in traverse mode. Arg 0=master, 1=slave MFH(dist,arg) Sets ramp distance at high travel end in traverse mode. Arg 0=master, 1=slave ECS(value) Adds a one-time value of encoder counts to master encoder counts coming in. Contact us today for assistance with your motion control application.