Yaskawa MotionSuite Series Machine Controller Programming Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Zařízení Yaskawa MotionSuite Series Machine Controller Programming . Yaskawa MotionSuite Series Machine Controller Programming Manual User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 187
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků

Shrnutí obsahu

Strany 1 - Programming Manual

MotionSuite™ Series Machine Controller Programming Manual

Strany 2

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-11 Motion Programming OutlineThis chapter deals wit

Strany 3

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-15d. Set up the number of the D register in the Fu

Strany 4

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-16f. Close the DWG Configuration screen. Enter th

Strany 5

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-173.1.5 I/O Variable Wait (IOW) Command! OutlineTh

Strany 6

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-183.1.6 Sub-program Call-out (MSEE) Command ! Outl

Strany 7 - Cautions on Usage

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-193.1.7 Sub-program End (RET) Command! OutlineThe

Strany 8

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-203.1.8 1-scan Wait (EOX) Command! OutlineContinuo

Strany 9 - Cautions During Use

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-21Supplement• Block OperationBlock Operation verif

Strany 10 - 1 Motion Programming Outline

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-223.1.9 Branch (IF ELSE IEND) Command! OutlineThe

Strany 11 - 1.1 What is a Motion Program?

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-23! Program ExampleIF MB– = =1;MOV [axis1]10000; ←

Strany 12 - 1.1.2 Basic Program Structure

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-243.1.10 Repeat (WHILE WEND) Command! OutlineThe R

Strany 13

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-21.1 What is a Motion Program?A general description

Strany 14

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-25Important Points(1) The WHILE WEND command can b

Strany 15 - 1.1.4 Motion Program Start

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-263.1.11 Parallel Execution (PFORK, JOINTO, PJOINT

Strany 16 - 1.1.6 Program Editor

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-27Commands designated before the PFORK commandThe

Strany 17 - Supplement

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-28! Program ExampleBasic PatternA program example

Strany 18 - ! Motion Program Sample

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-29Application Pattern 1It is possible to execute t

Strany 19 - ! +/- Symbol

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-30Important PointsIt is not possible to execute th

Strany 20 - ! Usable Characters

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-313.1.12 Selective Execution (SFORK, JOINTO, SJOIN

Strany 21 - ! Function Characters

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-32According to the above command, a label block is

Strany 22 - ! Comment Writing

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-33! Program Example0001: MOV [X]100. [Y]150.:MVS [

Strany 23

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-343.2 Speed/Acceleration CommandsThis section expl

Strany 24 - Axis Names

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-31.1.2 Basic Program Structurea. Motion programs ar

Strany 25 - ! Coordinate Language List

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-35SupplementAccording to the ACC command, the sett

Strany 26 - ! Maximum Command Value

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-363.2.2 S-Curve Time Constant Change (SCC) Command

Strany 27

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-37! Program ExamplesINC;SCC [axis1]1000;MOV [axis1

Strany 28

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-383.2.3 Feed Speed Change (VEL) Command! OutlineTh

Strany 29 - ! Calculations and Functions

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-39! Program ExamplesINC;VEL[axis1]500 [axis2]50

Strany 30 - ! Fast Feed Speed

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-403.2.4 Interpolation Feed Speed Ratio Setting (IF

Strany 31 - ! Interpolation Feed Speed

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-41! Program ExamplesINC;FMX T1000;IFP P50MVS [axis

Strany 32

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-423.2.5 Maximum Interpolation Feed Speed Setting (

Strany 33

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-43!!!! Program ExamplesINC;FMX T1000000;IAC T1000;

Strany 34

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-443.2.6 Interpolation Acceleration Time Change (IA

Strany 35 - 1.2.4 Motion Command List

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-4c. Motion Program Execution Processing FormatAlway

Strany 36

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-45! Program ExamplesFMX T10000;INC;IAC T1000;MVS [

Strany 37

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-463.2.7 Interpolation Deceleration Time Change (ID

Strany 38

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-47! Program ExamplesFMX T100000;INC;IDC T1000;MVS

Strany 39

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-14 Sequence CommandsThis chapter explains how to progr

Strany 40

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-24.1 Sequence Command OutlineThis section includes an

Strany 41

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-3Basic FunctionsSIN Sine SIN (MW–);COS Cosine COS (MW–

Strany 42 - 2 Motion Commands

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-44.1.2 Arithmetic Calculation CombinationsArithmetic c

Strany 43

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-54.1.3 Logical Calculation CombinationsLogical calcula

Strany 44

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-64.2 Arithmetic CalculationsIn this section, the Arith

Strany 45

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-74.2.2 Addition (+)!!!! OutlineThe addition function p

Strany 46

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-51.1.3 Function Performance ListThe MP9xx motion pr

Strany 47

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-84.2.3 Subtraction (–)!!!! OutlineThe subtraction func

Strany 48

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-94.2.4 Multiplication (*)!!!! OutlineThe multiplicatio

Strany 49

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-104.2.5 Division (/)!!!! OutlineThe division function

Strany 50

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-114.2.6 Remainder (MOD)!!!! OutlineWhen designating a

Strany 51

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-124.3 Logical CalculationsIn this section, the command

Strany 52

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-134.3.2 Logical AND (&)!!!! OutlineExecute logical

Strany 53

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-144.3.3 Exclusive OR (^)!!!! OutlineExecute exclusive

Strany 54

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-154.3.4 NOT (!)!!!! OutlineInvert a designated registe

Strany 55 - PLN [X] [Y];

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-164.4 Value ComparisonIn this section, the Value Compa

Strany 56

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-17!!!! Program ExampleImportant PointIn ladder program

Strany 57

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-61.1.4 Motion Program StartThe motion program is st

Strany 58

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-184.5 Data OperationsIn this section, the data command

Strany 59

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-19Shift it 3 bits towards the right.SupplementWith the

Strany 60

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-204.5.2 Bit Left-shift (SFL) Command!!!! OutlineIn a b

Strany 61

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-21Example: Heading: MB00100A (bit A of MW00100)/bit w

Strany 62

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-224.5.3 Block Transfer (BLK)!!!! OutlineThe Block Tran

Strany 63

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-23Example: Transfer MW00100~MW00109 to MW00200~MW0020

Strany 64

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-244.5.4 Clear (CLR)!!!! OutlineThe Clear (CLR) command

Strany 65

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-25Example: Clear the content of MW00100~MW00119 to 0.

Strany 66

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-264.6 Basic FunctionsThis section explains the basic f

Strany 67

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-27(Ex.) SupplementWhen inputting an integer number dat

Strany 68

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-71.1.5 Parallel Program Operation With MP9xx, it is

Strany 69

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-284.6.2 Cosine (COS)!!!! OutlineThe Cosine (COS) comma

Strany 70

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-29(Ex.) SupplementWhen inputting an integer number dat

Strany 71

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-304.6.3 Tangent (TAN)!!!! OutlineThe TAN command uses

Strany 72 - External positioning signal

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-314.6.4 Arc Sine (ASN)!!!! OutlineThe ASN command uses

Strany 73

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-324.6.5 Arc Cosine (ACS)!!!! OutlineThe ACS command us

Strany 74

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-334.6.6 Arc Tangent (ATN)!!!! OutlineThe ATN command l

Strany 75

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-34Example:MW00100=ATN(MW00102);(04500) (00100)Equivale

Strany 76

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-354.6.7 Square Root (SQT)!!!! OutlineThe SQT command l

Strany 77

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-36Example:MW00100=SQT(MW00102);(01448) (00064)When an

Strany 78

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-374.6.8 BCD→→→→BIN (BIN)!!!! OutlineThe BIN command co

Strany 79

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-8d. Function for writing and exporting motion progr

Strany 80

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-384.6.9 BIN→→→→BCD (BCD)!!!! OutlineThe BCD command co

Strany 81

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-394.6.10 Designated Bit ON (S{ })!!!! OutlineThe Desig

Strany 82

MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands4-404.6.11 Designated Bit OFF (R{ })!!!! OutlineThe Desi

Strany 83

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-15 Variables (Registers)This chapter contains information

Strany 84

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-25.1 OutlineIn this section, an outline of the variables

Strany 85

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-3Important PointIn the motion programs, the # register ca

Strany 86 - 3 Advanced Programming

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-45.1.2 Global and Local Variables!!!! Global VariablesThe

Strany 87

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-5!!!! Local VariablesLocal variables are used for each pr

Strany 88

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-6!!!! Important Points During Variable Calculations1. An

Strany 89

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-7rounded up.MW00100=MF00200 + MF00202;(0124) (123.4

Strany 90

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-91.2 Motion Programming MethodThis section deals wi

Strany 91

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-85.2 How to Use the VariablesThis section explains how to

Strany 92

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-95.2.2 Data Variables (M Registers)!!!! OutlineThe data v

Strany 93

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-10When using the variables in the calculationsImportant P

Strany 94 - ! UFC Command Creating Steps

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-11Register numbers of the servo monitoring parameters:!!!

Strany 95

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-125.2.4 Output Variables (O Registers)!!!! OutlineThe out

Strany 96 - Function Register

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-135.2.5 Constant Variables (C Registers)!!!! OutlineThe c

Strany 97 - Function Register (Continued)

MotionSuite™ Series Machine Controller Programming Manual Chapter 5: Variables (Registers)5-145.2.6 D Variables (D Registers)!!!! OutlineThe D variab

Strany 98 - ! User Function Creation

YASKAWA ELECTRIC AMERICA, INC.Chicago-Corporate Headquarters 2121 Norman Drive South, Waukegan, IL 60085, U.S.A.Phone: (847) 887-7000 Fax: (847) 8

Strany 99

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-10! Input FormatThe variable length input formats a

Strany 100

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/Prefacei1 Motion Programming Outline...

Strany 101

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-11! Usable CharactersThe usable characters and thei

Strany 102 - ! Program Examples

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-12! Function CharactersThe function characters and

Strany 103 - Important Points

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-13! Program Number HandlingThe program number is a

Strany 104

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-14! Creation of One-Block Commandsa. A one-block c

Strany 105 - ! Program Example

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-15ExampleImportant Point1. The error “Duplicate Lab

Strany 106

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-16! Coordinate Language ListThe motion amount and c

Strany 107 - Important Point

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-17! Command UnitsThe programmable command units are

Strany 108

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-18! Designation of “Absolute Mode” in a Rotary Axis

Strany 109

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-19b. VariablesThe following types of variables exis

Strany 110

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-20! Calculations and FunctionsCalculations can comb

Strany 111

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/Prefaceii3.1.6 Sub-program Call-out (MSEE) Command ...

Strany 112

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-211.2.3 Feed Speed! Fast Feed Speeda. Fast feed spe

Strany 113

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-22! Interpolation Feed Speeda. The feed speed for t

Strany 114

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-23ExampleIf INC MVS [X]100 [Y]100 [Z]100 F400; F=

Strany 115

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-24c. The feed speed upper limit is restricted by ma

Strany 116

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-25Motion commands regarding the interpolation feed

Strany 117

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-261.2.4 Motion Command ListA list of the motion com

Strany 118

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-27Basic ControlCommandsABS Absolute ModeABS; Handle

Strany 119

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-28Advanced Control CommandsPFN In-Position CheckMVS

Strany 120 - Program Examples

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-29Sequence Commands (continued)^ XOR (exclusive OR)

Strany 121

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-30Sequence Commands (continued)ATN Arc Tangent ATN(

Strany 122

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/Prefaceiii4.6 Basic Functions...

Strany 123

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-31Sequence Commands (continued)SFR Shift Right SFR

Strany 124

MotionSuite™ Series Machine Controller Programming Manual Chapter 1: Motion Programmming Outline1-32Control CommandsSFORKJOINTOSJOINTSelected Executi

Strany 125

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-12 Motion CommandsPrograming of axial motion commands and cont

Strany 126

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-22.1 Axial Motion CommandsThis section describes how to command

Strany 127

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-3The move path based on the MOV command is illustrated in the f

Strany 128

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-4•For automatic accel/decel control based on the MOV command, l

Strany 129

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-5Various accel/decel patterns can be set using a combination of

Strany 130

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-6!!!! Program ExampleThe program example of the MOV command in

Strany 131

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-72.1.2 Linear Interpolation (MVS)!!!! OutlineThe linear interpo

Strany 132

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-8• The designated position is set up in the ABS/INC mode which

Strany 133 - 4 Sequence Commands

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/PrefaceivOutline of Manual!This manual is a collection of data regarding t

Strany 134 - 4.1.1 Calculation Commands

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-9• The in-position check is not executed for the axial motion b

Strany 135

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-10!!!! Program ExampleThe program example of the MVS command in

Strany 136

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-112.1.3 Circular Interpolation (MCW, MCC)!!!! OutlineThe circul

Strany 137

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-12The designating method of the circular interpolation is shown

Strany 138

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-13!!!! Program Examplea. The following is a program example in

Strany 139

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-14b. The following is a program example in the INC mode.INC;PLN

Strany 140

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-15c. Below is a program example of multiple circular arcs.ABS;P

Strany 141

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-16• The circular arc can be designated by the radius value (R)

Strany 142

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-17The maximum interpolation feed speed is illustrated in the fo

Strany 143

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-18!!!! Program ExampleThe program example of central position d

Strany 144

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/PrefacevUsing this Manual!Users of this manualThis manual is to be used by

Strany 145

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-192.1.4 Helical Interpolation (MCW, MCC)!!!! OutlineHelical int

Strany 146

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-20• In the axis character of linear interpolation, the axis tha

Strany 147

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-21!!!! Program ExampleThe program example of the helical interp

Strany 148

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-222.1.5 Zero-point Return (ZRN)!!!! OutlineThe zero-point retu

Strany 149

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-23• Zero-point return motion types are shown in the following t

Strany 150

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-24(2) When the switch set up for deceleration turns the accel/d

Strany 151

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-25(2) Axes only move (from the position at which the zero-point

Strany 152

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-26Parameters and motion commands regarding automatic accel/dece

Strany 153

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-27!!!! Zero-point Return Signal ConnectionThe “Deceleration LS”

Strany 154

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-282.1.6 Skip Command (SKP)!!!! OutlineThe skip command (SKP) is

Strany 155

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/PrefaceviSafety NotesThis chapter deals with the cautionary items regardin

Strany 156

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-292.1.7 Time Designation Positioning (MVT)!!!! OutlineThe time

Strany 157

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-30Important Points• T0: Positioning time=0.• If there is 0 axis

Strany 158

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-312.1.8 External Positioning (EXM)!!!! OutlineWhen executing th

Strany 159

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-322.2 Control CommandThe control commands are the commands that

Strany 160

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-33!!!! Program ExampleThe program example of the ABS mode comma

Strany 161

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-342.2.2 Incremental (INC) Mode!!!! OutlineThe incremental (INC)

Strany 162

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-35axis2axis10100200300350250150Starting positionFigure 2.27: Pr

Strany 163

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-362.2.3 Current Value Change (POS)!!!! OutlineThe current value

Strany 164

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-37• The work coordinate based on the POS command can be switche

Strany 165

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-38a. Temporary settingSets up the machine coordinate whose zero

Strany 166

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/Prefacevii• If the following commands are erroneously designated, the subs

Strany 167

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-392.2.4 Coordinate Plane Designation (PLN)!!!! OutlineThe coord

Strany 168

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-402.2.5 Machine Coordinate Command (MVM)!!!! OutlineThe machine

Strany 169

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-41axis2axis1050100150250150100Machine coordinateaxis2axis1MVS [

Strany 170

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-422.2.6 Program Current Position Update (PLD)!!!! OutlineDuring

Strany 171

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-432.2.7 Timed Wait (TIM)!!!! OutlineThe timed wait (TIM) comman

Strany 172

MotionSuite™ Series Machine Controller Programming Manual Chapter 2: Motion Commands2-442.2.8 Program End (END)!!!! OutlineThe program end (END) comm

Strany 173 - 5 Variables (Registers)

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-13 Advanced ProgrammingThis chapter explains how t

Strany 174 - ! Variable (Register) Type

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-23.1 Advanced Control CommandsIn this section, the

Strany 175 - ! Data Type

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-3If axis1 and axis2 enter the In-position Check, t

Strany 176 - ! Global Variables

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-4! Program ExamplesMVS [axis 1] 200. F100 PFN;

Strany 177 - ! Local Variables

MotionSuite™ Series Machine Controller Programming Manual Table of Contents/Prefaceviii!!!! General Cautionary ItemsCautions During Use• The MotionSui

Strany 178

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-53.1.2 Second In-Position Check (INP) Command! Out

Strany 179

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-6• A range for Second Positioning Completion Range

Strany 180

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-73.1.3 Ignore Single Block (SNG) Command! OutlineT

Strany 181

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-83.1.4 User Function Call-out (UFC) Command! Outli

Strany 182

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-9! UFC Command Creating StepsUFC command creating

Strany 183 - Program Example

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-10! Relationship Between the I/O Register and Func

Strany 184

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-11Each user function can use the 11 registers show

Strany 185

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-12Note: Even within the functions, the SA, MA, IA,

Strany 186

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-13An example of the input/output register delivery

Strany 187

MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods3-14on Function Programs, then double-click on the [

Komentáře k této Příručce

Žádné komentáře