点击或拖拽改变大小

YRCHighEthernetJSeq 方法

设定执行程序的名称和行编号。
Set the name and line number of the executed program.

命名空间:  HslCommunication.Robot.YASKAWA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult JSeq(
	string programName,
	int line
)

参数

programName
类型:SystemString
设定程序名称
line
类型:SystemInt32
设定行编号( 0 ~ 9999)

返回值

类型:OperateResult
是否设定成功
参见