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

Page 17

Advertising
background image

BASIC PROGRAMMING GUIDE

2-8

CLEAR TICK

Syntax:

CLEAR TICK(timer)

Where: timer = 0 to 3

Function:

Resets specified tick timer

Mode:

Command, Run

Use:

CLEAR TICK(1)

DIFFERENCES FROM BASIC-52

The TICK function replaced TIME as a process clock. See TICK function for more information.

DESCRIPTION

There are four independent tick timers that can be cleared independently of each other. This statement resets
any one of the four tick timers to 0.

RELATED

TICK

ERRORS

BAD SYNTAX

Any parameters left out

BAD ARGUMENT When timer > 3 or negative

Advertising