Speed方法
描述
指定要搭配PTP指令Go、Jump及Pulse使用的手臂速度。
語法
Sub Speed (PointToPointSpeed As Integer[, JumpDepartSpeed As Integer ] [, JumpApproSpeed As Integer])
參數
- PointToPointSpeed
指定要搭配PTP指令Go、Jump及Pulse使用的手臂速度。 - JumpDepartSpeed
Jump命令時,代表向上動作速度的整數(1~100)。 - JumpApproSpeed
Jump命令時,代表向下動作速度的整數(1~100)。
Speed範例
VB 例:
m_spel.Speed(50)
C# 例:
m_spel.Speed(50);