Basic programming guide – Remote Processing BASIC for the CX-10 Modbus User Manual

Page 18

Advertising
background image

BASIC PROGRAMMING GUIDE

2-9

CONT

Syntax:

CONT

Function:

Continue program execution after a STOP or Command-C

Mode:

Command

Use:

CONT

DESCRIPTION

CONT resumes program execution following a <Ctrl-C> or STOP instruction. You can display or modify
variables while the program is stopped, but you cannot continue a program that is modified.

RELATED

STOP, GOTO, RUN

ERROR

CAN'T CONTINUE When program was modified.

Advertising