Yamaha DRCX Instrukcja Użytkownika Strona 26

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 34
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 25
YAMAHA SR1 Provider User's Guide - 26 -
ORiN Forum DENSO WAVE Inc.
Example
----------------------------------------------------------------------------------------------------------------------------------
Dim aaa As Object
Set aaa = caoCtrl.AddRobot(“AAA”)
aaa.Execute(“DRVI”, Array(2,150.55,100)) Move Y axis as much as point 123 data amount from
current position at 100% speed
----------------------------------------------------------------------------------------------------------------------------------
3.2.14. CaoRobot::Execute("ACHA") command
Command for DRCX only.
Define the arch motion with a position specified (absolute position in reference to origin).
Syntax ACHA ( <vntACHParam:VT_VARIANT | VT_ARRAY> )
< vntACHParam >
[in] Arch information (VT_VARIANT | VT_ARRAY)
Array data:
< vntAxis > Axis number 1: X axis, 2: Y axis
< vntPosition > Specifiable position: -9999 to 9999 (mm)
Return value
None
Example
----------------------------------------------------------------------------------------------------------------------------------
Dim aaa As Object
Set aaa = caoCtrl.AddRobot(“AAA”)
aaa.Execute(“ACHA”, Array(2,10)) ‘ Arch motion definition to return to Y=10.00 point
----------------------------------------------------------------------------------------------------------------------------------
3.2.15. CaoRobot::Execute("ACHI") command
Command for DRCX only.
Define the arch motion with a position specified (relative position in reference to the current position).
Syntax ACHI (<vntACHParam:VT_VARIANT | VT_ARRAY>)
< vntACHParam >
[in] Arch information (VT_VARIANT | VT_ARRAY)
Array data:
< vntAxis > Axis number 1: X axis, 2: Y axis
< vntPosition > Specifiable distance: -9999 to 9999 (mm)
Return value
None
Przeglądanie stron 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34

Komentarze do niniejszej Instrukcji

Brak uwag