ID : 382
StartLog
Function
To start control log recording.
Syntax
StartLog
Description
Control log recording is started.
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 : 382

