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)

参照
Accel メソッド, Jump メソッド, Go メソッド

Speed 使用例
VB 例:

m_spel.Speed(50)  

C# 例:

m_spel.Speed(50);