Skip to content

Auto-Start Program Execution

Teach Pendant Settings

Register: 0x5081 SELF_START_RUN_SET

Parameters

ParameterTypeRequiredDescriptionExample
robotintYesRobot number1
enableboolYesEnablefalse
countintYesRun count1
speedintYesRun speed15
jobnamestringYesJob file name"Q1"

JSON Example

json
{
    "robot": 1,
    "enable": false,
    "count": 1,
    "speed": 15,
    "jobname": "Q1"
}

Query

Register: 0x5082 SELF_START_RUN_INQUIRE

Parameters

ParameterTypeRequiredDescriptionExample
robotintYesRobot number1

JSON Example

json
{
    "robot": 1
}

Controller Response

Register: 0x5083 SELF_START_RUN_RESPOND

Parameters

ParameterTypeRequiredDescriptionExample
robotintYesRobot number1
enableboolYesEnablefalse
countintYesRun count1
speedintYesRun speed15
jobnamestringYesJob file name"Q1"

JSON Example

json
{
    "robot": 1,
    "enable": false,
    "count": 1,
    "speed": 15,
    "jobname": "Q1"
}