Метод | Описание | |
---|---|---|
Robot ( ) : System |
gets an instance of the wrapper, runs initialization method, enables movement control for the AXIS_Robot and homes the robot
|
|
Speed ( |
||
Time ( |
||
closeGripper ( ) : bool | ||
defineRelativeVector ( |
||
defineVector ( |
||
getCurrentPosition ( ) : |
||
getCurrentPositionAsString ( ) : string | ||
getJawOpeningWidthMilimeters ( ) : short | ||
getJawOpeningWidthPercentage ( ) : short | ||
getWeight ( ) : double | ||
homeRobot ( ) : bool | ||
isOnline ( ) : bool | ||
moveBase ( int _iSpeed ) : bool | ||
moveByAbsoluteCoordinates ( string vectorname, int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : bool | ||
moveByAbsoluteVector ( |
||
moveByPitch ( int _pitch ) : bool | ||
moveByRelativeCoordinates ( string vectorname, int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : bool | ||
moveByRelativeVector ( |
||
moveByRoll ( int _roll ) : bool | ||
moveByXCoordinate ( int _iX ) : bool | ||
moveByYCoordinate ( int _iY ) : bool | ||
moveByZCoordinate ( int _iZ ) : bool | ||
moveConveyerBelt ( int _iSpeed ) : bool | ||
moveElbow ( int _iSpeed ) : bool | ||
moveGripper ( int _iSpeed ) : bool | ||
moveLinear ( string vectorname, int pointindex ) : bool | ||
moveShoulder ( int _iSpeed ) : bool | ||
moveToAPosition ( ) : bool | ||
moveToCubePosition ( string vectorname, int _iCubeID ) : bool | ||
moveWristPitch ( int _iSpeed ) : bool | ||
moveWristRoll ( int _iSpeed ) : bool | ||
openGripper ( ) : bool | ||
stopAllMovement ( ) : bool | ||
teach ( |
Метод | Описание | |
---|---|---|
digitalInputChanged ( long l ) : void | ||
homeEvent ( byte &_bArg ) : void | ||
initError ( |
||
initSuccess ( |
||
initialization ( ) : void | ||
releaseMovementLock ( byte &b ) : void |
Method to be called when the robot stops its movement.
|
|
takeMovementLock ( byte &b ) : void |
Method to be called when the robot starts its movement. EDIT: Implemented in each move-method instead (DUMMY)
|
public Speed ( |
||
_bGroup | ||
_mSpeed | long | |
Результат | bool |
public Time ( |
||
_bGroup | ||
_mTime | long | |
Результат | bool |
public defineRelativeVector ( |
||
rel | ||
Результат | bool |
public defineVector ( |
||
sir | ||
Результат | bool |
public getCurrentPositionAsString ( ) : string | ||
Результат | string |
public getJawOpeningWidthMilimeters ( ) : short | ||
Результат | short |
public getJawOpeningWidthPercentage ( ) : short | ||
Результат | short |
public moveByAbsoluteCoordinates ( string vectorname, int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : bool | ||
vectorname | string | |
_iX | int | |
_iY | int | |
_iZ | int | |
_iPitch | int | |
_iRoll | int | |
Результат | bool |
public moveByAbsoluteVector ( |
||
abs | ||
Результат | bool |
public moveByRelativeCoordinates ( string vectorname, int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : bool | ||
vectorname | string | |
_iX | int | |
_iY | int | |
_iZ | int | |
_iPitch | int | |
_iRoll | int | |
Результат | bool |
public moveByRelativeVector ( |
||
rel | ||
Результат | bool |
public moveByXCoordinate ( int _iX ) : bool | ||
_iX | int | |
Результат | bool |
public moveByYCoordinate ( int _iY ) : bool | ||
_iY | int | |
Результат | bool |
public moveByZCoordinate ( int _iZ ) : bool | ||
_iZ | int | |
Результат | bool |
public moveConveyerBelt ( int _iSpeed ) : bool | ||
_iSpeed | int | |
Результат | bool |
public moveLinear ( string vectorname, int pointindex ) : bool | ||
vectorname | string | |
pointindex | int | |
Результат | bool |
public moveShoulder ( int _iSpeed ) : bool | ||
_iSpeed | int | |
Результат | bool |
public moveToCubePosition ( string vectorname, int _iCubeID ) : bool | ||
vectorname | string | |
_iCubeID | int | |
Результат | bool |
public moveWristPitch ( int _iSpeed ) : bool | ||
_iSpeed | int | |
Результат | bool |
public moveWristRoll ( int _iSpeed ) : bool | ||
_iSpeed | int | |
Результат | bool |