点击或拖拽改变大小

KukaTcpNetStartProgramAsync 方法

启动机器人的指定的程序
Start the specified program of the robot

命名空间:  HslCommunication.Robot.KUKA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public Task<OperateResult> StartProgramAsync(
	string program
)

参数

program
类型:SystemString
程序的名字

返回值

类型:TaskOperateResult
是否启动成功
参见