<< Prev        Next >>

ID : 383

StopLog

Function

To stop control log recording.

Syntax

[Robot*.]StopLog

Description

This command is equivalent to SysLog.Ctrl.Stop.

To stop the recording of the slave robot control logs, use this command because SysLog.Ctrl.Stop cannot select a slave robot.

Related Terms

ClearLogStartLog

Attention

-

Example

'!TITLE "Start Recording of Slave Robot Control logs"
' Initialize control logs and stop after start recording
Sub Sample_StartLog

  TakeArm Keep = 1

  ' Initialize control logs
  Robot1.ClearLog

  ' Srart control log recording
  Robot1.StartLog

  Robot0.Move L, P0, SyncMove = Robot1

  ' Stop control log recording
  Robot1.StopLog

End Sub

ID : 383

<< Prev        Next >>