Method | Description | |
---|---|---|
Simulator ( ) : System |
Default constructor. Note: Uses console output as standard.
|
|
Speed ( |
Speed for future movements in percent
|
|
Time ( |
Time for future movements in miliseconds
|
|
closeGripper ( ) : bool |
Close the gripper
|
|
getCurrentPosition ( ) : |
Gets current position
|
|
getCurrentPositionAsString ( ) : string | ||
getJawOpeningWidthMilimeters ( ) : short |
Gets width of jaw opening in milimeters
|
|
getJawOpeningWidthPercentage ( ) : short |
Gets width of jaw opening in percent
|
|
getWeight ( ) : double | ||
homeRobot ( ) : bool |
Setting robot to start position
|
|
isOnline ( ) : bool |
Connect to the robot
|
|
moveBase ( int speed ) : bool |
Moving the base
|
|
moveByAbsoluteCoordinates ( string name, int x, int y, int z, int pitch, int roll ) : bool |
Moving from the absolute position (home position)
|
|
moveByCoordinates ( int _x, int _y, int _z, int _pitch, int _roll ) : bool |
Function for moving by coordinates
|
|
moveByPitch ( int pitch ) : bool |
Moves just pitch coordinate
|
|
moveByRelativeCoordinates ( string name, int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : bool |
Moving from the relative position (current position)
|
|
moveByRoll ( int roll ) : bool |
Moves just roll coordinate
|
|
moveByXCoordinate ( int x ) : bool |
Moves just X coordinate
|
|
moveByYCoordinate ( int y ) : bool |
Moves just Y coordinate
|
|
moveByZCoordinate ( int z ) : bool |
Moves just Z coordinate
|
|
moveConveyerBelt ( int speed ) : bool |
Moving the Conveyer Belt
|
|
moveElbow ( int speed ) : bool |
Moving the elbow
|
|
moveGripper ( int speed ) : bool |
Moving the gripper
|
|
moveShoulder ( int speed ) : bool |
Moving the shoulder
|
|
moveToAPosition ( ) : bool | ||
moveToCubePosition ( string name, int _iCubeID ) : bool | ||
moveWristPitch ( int speed ) : bool |
Moving the wrist Pitch
|
|
moveWristRoll ( int speed ) : bool |
Moving the Wrist Roll
|
|
movebyCoordinates ( int _iX, int _iY, int _iZ ) : bool |
Moves all coordinates
|
|
openGripper ( ) : bool |
Opens the gripper
|
|
stopAllMovement ( ) : bool |
Writes out that All movement is stopped
|
Method | Description | |
---|---|---|
initialization ( ) : bool |
Initializes the robot to default values
|
public Speed ( |
||
_bGroup | Part of the robot | |
_mSpeed | long | Value for speed |
return | bool |
public Time ( |
||
_bGroup | Part of the robot | |
_mTime | long | Value for time |
return | bool |
public getCurrentPositionAsString ( ) : string | ||
return | string |
public getJawOpeningWidthMilimeters ( ) : short | ||
return | short |
public getJawOpeningWidthPercentage ( ) : short | ||
return | short |
public moveByAbsoluteCoordinates ( string name, int x, int y, int z, int pitch, int roll ) : bool | ||
name | string | |
x | int | Parameter is of which x coordinate to use |
y | int | Parameter is of which y coordinate to use |
z | int | Parameter is of which z coordinate to use |
pitch | int | Parameter is of which pitch to use |
roll | int | Parameter is of which roll to use |
return | bool |
public moveByCoordinates ( int _x, int _y, int _z, int _pitch, int _roll ) : bool | ||
_x | int | x-coordinate |
_y | int | y-coordinate |
_z | int | z-coordinate |
_pitch | int | pitch robot arm |
_roll | int | roll of robot arm |
return | bool |
public moveByPitch ( int pitch ) : bool | ||
pitch | int | value for the pitch coordinate |
return | bool |
public moveByRelativeCoordinates ( string name, int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : bool | ||
name | string | |
_iX | int | Parameter of which x coordinate to use |
_iY | int | Parameter of which y coordinate to use |
_iZ | int | Parameter of which z coordinate to use |
_iPitch | int | Parameter of which Pitch to use |
_iRoll | int | Parameter of which Roll to use |
return | bool |
public moveByRoll ( int roll ) : bool | ||
roll | int | value for the roll coordinate |
return | bool |
public moveByXCoordinate ( int x ) : bool | ||
x | int | value for the x coordinate |
return | bool |
public moveByYCoordinate ( int y ) : bool | ||
y | int | value for the y coordinate |
return | bool |
public moveByZCoordinate ( int z ) : bool | ||
z | int | value for the z coordinate |
return | bool |
public moveConveyerBelt ( int speed ) : bool | ||
speed | int | speed |
return | bool |
public moveToCubePosition ( string name, int _iCubeID ) : bool | ||
name | string | |
_iCubeID | int | |
return | bool |
public moveWristPitch ( int speed ) : bool | ||
speed | int | speed |
return | bool |
public movebyCoordinates ( int _iX, int _iY, int _iZ ) : bool | ||
_iX | int | |
_iY | int | |
_iZ | int | |
return | bool |