![Omron RL4 Series Скачать руководство пользователя страница 66](http://html.mh-extra.com/html/omron/rl4-series/rl4-series_startup-manual_1633412066.webp)
; Depart/Move to wait position
DEPARTS ar.dist
MOVE gl.wait
BREAK
; Release robot control
DETACH ()
.END
V+ Program Stop Program
"run.checkmode" (V+ program stop program) is used to detect that the Robot Integrated CPU Unit
changes to PROGRAM mode and stop the robot motion and V+ program with shared variables for
sequence control program and V+ program.
A program is described below.
.PROGRAM run.checkmode()
; ABSTRACT: Stop pick and place program
; MISC: Program created in ACE version 4.1.0.22
;* Copyright (c) 2019 by {OMRON}
EXTERNAL ebool_mode
EXTERNAL ebool_exet1, ebool_reset
ebool_exet1 = TRUE
WHILE TRUE DO
; Check NJ mode and reset-button
IF (ebool_mode == FALSE) OR (ebool_reset == TRUE) THEN
; Abort current robot motion
BRAKE
; Terminate "run" program task
ABORT 0
; Wait until "run" program task has stoppped
CYCLE.END 0
; Clear a program execution stack
KILL 0
END
;Wait next robot control period
WAIT
END
.END
Read Program
"auto" (read program) is used to read the V+ program and global variables from the SD Memory
Card to main memory.
Refer to
3-3-8 Setting up Automatic Loading of V+ Programs and Variables at Power ON
3-67 for information on "auto" (read program).
3 Implementation Example of Static Pick-and-place Equipment
3-16
NJ-series Robot Integrated System Startup Guide (O049)
Содержание RL4 Series
Страница 4: ...AC1 152000 Introduction 2 NJ series Robot Integrated System Startup Guide O049 ...
Страница 12: ...A 3 Using Troubleshooting Functions A 22 CONTENTS 10 NJ series Robot Integrated System Startup Guide O049 ...
Страница 23: ...Outline View Detailed View Versions 21 NJ series Robot Integrated System Startup Guide O049 ...
Страница 30: ...Revision History 28 NJ series Robot Integrated System Startup Guide O049 ...
Страница 42: ...1 Overview 1 12 NJ series Robot Integrated System Startup Guide O049 ...
Страница 50: ...2 Before You Begin 2 8 NJ series Robot Integrated System Startup Guide O049 ...
Страница 144: ...3 Implementation Example of Static Pick and place Equipment 3 94 NJ series Robot Integrated System Startup Guide O049 ...
Страница 162: ...Appendices A 18 NJ series Robot Integrated System Startup Guide O049 ...
Страница 164: ...Appendices A 20 NJ series Robot Integrated System Startup Guide O049 ...
Страница 167: ......