Introduction to KUKA robot CONTINUE instruction

Publisher:JoyousJourneyLatest update time:2023-07-31 Source: 机器人及PLC自动化应用Author: Lemontree Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

CONNUE: Prevent advance stop

Use CONTINUE to prevent a pre-run stop from occurring in the following program line.

CONTINUE always refers to the following line, even if this is an empty line! Exception: If there is an ON_ERROR_PROCEED in the following line, CONTINUE first refers to the following line.

CONTINUE

Prevents two advance stops:

CONTINUE

$OUT[1]=TRUE

CONTINUE

$OUT[2]=FALSE

In this case, these outputs are set in advance. It is not possible to predict when exactly they will be set.

ON_ERROR_PROCEED with CONTINUE:

ON_ERROR_PROCEED

CONTINUE

$OUT[1]=TRUE

CONTINUE

ON_ERROR_PROCEED

$OUT[1]=TRUE

These sequences of instructions are identical in effect. In both examples, ON_ERROR_PROCEED and

CONTINUE works only if $OUT[1]=TRUE.

Used in VASS standard:

CONTINUE

IF $IN[129] THEN

CONTINUE

GOTO Label1

ENDIF






Review editor: Liu Qing

Reference address:Introduction to KUKA robot CONTINUE instruction

Previous article:NVIDIA Developer Kits Now Available for Every Jetson Product
Next article:How robots work The working principle and process of robots

Latest robot Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号