Omron SYSMAC CJ Operation Manual page 266

Sysmac cj-series programmable controller motion control unit
Hide thumbs Also See for SYSMAC CJ:
Table of Contents

Advertisement

All BASIC commands
4-2-236 TICKS
4-2-237 TIME
4-2-238 TIME$
254
/i
Type
Task parameter
Syntax
TICKS
Description
The TICKS parameter contains the current count of the task clock
pulses. TICKS is a 32-bit counter that is decremented on each servo
cycle. TICKS can be written and read. It can be used to measure cycles
times, add time delays, etc.
Each task has its own TICKS parameter. Use the PROC modifier to
access the parameter for a certain task. Without PROC the current task
will be assumed.
Arguments
N/A
Example
delay:
TICKS = 3000
OP(9,ON)
test:
IF TICKS <= 0 THEN
OP(9,OFF)
ELSE
GOTO test
ENDIF
See also
N/A
/i
Type
System parameter (read-only)
Syntax
TIME
Description
Returns the time from the real time clock. The time returned as an inte-
ger is the number of seconds since midnight 00:00:00.
Arguments
N/A
Example
>> PRINT TIME
>> 48002.0000
See also
N/A
/i
Type
System command
Syntax
TIME$
Description
Prints the current time as defined by the real time clock as a string in 24-
hour format.
Arguments
N/A
Example
When the time is 13:20:00
>> PRINT TIME$
>> 13:20:00
See also
N/A
Section 4-2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sysmac cj1w-mch72

Table of Contents