ID : 383
StopLog
Function
To stop control log recording.
Syntax
StopLog
Description
Control log recording is stopped.
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 : 383

