<< Prev        Next >>

ID : 5941

StopServoLog

Function

Stop ServoLog.

This option is available in Ver.1.9.* or higher.

Syntax

[Robot*.]StopServoLog

Description

This command works the same as SysLog.Servo.Stop.

Use this command to stop the servo log on the slave robot since SysLog.Servo.Stop cannot specify the slave robot.

Related Terms

StartServoLog, ClearServoLog

Attention

This command is available to the master robot.

Example

'!TITLE "Servo Log on the Slave Robot Recording"
' After initialize servo data, start recording and stop recording
Sub Sample_StartServoLog

' Initialize servo data
Robot1.ClearServoLog

' Start servo data recording
Robot1.StartServoLog

Robot0.Move L, P0, SyncMove = Robot1

' Stop servo data recording
Robot1.StopServoLog

End Sub

ID : 5941

<< Prev        Next >>