<< Prev        Next >>

ID : 377

ClearLog

Function

To Initialize control log record.

Syntax

ClearLog

Description

Initialize control log record.

Related Terms

Attention

-

Example

'!TITLE "Start Recording of Control Log"
' Initialize control log and stop after start recording
Sub Samaple_StartLog

  TakeArm Keep = 1

  ' Initialize record of control log
  ClearLog

  ' Srart control log recording
  StartLog

  Move P, Dev( CurPos, P( 50, 100, 150, 0, 0, 0, -1 ) )

  Move L, Dev( CurPos, P( -100, 150, -100, 0, 0, 0, -1 ) )

  ' Stop control log recording
  StopLog

End Sub

ID : 377

<< Prev        Next >>