Many
Manuals
search
Categorias
Marcas
Inicio
YASKAWA
Equipo
MP900 Series Ladder Programming Manual
Manual de usuario
Yaskawa MP900 Series Ladder Programming Manual Manual de usuario Pagina 229
Descarga
Compartir
Compartiendo
Añadir a mis manuales
Imprimir
Pagina
/
415
Tabla de contenidos
SOLUCIÓN DE PROBLEMAS
MARCADORES
Valorado
.
/ 5. Basado en
revisión del cliente
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
5.8 DDC Instructions
5.8.6 PID Control (PID)
5-160
The programming example is shown below
.
The OL00000 (ref
erence value) and IL0000
2 (feedback value) registe
rs are assigned to e
xternal devices.
1
2
...
224
225
226
227
228
229
230
231
232
233
234
...
414
415
USER'S MANUAL
1
LADDER PROGRAMMING
1
About this Manual
3
Using this Manual
3
MP2000-series Manuals
3
Related Manuals
4
Safety Information
6
Safety Precautions
7
Warranty
8
( 3 ) Suitability for Use
9
( 4 ) Specifications Change
9
Contents
10
Revision History
15
Controllers
18
1.2.2 Program Modules
19
SIEP C880732 01) for details
20
Optional Module
30
3.1.4 System Startup
31
3.1.5 Creating a Project
32
2. Click the OK Button
33
Right-click
34
Drag and drop
34
IMPORTANT
35
Double-click
38
Enter “MB000000.”
38
2. Click the Start Button
41
Programming
42
4.1 Ladder Program Editor
43
4.2 Ladder Drawings
44
4.3 User Functions
48
Enter “FUNC01.”
50
4.4 Registers (Variables)
54
4.4.2 Register Types
55
( 2 ) Local Registers
56
4.4.3 Data Types
58
4.4.4 Index Registers (i, j)
60
4.5 Table Data
62
4.5.2 Creating Table Data
63
4.6 Transferring Data
64
4.8 Advanced Programming
66
4.8.2 C-language Programs
67
4.8.3 Security
68
Project Password Setting
68
Program Password Setting
68
Online Security Setting
68
4.8.4 Tracing
69
Realtime Tracing
69
Data Tracing
69
XY Tracing
69
5.2.1 NO Contact (NOC)
74
5.2.2 NC Contact (NCC)
75
5.2.9 Coil (COIL)
88
5.2.10 Set Coil (S-COIL)
89
5.2.11 Reset Coil (R-COIL)
90
5.3.1 Store (STORE)
91
5.3.2 Add (ADD (+))
93
5.3.4 Subtract (SUB (−))
97
( 3 ) Programming Examples
100
5.3.6 Multiply (MUL (x))
101
Instructions
102
5.3.7 Divide (DIV (÷))
103
( 1 ) Operation
105
( 2 ) Format
105
5.3.9 Real Remainder (REM)
107
Condition n
107
Key entry: INC
109
5.3.11 Decrement (DEC)
111
Output Data Behavior
111
5.3.12 Add Time (TMADD)
113
( 3 ) Programming Example
114
5.3.13 Subtract Time (TMSUB)
115
5.3.14 Spend Time (SPEND)
117
5.3.15 Invert Sign (INV)
120
5.3.17 Absolute Value (ABS)
122
5.3.19 BCD Conversion (BCD)
124
5.4.1 Inclusive AND (AND)
132
5.4.2 Inclusive OR (OR)
134
5.4.3 Exclusive OR (XOR)
136
5.4.4 Less Than (<)
138
Input data AInput data B
139
Key entry: <=
139
5.4.6 Equal (=)
140
5.4.7 Not Equal (≠)
141
Key entry: >
143
5.4.10 Range Check (RCHK)
144
Work Register Configuration
147
Parameter Table Configuration
151
First address of
153
( 4 ) Additional Information
159
Variable > Maximum value?
160
5.6.1 Square Root (SQRT)
168
5.6.2 Sine (SIN)
170
Input data
172
Output data
172
5.6.5 Arc Sine (ASIN)
175
Input Data Range
175
5.6.6 Arc Cosine (ACOS)
176
5.6.7 Arc Tangent (ATAN)
177
Input data Output data
179
5.7 Data Shift Instructions
181
5.7.3 Move Bit (MOVB)
185
5.7.4 Move Word (MOVW)
187
5.7.5 Exchange (XCHG)
189
5.7.9 Binary Search (BSRCH)
197
5.7.10 Sort (SORT)
199
5.7.13 Copy Word (COPYW)
205
5.7.14 Byte Swap (BSWAP)
207
5.8 DDC Instructions
208
Input value Output value
210
Dead zone set value
210
Key entry: DZB
210
5.8.4 PI Control (PI)
214
5.8.5 PD Control (PD)
219
5.8.6 PID Control (PID)
225
5.8.7 First-order Lag (LAG)
230
5.8.8 Phase Lead Lag (LLAG)
233
If DVDTS = ON, DVDT =
250
(V – V' ) × 5,000
250
DVDT = V - V’
251
(DB000001) three times
291
Error Codes
293
5.10.1 Counter (COUNTER)
294
Key entry: TRACE
301
Structure of Read Data
303
Processing Result (PARAM00)
312
Status (PARAM01)
313
Function Code (PARAM04)
314
Data Addresses
315
Key entry: MSG-RCV
323
Status (PARAM01)
324
Data Address (PARAM05)
325
Data Size (PARAM06)
325
Remote CPU Number (PARAM07)
325
Error Code (PARAM01)
341
Copy of Cir-No (PARAM02)
341
Copy of St-No (PARAM03)
341
For System Use #1 (PARAM04)
341
For System Use #2 (PARAM05)
342
For System Use #3 (PARAM06)
342
ON coils are
356
Current values of
356
6.2 Searching/Replacing
357
6.3 Cross References
358
6.5 Forcing Coils ON and OFF
359
6.6 Viewing Called Programs
360
6.7 Register Lists
360
6.8 Tuning Panel
361
Ladder drawing
362
MPE720 version 6
363
Troubleshooting
364
7.2 Indicator Status
366
7.3 Problem Classifications
367
7.4 Detailed Troubleshooting
369
Troubleshooting Method 2
371
7.4.2 I/O Errors
372
7.4.3 Watchdog Timer Errors
373
7.4.5 System Errors
374
Appendix A
375
A.1 System Service Registers
376
( 2 ) Exclusive to DWG.H Only
377
( 3 ) Exclusive to DWG.L Only
378
System Registers
379
A.2 System Status
380
A.3 System Error Status
381
A.3 System Error Status
382
Error Code
383
Index error
383
A.7 System I/O Error Status
386
A.9 Interrupt Status
388
A.10 Module Information
389
A.11 MPU-01 System Status
390
Appendix B
393
Programs
394
2. Click Select
396
Appendix C
397
Configuration Example
398
Ladder Programming Example
398
C.2 Motion Program Control
399
Motion Programming Example
400
Procedure
402
Appendix D
403
( 1 ) Operators
404
( 2 ) Operands
405
D.2 National Limitations
407
D.2.4 Substitution Operator
408
D.2.5 Functions
408
D.2.6 Others
408
Arrays
408
Appendix E
409
E.1 General Precautions
410
Comentarios a estos manuales
Sin comentarios
Publish
Relacionado con productos y manuales para Equipo Yaskawa MP900 Series Ladder Programming Manual
Equipo Yaskawa MP930 Manual de usuario
(318 paginas)
Equipo Yaskawa MP900 Series Machine Controller New Ladder Editor Manual de usuario
(226 paginas)
Equipo Yaskawa MP900 Series Machine Controller New Ladder Editor Manual de usuario
(250 paginas)
Equipo Yaskawa MP900 Series Machine Controller Programming Panel Manual de usuario
(0 paginas)
Equipo Yaskawa MP920 User's Manual Design Manual de usuario
(565 paginas)
Equipo Yaskawa MP900 Series Machine Controller for Standard Opera Manual de usuario
(509 paginas)
Equipo Yaskawa Sigma Mini Manual de usuario
(282 paginas)
Equipo Yaskawa Large Capacity Sigma II Series Manual de usuario
(405 paginas)
Equipo Yaskawa Sigma II Series DC Power Input SGMAJ Manual de usuario
(334 paginas)
Equipo Yaskawa MEMOCON GL120 Manual de usuario
(495 paginas)
Equipo Yaskawa AC Drive P1000 Bypass Technical Manual Manual de usuario
(392 paginas)
Equipo Yaskawa AC Drive Z1000 Bypass Technical Manual Manual de usuario
(462 paginas)
Equipo Yaskawa AC Drive-P1000 Industrial Fan Manual de usuario
(570 paginas)
Equipo Yaskawa V1000-Series Option SI-EP3/V PROFINET Manual de usuario
(72 paginas)
Equipo Yaskawa AC Drive Z1000 AC Drive HVAC Fan Manual de usuario
(340 paginas)
Equipo Yaskawa Z1000U HVAC Matrix Bypass Manual de usuario
(472 paginas)
Equipo Yaskawa Varispeed 626M5 Manual de usuario
(305 paginas)
Equipo Yaskawa Sigma-5 User Manual: Operation of Digital Operator Manual de usuario
(145 paginas)
Equipo Yaskawa Sigma II Series SGMVH Manual de usuario
(339 paginas)
Equipo Yaskawa Sigma-5 User Manual: Design and Maintenance - Rota Manual de usuario
(329 paginas)
Imprimir documento
Imprimir pagina 229
Comentarios a estos manuales