Rockwell Automation 8520-9API 9/Series OCI API Developer's Guide User Manual

Page 133

Advertising
background image

5–22

OCI Data Server CNC Commands

Publication 8520-6.6 - August 1999

CLEAR_CYCLE_TIME (no argument)

Use this command to clear the cycle time recorded by the “Time
Parts Count Feature”. This command clears the time recorded for
the individual part program elapsed execution time (time between
cycle start request and end of program). Refer to your operation and
programming manual for details on this feature.

CLEAR_ERROR_LOG (no argument)

This command clears all error messages in the system error log.

CLEAR_POWER_ON_TIME_OVERALL (no argument)

Use this command to clear the controls overall power–on–time. This
feature is included on the time/parts display of the standard displays.
Refer to your operation and programming manual for details.

CLEAR_RUNTIME (no argument)

This command is used to clear the runtime clock. This clock records
the time the control has spent actually executing part programs. This
feature is included on the time/parts display of the Basic Display Set.
Refer to your operation and programming manual for details.

CLEAR_WORKPIECES_CUT_OVERALL (no argument)

Use this command to clear the overall workpieces cut counter. This
counter indicates how many times any part program has been run.
This feature is included on the time/parts display of the Basic
Display Set. Refer to your operation and programming manual for
details. .

INPUT_MDI_STRING ("text_string")

This command inputs a string as an MDI operation. Once input a
cycle start request will execute the MDI input. For example:

[INPUT_MDI_STRING (“G01X10Y10F100”)]

loads this part program block as the active block in MDI mode. If
loading multiple blocks include them in the same string separating
each block with the end of block character (;).

Advertising