kernelv_get_cycletime()

Prototype

KERNELV_RETURN

 

kernelv_get_cycletime(unsigned long int* cycleTime);

Description

Reads the CNC cycle time.

Parameter

Name

Type

Meaning

cycleTime

unsigned long int*

Cycle time in µs.

Return values

Symbol

Value

Meaning

RET_FINISHED

0

The function was executed without error.

ERR_CNC_NOT_INIT

-3

The simulation CNC kernel was not yet initialised.