Yamaha DRCX Instrukcja Użytkownika Strona 21

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 34
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 20
YAMAHA SR1 Provider User's Guide - 21 -
ORiN Forum DENSO WAVE Inc.
3.2.3. CaoRobot::Execute("X+") command
Move the X axis in a plus direction for the distance specified by the following expression:
Distance (mm) = 1 x (PRM201/100) PRM201:JOG movement speed (mm/s)
Syntax X+ ()
Return value
None
Example
----------------------------------------------------------------------------------------------------------------------------------
Dim aaa As Object
Set aaa = caoCtrl.AddRobot(“AAA”)
aaa.Execute(“X+”) ‘ Move X in plus direction by (PRM201)/100
----------------------------------------------------------------------------------------------------------------------------------
3.2.4. CaoRobot::Execute("X-") command
Move the X axis in a minus direction for the distance specified by the following expression:
Distance (mm) = 1 x (PRM201/100) PRM201:JOG movement speed (mm/s)
Syntax X- ()
Return value
None
Example
----------------------------------------------------------------------------------------------------------------------------------
Dim aaa As Object
Set aaa = caoCtrl.AddRobot(“AAA”)
aaa.Execute(“X-”) ‘ Move X in plus direction by (PRM201)/100
----------------------------------------------------------------------------------------------------------------------------------
3.2.5. CaoRobot::Execute("Y+") command
Command for DRCX only.
Move the Y axis in a plus direction for the distance specified by the following expression:
Distance (mm) = 1 x (PRM12/100) PRM12: Teach movement data (%)
If the robot is the rotation axis, the unit is deg/sec.
Syntax Y+ ()
Return value
None
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 33 34

Komentarze do niniejszej Instrukcji

Brak uwag