Sign In
Upload
Manuals
Brands
Mitsubishi Electric Manuals
Controller
Q172DCPU-S1
Mitsubishi Electric Q172DCPU-S1 Manuals
Manuals and User Guides for Mitsubishi Electric Q172DCPU-S1. We have
6
Mitsubishi Electric Q172DCPU-S1 manuals available for free PDF download: Programming Manual, Migration Manual
Mitsubishi Electric Q172DCPU-S1 Programming Manual (556 pages)
Motion Controller (SV13/SV22)
Brand:
Mitsubishi Electric
| Category:
Controller
| Size: 4.67 MB
Table of Contents
Safety Precautions
2
Revisions
12
Table of Contents
14
About Manuals
20
1 Overview
24
Features
26
Features of Motion SFC Programs
26
Performance Specifications
27
Operation Control/Transition Control Specifications
31
Positioning Dedicated Devices
36
Restrictions by the Software's Version
101
Programming Software Version
107
2 Structure of the Motion Cpu Program
108
Motion Control in SV13/SV22 Real Mode
109
Motion Control in SV22 Virtual Mode
110
Motion Control in SV22 Advanced Synchronous Control
111
3 Motion Dedicated Plc Instruction
112
Outline of Motion Dedicated PLC Instruction
112
Motion SFC Start Request from the PLC CPU to the Motion CPU: D(P).SFCS (PLC Instruction: D(P).SFCS )
114
Servo Program Start Request from the PLC CPU to the Motion CPU: D(P).SVST (PLC Instruction: D(P).SVST )
118
Current Value Change Instruction from the PLC CPU to the Motion CPU: D(P).CHGA (PLC Instruction: D(P).CHGA )
124
Current Value Change Instruction of Command Generation Axis from the PLC CPU to the Motion CPU: D(P).CHGAS (PLC Instruction: D(P).CHGAS )
138
(SV22 Advanced Synchronous Control Only)
138
Speed Change Instruction from the PLC CPU to the Motion CPU: D(P).CHGV (PLC Instruction: D(P).CHGV )
144
Speed Change Instruction of Command Generation Axis from the PLC CPU to the Motion CPU: D(P).CHGVS (PLC Instruction: D(P).CHGVS ) (SV22 Advanced Synchronous Control Only)
150
Torque Limit Value Change Request Instruction from the PLC CPU to the Motion CPU: D(P).CHGT (PLC Instruction: D(P).CHGT )
156
Torque Limit Value Individual Change Request Instruction from the PLC CPU to the Motion CPU: D(P).CHGT2 (PLC Instruction: D(P).CHGT2 )
161
Write Device Data of the Self CPU to the Device of Other CPU: D(P).DDWR (PLC Instruction: D(P).DDWR )
166
Read Device Data of Other CPU to the Device of Self CPU
171
Interrupt Instruction to the Other CPU: D(P).GINT (PLC Instruction: D(P).GINT )
176
Precautions
180
4 Motion Sfc Programs
194
Motion SFC Program Configuration
194
Motion SFC Chart Symbol List
195
Branch and Coupling Chart List
198
Motion SFC Program Name
202
Steps
203
Motion Control Step
203
Operation Control Step
204
Subroutine Call/Start Step
205
Clear Step
207
Transitions
209
Jump, Pointer
212
End
212
Branches, Couplings
213
Series Transition
213
Selective Branch, Selective Coupling
214
Parallel Branch, Parallel Coupling
215
Y/N Transitions
217
Motion SFC Comments
221
5 Operation Control Programs
224
Device Descriptions
232
Constant Descriptions
235
Binary Operations
236
Substitution
236
Addition
238
Subtraction
239
Multiplication
240
Division
241
Remainder
242
Bit Operations
243
Bit Inversion (Complement)
243
Bit Logical and
244
Bit Logical or
245
Bit Exclusive Logical or
246
Bit Right Shift
247
Bit Left Shift
248
Sign Inversion (Complement of 2)
249
Standard Functions
250
Sine : sin
250
Cosine : COS
251
Tangent : tan
252
Arcsine : ASIN
253
Arccosine : ACOS
254
Arctangent : ATAN
255
Square Root : SQRT
256
Natural Logarithm : LN
257
Exponential Operation : EXP
258
Absolute Value : ABS
259
Round-Off : RND
260
Round-Down : FIX
261
Round-Up : FUP
262
Bcd
263
Bin
264
Type Conversions
265
Signed 16-Bit Integer Value Conversion : SHORT
265
Unsigned 16-Bit Integer Value Conversion : USHORT
266
Signed 32-Bit Integer Value Conversion : LONG
268
Unsigned 32-Bit Integer Value Conversion : ULONG
269
Signed 64-Bit Floating-Point Value Conversion : FLOAT
271
Unsigned 64-Bit Floating-Point Value Conversion : UFLOAT
272
Floating-Point Value Conversion 32-Bit into 64-Bit : DFLT
273
Floating-Point Value Conversion 64-Bit into 32-Bit : SFLT
274
Bit Device Statuses
276
ON (Normally Open Contact) : (None)
276
OFF (Normally Closed Contact)
277
Bit Device Controls
278
Device Set : SET
278
Device Reset : RST
280
Device Output : DOUT
282
Device Input : DIN
283
Bit Device Output : out
284
Logical Operations
285
Logical Acknowledgement : (None)
285
Logical Negation
286
Logical and
287
Logical or
288
Comparison Operations
289
Equal to
289
Not Equal to
290
Less than
291
Less than or Equal to
292
More than
293
More than or Equal to
294
Motion-Dedicated Functions
295
Speed Change Request : CHGV
295
Command Generation Axis Speed Change Request : CHGVS (SV22 Advanced Synchronous Control Only)
301
Torque Limit Value Change Request : CHGT
307
Torque Limit Value Individual Change Request : CHGT2
309
Target Position Change Request : CHGP
312
Other Instructions
321
Event Task Enable : EI
321
Event Task Disable : DI
322
No Operation : NOP
323
Block Transfer : BMOV
324
Same Data Block Transfer : FMOV
327
Write Device Data to CPU Shared Memory of the Self CPU: MULTW
329
Read Device Data from CPU Shared Memory: MULTR
332
Write Device Data to Intelligent Function Module : to
335
Read Device Data from Intelligent Function Module : from
337
Write Buffer Memory Data to Head Module : RTO
339
Read Buffer Memory Data from Head Module: RFROM
343
Time to Wait : TIME
347
Comment Statement
349
Vision System Dedicated Function
350
Open Line : MVOPEN
350
Load a Program : MVLOAD
352
Send an Image Acquisition Trigger : MVTRG
354
Start a Program : MVPST
356
Input Data : MVIN
358
Output Data : MVOUT
360
Reset a Status Storage Device : MVFIN
363
Close Line : MVCLOSE
364
Send a Command for Native Mode : MVCOM
365
Data Control
368
16-Bit Integer Type Scaling: SCL
368
32-Bit Integer Type Scaling: DSCL
372
Program Control
375
Conditional Branch Control: if - else - IEND
375
Selective Branch Control: SELECT - CASE - SEND
377
Repeat Control with Specified Count: for - NEXT
379
Forced Termination of Repeat Control: BREAK
382
Synchronous Control Dedicated Function (SV22 Advanced Synchronous Control Only)
383
Cam Data Read: CAMRD
383
Cam Data Write: CAMWR
387
Cam Data Write (Cam Open Area): CAMWR2
391
Cam Auto-Generation: CAMMK
394
Cam Position Calculation: CAMPSCL
404
6 Transition Programs
408
7 Motion Control Programs
410
Servo Instruction List
411
Servo Motor/Virtual Servo Motor Shaft/Command Generation Axis Current Value Change
423
Synchronous Encoder Shaft Current Value Change Control (SV22 Virtual Mode Only)
426
Cam Shaft Within-One-Revolution Current Value Change Control (SV22 Virtual Mode Only)
429
Programming Instructions
431
Cancel • Start
431
Indirect Designation Using Motion Devices
431
8 Motion Devices
432
Motion Registers (#0 to #12287)
432
Coasting Timer (FT)
435
9 Operation for Motion Sfc and Parameter
436
Task Definitions
436
Number of Consecutive Transitions and Task Operation
436
Number of Consecutive Transitions
436
Task Operation
437
Execution Status of the Multiple Task
441
How to Start the Motion SFC Program
442
Automatic Start
442
Start from the Motion SFC Program
442
Start by Motion Dedicated PLC Instruction from PLC (PLC Instruction: D(P).SFCS)
442
How to End the Motion SFC Program
442
How to Change from One Motion SFC Program to Another
443
Operation Performed at Multiple CPU System Power-Off or Reset
443
Operation Performed When CPU Is Switched from RUN/STOP
443
Operation Performed When PLC Ready Flag (M2000) Turns OFF/ON
444
Operation at the Error Occurrence
444
Task Parameters
445
Program Parameters
447
Task and Interrupt Processing
452
10 ONLINE CHANGE in the MOTION SFC PROGRM 10- 1 to
456
Online Change in the Motion SFC Program
456
Operating Method for the Online Change
458
Writing of Program
461
11 User Files
464
Project
464
User File List
465
12 Error Code Lists
468
Confirming Error Code
468
Motion Error Related Devices
469
Motion SFC Error Code List
474
Motion SFC Parameter Errors
489
Vision System Errors
490
Appendices
492
APPENDIX 1 Processing Times
492
APPENDIX 1.1 Processing Time of Operation Control/Transition Instruction
492
APPENDIX 1.2 Processing Time of Motion Dedicated PLC Instruction
514
APPENDIX 2 Sample Program
515
APPENDIX 2.1 Motion Control Example by Motion SFC Program
515
APPENDIX 2.2 Continuation Execution Example at the Subroutine Re-Start by the Motion SFC Program
525
APPENDIX 2.3 Continuation Execution Example after the Stop by the Motion SFC Program
529
APPENDIX 3 Vision System Connection Function
533
APPENDIX 3.1 Overview
533
APPENDIX 3.2 Vision System Parameter Setting
538
APPENDIX 3.3 Flow of Vision System Control
548
APPENDIX 3.4 Sample Program
550
Advertisement
Mitsubishi Electric Q172DCPU-S1 Programming Manual (624 pages)
Motion Controller, REAL MODE
Brand:
Mitsubishi Electric
| Category:
Controller
| Size: 5.52 MB
Table of Contents
Safety Precautions
2
Revisions
12
Table of Contents
14
About Manuals
18
1 Overview
22
Features
25
Performance Specifications
25
Restrictions by the Software's Version
29
Programming Software Version
35
2 Positioning Control by the Motion Cpu
36
3 Positioning Dedicated Signals
50
Internal Relays
52
Axis Statuses
60
Axis Command Signals
72
Common Devices
80
Data Registers
93
Axis Monitor Devices
98
Control Change Registers
104
Common Devices
105
Motion Registers(#)
108
Special Relays (SM)
114
Special Registers (SD)
117
4 Parameters for Positioning Control
118
System Settings
118
Fixed Parameters
123
Number of Pulses/Travel Value Per Rotation
124
Backlash Compensation Amount
127
Upper/Lower Stroke Limit Value
127
Command In-Position Range
131
Speed Control 10 Multiplier Setting for Degree Axis
132
Parameter Block
135
Relationships between the Speed Limit Value, Acceleration Time, Deceleration Time and Rapid Stop Deceleration Time
138
S-Curve Ratio
140
Advanced S-Curve Acceleration/Deceleration
142
Allowable Error Range for Circular Interpolation
156
Expansion Parameters
157
Positive Direction Torque Limit Value Monitor Device/Negative Direction Torque Limit Value Monitor Device
159
Acceleration/Deceleration Time Change Parameter
160
5 Servo Programs for Positioning Control
162
Servo Program Composition Area
162
Servo Program Composition
162
Servo Program Area
163
Servo Instructions
164
Positioning Data
177
Setting Method for Positioning Data
183
Setting Method by Specifying Numerical Values
183
Indirect Setting Method by Devices
184
6 Positioning Control
188
Basics of Positioning Control
188
Positioning Speed
188
Positioning Speed at the Interpolation Control
189
Control Units for 1 Axis Positioning Control
194
Control Units for Interpolation Control
194
Control in the Control Unit "Degree
196
Stop Processing and Restarting after Stop
199
Acceleration/Deceleration Processing
205
Axis Linear Positioning Control
209
Axes Linear Interpolation Control
212
Axes Linear Interpolation Control
217
Axes Linear Interpolation Control
223
Auxiliary Point-Specified Circular Interpolation Control
228
Radius-Specified Circular Interpolation Control
233
Central Point-Specified Circular Interpolation Control
239
Helical Interpolation Control
245
Circular Interpolation Specified Method by Helical Interpolation
246
Axis Fixed-Pitch Feed Control
266
Fixed-Pitch Feed Control Using 2 Axes Linear Interpolation
270
Fixed-Pitch Feed Control Using 3 Axes Linear Interpolation
274
Speed Control ( )
278
Speed Control ( )
283
Speed-Position Switching Control
287
Speed-Position Switching Control Start
287
Re-Starting after Stop During Control
295
Speed-Switching Control
300
Speed-Switching Control Start, Speed-Switching Points and End Specification
300
Specification of Speed-Switching Points Using Repetition Instructions
306
Constant-Speed Control
312
Specification of Pass Points by Repetition Instructions
316
Speed-Switching by Instruction Execution
321
Axis Constant-Speed Control
326
To 4 Axes Constant-Speed Control
330
Constant Speed Control for Helical Interpolation
337
Pass Point Skip Function
342
FIN Signal Wait Function
344
Position Follow-Up Control
354
Speed Control with Fixed Position Stop
361
Simultaneous Start
367
JOG Operation
370
JOG Operation Data
370
Individual Start
371
Simultaneous Start
376
Manual Pulse Generator Operation
379
Home Position Return
385
Home Position Return Data
387
Home Position Return by the Proximity Dog Method 1
396
Home Position Return by the Proximity Dog Method 2
396
Home Position Return by the Count Method 1
401
Home Position Return by the Count Method 2
401
Home Position Return by the Count Method 3
403
Home Position Return by the Data Set Method 1
407
Home Position Return by the Data Set Method 2
407
Home Position Return by the Dog Cradle Method
409
Home Position Return by the Stopper Method 1
414
Home Position Return by the Stopper Method 2
414
Home Position Return by the Limit Switch Combined Method
417
Home Position Return by the Scale Home Position Signal Detection Method
419
Home Position Return by the Dogless Home Position Signal Reference Method
422
Home Position Return by the Driver Home Position Return Method
429
Home Position Return Retry Function
430
Home Position Shift Function
434
Home Position Set Condition Selection
438
Servo Program for Home Position Return
440
High-Speed Oscillation
443
7 Auxiliary and Applied Functions
446
M-Code Output Function
446
Backlash Compensation Function
449
Torque Limit Function
451
Skip Function in Which Disregards Stop Command
454
Cancel of the Servo Program
456
Cancel/Start
457
Synchronous Encoder
458
Speed-Torque Control
459
Speed-Torque Control Data
461
Operation of Speed-Torque Control
469
Acceleration/Deceleration Time Change Function
486
Appendices
492
APPENDIX 1 Error Codes Stored Using the Motion CPU
492
APPENDIX 1.1 Servo Program Setting Errors (Stored in SD517)
494
APPENDIX 1.2 Minor Errors
499
APPENDIX 1.3 Major Errors
518
APPENDIX 1.4 Servo Errors
524
APPENDIX 2 Example Programs
559
APPENDIX 2.1 Reading M-Code
559
APPENDIX 2.2 Reading Error Code
560
APPENDIX 3 Setting Range for Indirect Setting Devices
561
APPENDIX 4 Processing Times of the Motion CPU
563
APPENDIX 5 Device List
566
APPENDIX 6 Compatible Devices with SSCNET (/H)
577
APPENDIX 6.1 Servo Driver VC Series/Vph Series Manufactured by CKD Nikki Denso Co., Ltd
577
APPENDIX 6.2 Inverter FR-A700 Series
587
APPENDIX 6.3 Inverter FR-A800 Series
596
APPENDIX 6.4 Optical Hub Unit
603
APPENDIX 6.5 Alphastep/5-Phase Stepping Motor Driver Manufactured by ORIENTAL MOTOR Co., Ltd
608
APPENDIX 6.6 IAI Electric Actuator Controller Manufactured by IAI Corporation
615
Mitsubishi Electric Q172DCPU-S1 Programming Manual (352 pages)
Motion Controller SV22 Virtual Mode
Brand:
Mitsubishi Electric
| Category:
Controller
| Size: 2.76 MB
Table of Contents
Safety Precautions
2
Revisions
12
Table of Contents
13
About Manuals
16
Manual Page Organization
18
1 Overview
20
Motion Control in SV13/SV22 Real Mode
23
Motion Control in SV22 Virtual Mode
24
Restrictions by the Software's Version
25
Programming Software Version
29
2 Starting up the System
30
Starting up the Virtual Mode System
30
Starting up the Incremental System and Absolute System
32
Operation for Incremental System
32
Operation for Absolute (Absolute Position) System
33
Differences between Real Mode and Virtual Mode
34
Positioning Data
34
Positioning Devices
34
Servo Programs
35
Control Change (Current Value Change/Speed Change/Target Position Change)
36
Switching of Control Mode (Speed-Torque Control)
37
3 Performance Specifications
38
4 Positioning Dedicated Signals
40
Internal Relays
42
Axis Statuses
53
Axis Command Signals
61
Virtual Servomotor Axis Statuses
66
Virtual Servomotor Axis Command Signals
70
Synchronous Encoder Axis Statuses
75
Synchronous Encoder Axis Command Signals
76
Common Devices
77
Data Registers
92
Axis Monitor Devices
100
Control Change Registers
102
Virtual Servomotor Axis Monitor Devices
103
Current Value after Virtual Servomotor Axis Main Shaft's Differential Gear
105
Synchronous Encoder Axis Monitor Devices
107
Current Value after Synchronous Encoder Axis Main Shaft's Differential Gear
108
Cam Axis Monitor Devices
110
Common Devices
111
Motion Registers(#)
114
Special Relays (SM)
119
Special Registers (SD)
122
5 Mechanical System Program
130
Mechanical Module Connection Diagram
131
Mechanical Module List
135
6 Drive Module
140
Virtual Servomotor
141
Operation Description
141
Parameter List
147
Virtual Servomotor Axis Devices (Internal Relays, Data Registers)
152
Synchronous Encoder
153
Operation Description
153
Parameter List
158
Synchronous Encoder Axis Devices (Internal Relays, Data Registers)
159
Virtual Servomotor/Synchronous Encoder Control Change
160
Virtual Servomotor Control Change
160
Synchronous Encoder Control Change
162
7 Transmission Module
164
Gear
166
Operation
166
Parameters
166
Clutch
168
Operation
174
Parameters
188
Speed Change Gear
197
Operation
197
Parameters
198
Differential Gear
200
Operation
200
Parameters
200
8 Output Module
202
Rollers
206
Operation
206
Parameter List
207
Ball Screw
210
Operation
210
Parameter List
211
Rotary Tables
214
Operation
214
Parameter List
215
Cam
222
Operation
223
Settings Items at Cam Data Creating
226
Parameter List
230
Cam Curve List
242
Phase Compensation Function
243
9 Real Mode/Virtual Mode Switching and Stop/Re-Start
246
Switching from the Real Mode to Virtual Mode
246
Switching from the Virtual Mode to Real Mode
250
Switching by User
250
Switching by the Operating System Software
250
Continuous Operation on Servo Error in Virtual Mode
251
Precautions at Real Mode/Virtual Mode Switching
252
Stop and Re-Start
254
Stop Operation/Stop Causes During Operation and Re-Starting Operation List
255
10 Auxiliary and Applied Functions
258
Mixed Function of Virtual Mode/Real Mode
258
Speed-Torque Control
264
Appendices
268
APPENDIX 1 Error Codes Stored Using the Motion CPU
268
APPENDIX 1.1 Expression Method for Word Data Axis no
271
APPENDIX 1.2 Related Systems and Error Processing
272
APPENDIX 1.3 Servo Program Setting Errors (Stored in SD517)
273
APPENDIX 1.4 Drive Module Errors
278
APPENDIX 1.5 Servo Errors
284
APPENDIX 1.6 Output Module Errors
318
APPENDIX 1.7 Errors at Real Mode/Virtual Mode Switching
327
APPENDIX 2 Setting Range for Indirect Setting Devices
329
APPENDIX 3 Processing Times of the Motion CPU
331
APPENDIX 4 Device List
333
Advertisement
Mitsubishi Electric Q172DCPU-S1 Programming Manual (252 pages)
Motion Controller
Brand:
Mitsubishi Electric
| Category:
Controller
| Size: 2.8 MB
Table of Contents
Safety Precautions
2
Revisions
12
Table of Contents
13
About Manuals
17
1 Overview
20
Functional Overview
22
System Configuration
24
Q173DSXY Safety Signal Module
26
Applicable Standard
27
Risk Assessment
28
Safety Signal Comparison
29
Speed Monitoring Function (SLS)
29
Safe Speed Monitor (SSM)
30
Shut-Off Function (STO, SS1)
31
Standstill Monitoring (SOS, SS2)
32
Safety Communication Function
33
Restrictions
34
Equipment Configuration of Safety Observation Function Compatible Motion Controller
36
2 Safety Observation Function
38
Configuration of Safety Observation Function
38
Sequence Programs for Safety Observation on PLC CPU
40
Activity Check in Sequence Programs for Safety Observation
43
Safety Signals Comparison
44
Re-Start after Error
44
Speed Monitoring Function (SLS)
45
System Configuration of Speed Monitoring Function
45
Timing of Speed Monitoring Function
48
Example of Speed Monitoring Start Operation
49
Parameter Consistency Check
50
Comparison of Speed Monitoring Parameter
50
Speed Command Observation
50
Feedback Speed Observation
51
Position Feedback Monitoring
51
Speed Deviation Monitoring
52
External Auxiliary Pulse Input Observation
53
Continuous Standstill During Speed Monitoring
53
Speed Error Detection Check
53
Safe Speed Monitor (SSM)
54
Shut-Off Function (STO/SS1)
55
Sequence Program Example for Shut-Off Function (STO/SS1 (Stop Category 1))
55
Standstill Monitoring (SOS, SS2)
57
Encoder Consistency Check by Small Oscillation During Standstill Monitoring
57
Sequence Program Example for Standstill Monitoring (SOS, SS2 (Stop Category 2))
59
Sequence Program Example for Small Oscillation During Standstill Monitoring
61
Sequence Program Example for Safe Break Control (SBC)
62
Safety Communication
63
Functional Safety Signal
66
Sequence Program Example for Shut-Off Function (STO, SS1 (Stop Category 1))
69
Sequence Program Example for Standstill Monitoring (SOS, SS2 (Stop Category 2))
71
Sequence Program Example for Speed Monitoring (SLS1 to SLS4)
73
Checking the Connection Status of Safety Communication
75
SSCNET Communication Condition Monitor
76
Self-Diagnosis Function
77
Safety Signal Output Check Function
77
Memory Check Function
79
Internal Processing Check of Safety Observation Function
79
Scan Time Check
80
Voltage Monitoring of Motion CPU Circuit
80
Temperature Monitoring of Motion CPU Module
80
Speed Monitoring Function Omitting External Auxiliary Pulse Input
81
3 Start-Up Procedures
84
Start-Up Procedures Flow Chart
84
Communication between GX Works2/Gx Developer and Motion CPU
86
PLC Memory Formating
87
Parameters Setting
88
Parameter Setting of Motion CPU
88
Parameter Settings for PLC CPU
94
Creating User Safety Sequence Program
100
Creating PLC CPU Side User Safety Sequence Program
100
Creating Motion CPU Side User Safety Sequence Program
102
Validation of Parameter or Program
112
How to Validate Parameter
112
How to Validate User Safety Sequence Program
113
4 Dedicated Devices
114
Special Relay/Special Register for Safety Observation Function
114
Device Used in Sequence Programs for Safety Observation on PLC CPU Side
116
Multiple CPU Shared Device for Safety Observation Functions
117
Shared Device List for Safety Signal Comparison
118
Detailed Description of Shared Device for Safety Signal Comparison
119
Shared Device List for Speed Monitoring
126
Detailed Description of Shared Device for Speed Monitoring
127
Shared Device List for Safety Communication
134
Detailed Description of Shared Device for Safety Communication
135
5 Sequence Instructions for Motion Cpu
142
Description of the Device for the Sequence Program
142
Input/Output (X, Y)
142
Internal Relays (M, F)
143
Special Relays (SM)
144
Timer (T)
144
Counter (C)
146
Data Register (D)
146
Link Register (W)
147
Index Registers (Z)
147
Nesting (N)
148
Pointer (P)
149
Special Register (SD)
149
Decimal Constant (K)
150
Hexadecimal Constant (H)
150
Configuration of Instructions
151
How to Read the Instruction Table
151
Number of Steps
152
END Instruction
153
Index Ornament
153
Digit Designation
154
Basic Instructions
157
Operation Start, Series Connection, Parallel Connection: LD, LDI, AND, ANI, OR, ORI
157
Ladder Block Series Connection and Parallel Connection: ANB, ORB
158
Out Instruction: out (Excluding Timers, Counters)
159
Timers: out T
160
Counter: out C
162
Setting and Resetting Devices: SET, RST
163
Setting and Resetting the Master Control: MC, MCR
164
Leading Edge and Trailing Edge Outputs: PLS, PLF
166
Bit Device Shifts: SFT
167
Operation Results Push, Read, Pop: MPS, MRD, MPP
168
Function Instructions
169
16-Bit Data Comparisons
169
32-Bit Data Comparisons: D=, D<, D
170
BIN 16-Bit Addition and Subtraction Operations
171
BIN 32-Bit Addition and Subtraction Operations: D+, D
173
BIN 16-Bit Multiplication and Division Operations
175
BIN 32-Bit Multiplication and Division Operations: D*, D
177
Incrementing and Decrementing 16-Bit bin Data: INC, DEC
179
Incrementing and Decrementing 32-Bit bin Data: DINC, DDEC
180
Conversion from bin to BCD (16 Bits, 32Bits): BCD, DBCD
181
Conversion from BCD to bin (16 Bits, 32Bits): BIN, DBIN
183
16-Bit and 32-Bit Data Transfers: MOV, DMOV
185
16-Bit and 32-Bit Data Exchanges: XCH, DXCH
186
Block 16-Bit Data Transfers: BMOV
187
Identical 16-Bit Data Block Transfers: FMOV
188
Pointer Branch Instructions: CJ
189
End Main Routine Program: FEND
191
Call/Return of Subroutine Program: CALL, RET
192
Logical Products with 16-Bit Data: WAND
193
Logical Product with 32-Bit Data: DAND
194
Logical Sums with 16-Bit Data: WOR
195
Logical Sum with 32-Bit Data: DOR
196
16-Bit Exclusive or Operation: WXOR
197
32-Bit Exclusive or Operation: DXOR
198
Complement of 2 of bin 16-Bit Data: NEG
199
Right Rotation of 16-Bit Data: ROR, RCR
200
Right Rotation of 32-Bit Data: DROR, DRCR
202
Left Rotation of 16-Bit Data: ROL, RCL
204
Left Rotation of 32-Bit Data: DROL, DRCL
206
N-Bit Shift to Right or Left of 16-Bit Data: SFR, SFL
208
1-Word Shift to Right or Left of N-Word Data: DSFR, DSFL
210
16-Bit Data Searches: SER
212
16-Bit Data Checks: SUM
213
Decoding from 8 to 256 Bits: DECO
214
7-Segment Decode: SEG
216
Calculation of Average Value: S.AVE
218
6 Troubleshooting
220
Safety Observation Error List
220
Safety Observation Warning List
227
How to Correct Errors of Motion CPU Side Sequence Program
229
Troubleshooting When the Error "CAN'T EXE. PRG" Occurs in a PLC CPU
232
Appendices
234
APPENDIX 1 Functions of GX Works2/Gx Developer Available for Motion CPU
234
APPENDIX 1.1 GX Works2 Features Support
234
APPENDIX 1.2 GX Developer Features Support
241
APPENDIX 2 Example of Checklist for User Documentation
247
Mitsubishi Electric Q172DCPU-S1 Programming Manual (282 pages)
COMMON. Motion controller
Brand:
Mitsubishi Electric
| Category:
Controller
| Size: 3.23 MB
Table of Contents
Safety Precautions
2
Revisions
12
Table of Contents
14
About Manuals
17
Manual Page Organization
19
1 Overview
20
Features
22
Features of Motion CPU
22
Basic Specifications of Q173D(S)CPU/Q172D(S)CPU
24
Hardware Configuration
30
Motion System Configuration
30
Q173DSCPU/Q172DSCPU System Overall Configuration
33
Q173DCPU(-S1)/Q172DCPU(-S1) System Overall Configuration
35
Software Packages
36
Restrictions on Motion Systems
38
Checking Serial Number and Operating System Software Version
42
Checking Serial Number
42
Checking Operating System Software Version
45
Restrictions by the Software's Version
47
Programming Software Version
51
2 Multiple Cpu System
52
Overview
52
Installation Position of CPU Module
53
Precautions for Using I/O Modules and Intelligent Function Modules
54
Modules Subject to Installation Restrictions
55
How to Reset the Multiple CPU System
57
Operation for CPU Module Stop Error
58
Starting up the Multiple CPU System
61
Startup Flow of the Multiple CPU System
61
Communication between the PLC CPU and the Motion CPU in the Multiple CPU System
63
CPU Shared Memory
63
Multiple CPU High Speed Transmission
66
Multiple CPU High Speed Refresh Function
81
Clock Synchronization between Multiple CPU
85
Multiple CPU Synchronous Startup
86
Control Instruction from PLC CPU to Motion CPU
87
3 Common Parameters
88
System Settings
88
System Data Settings
89
Common System Parameters
92
Individual Parameters
98
I/O Number Assignment
108
I/O Number Assignment of each Module
108
I/O Number of each CPU Modules
110
I/O Number Setting
111
Servo Parameters
112
Servo External Signal Parameters
113
4 Auxiliary and Applied Functions
116
Limit Switch Output Function
116
Operations
116
Limit Output Setting Data
119
Operations (SV22 Advanced Synchronous Control Only)
123
Limit Output Setting Data (SV22 Advanced Synchronous Control Only)
125
Absolute Position System
132
Current Value Control
134
High-Speed Reading of Specified Data
135
ROM Operation Function
137
Specifications of 7-Segment Led/Switches
137
Outline of ROM Operation
139
Operating Procedure of the ROM Operation Function
144
Security Function
146
Protection by Password
146
Protection by Software Security Key
153
All Clear Function
158
Communication Via Network
159
Specifications of the Communications Via Network
159
Monitor Function of the Main Cycle
160
Servo Parameter Read/Change Function
161
Optional Data Monitor Function
163
SSCNET Control Function
166
Connect/Disconnect Function of SSCNET Communication
167
Amplifier-Less Operation Function
171
Remote Operation
175
Remote RUN/STOP
175
Remote Latch Clear
177
Communication Function Via PERIPHERAL I/F
178
Direct Connection
178
Connection Via HUB
181
MC Protocol Communication
187
Mark Detection Function
194
High-Speed Input Request Signal Setting (SV22 Advanced Synchronous Control Only)
206
Driver Communication Function
209
Control Details
210
Precautions During Control
211
Servo Parameter
215
Intelligent Function Modules Controlled by Motion CPU
216
Connection of SSCNET /H Head Module
219
System Configuration
219
SSCNET /H Head Module Parameters
220
Data Operation of Intelligent Function Module by Motion SFC Program
228
Data of Refresh Device
228
Precautions When Using SSCNET /H Head Module
228
Appendices
230
APPENDIX 1 Special Relays/Special Registers
230
APPENDIX 1.1 Special Relays
230
APPENDIX 1.2 Special Registers
235
APPENDIX 1.3 Replacement of Special Relays/Special Registers
242
APPENDIX 2 System Setting Errors
245
APPENDIX 3 Self-Diagnosis Error
248
APPENDIX 4 Differences between Q173DSCPU/Q172DSCPU/Q173DCPU(-S1)/Q172DCPU(-S1)/ Q173HCPU/Q172HCPU
261
APPENDIX 4.1 Differences between Q173DSCPU/Q172DSCPU/Q173DCPU(-S1)/Q172DCPU(-S1)/ Q173HCPU/Q172HCPU
261
APPENDIX 4.2 Comparison of Devices
265
APPENDIX 4.3 Differences of the Operating System Software
274
Mitsubishi Electric Q172DCPU-S1 Migration Manual (52 pages)
Motion Controller
Brand:
Mitsubishi Electric
| Category:
Controller
| Size: 4.55 MB
Table of Contents
Safety Precautions
3
Revisions
13
Table of Contents
14
1 OVERVIEW of MIGRATION from Q17Ndcpu(-S1) to Q17Ndscpu
15
Benefits of Migration
15
Main Target Models for Migration
16
System Configuration
19
System Configuration Using Q17Ndcpu(-S1) before Migration
19
System Configuration Using Q17Ndscpu after Migration
20
Case Study on Migration
21
Whole System Migration (Recommended)
21
Phased Migration
23
Separate Repair
24
Precautions for Powering off Only a Desired Servo Amplifier
26
Configuration When the MR-MV200 Optical Hub Unit Is Used
27
Project Diversion
28
Relevant Documents
29
Relevant Catalogs
29
Relevant Manuals
30
2 DETAILS of MIGRATION from Q17Ndcpu(-S1) to Q17Ndscpu
31
Table of Components and Software
31
Servo Amplifiers and Servo Motors
33
Operating System Software
34
Engineering Environment (Required)
34
Differences between Q17Ndcpu(-S1) and Q17Ndscpu
35
Project Diversion
40
List of Divertible/Not Divertible Data (SV13/SV22)
40
Project Diversion Procedures by Engineering Environment
41
Advertisement
Related Products
Mitsubishi Electric Q172DCPU
Mitsubishi Electric Q172DSCPU
Mitsubishi Electric Q172DSC
Mitsubishi Electric Q172DC-S1
Mitsubishi Electric Q172DC
Mitsubishi Electric Q172CPU
Mitsubishi Electric Q172CPUN
Mitsubishi Electric MELSEC iQ-R Q172CPUN-T
Mitsubishi Electric Q173CPU
Mitsubishi Electric Q170MSCPU-S1
Mitsubishi Electric Categories
Air Conditioner
Controller
Projector
Inverter
Heat Pump
More Mitsubishi Electric Manuals
Login
Sign In
OR
Sign in with Facebook
Sign in with Google
Upload manual
Upload from disk
Upload from URL