Méthode | Description | |
---|---|---|
closeGripperWrapped ( ) : bool | ||
closeManualWrapped ( ) : bool | ||
closeWatchDigitalInputWrapped ( ) : bool | ||
controlWrapped ( enumAxisSettings _axisSettingsGroup, bool _bControlOnOrOff ) : bool | ||
defineVectorWrapped ( enumAxisSettings _enumGroup, string _sVectorName, short _shrtLength ) : bool | ||
enterManualWrapped ( enumManualType _enummanMoveType ) : bool | ||
getCurrentPosition ( ) : |
Returns the position of the robot. \warning Ignoring wrapper int return value. \warning Not sure about buffer type to use in impl.
|
|
getInstance ( ) : |
Gets the wrapper.
|
|
getJawWrapped ( short &_shrtPerc, short &_shrtWidth ) : bool | ||
homeWrapped ( enumAxisSettings _axisSettingsGroup, |
||
initializationWrapped ( enumSystemModes _sysmodeMode, enumSystemTypes _systypeType, |
Initializes the robot. Note: Should wait for it to be done before calling other functions. \todo Refactor delegate to contain ConfigData and ErrorInfo if found necessary.
|
|
isOnlineOkWrapped ( ) : bool | ||
moveLinearWrapped ( string _sNameOfVector, int _iIndex ) : bool |
Moves the robot in a linear motion. \warning Not using pos 2 in wrapped dll function. \warning Seems to be unfunctional.
|
|
moveManualWrapped ( enumManualModeWhat _enumWhatToMove, int _lSpeed ) : bool | ||
openGripperWrapped ( ) : bool | ||
speedWrapped ( enumAxisSettings _bGroup, long _mSpeed ) : bool | ||
stopWrapped ( enumAxisSettings _bWhatToStop ) : bool | ||
teachWrapped ( |
||
timeWrapped ( enumAxisSettings _bGroup, long _mTime ) : bool | ||
watchDigitalInputWrapped ( |
||
watchMotionWrapped ( |
Adds functions to be called when motion starts and motion ends. Note: Ignoring return value.
|
Méthode | Description | |
---|---|---|
Wrapper ( ) : System | ||
axisSettingsToByte ( enumAxisSettings axisSettingsArg ) : byte | ||
manualMovementToByte ( enumManualModeWhat enumArg ) : byte |
public closeWatchDigitalInputWrapped ( ) : bool | ||
Résultat | bool |
public controlWrapped ( enumAxisSettings _axisSettingsGroup, bool _bControlOnOrOff ) : bool | ||
_axisSettingsGroup | enumAxisSettings | |
_bControlOnOrOff | bool | |
Résultat | bool |
public defineVectorWrapped ( enumAxisSettings _enumGroup, string _sVectorName, short _shrtLength ) : bool | ||
_enumGroup | enumAxisSettings | |
_sVectorName | string | |
_shrtLength | short | |
Résultat | bool |
public enterManualWrapped ( enumManualType _enummanMoveType ) : bool | ||
_enummanMoveType | enumManualType | |
Résultat | bool |
public getJawWrapped ( short &_shrtPerc, short &_shrtWidth ) : bool | ||
_shrtPerc | short | |
_shrtWidth | short | |
Résultat | bool |
public homeWrapped ( enumAxisSettings _axisSettingsGroup, |
||
_axisSettingsGroup | enumAxisSettings | |
_funcptrHomingEventHandler | ||
Résultat | bool |
public initializationWrapped ( enumSystemModes _sysmodeMode, enumSystemTypes _systypeType, |
||
_sysmodeMode | enumSystemModes | Mode.[Normally use online mode] |
_systypeType | enumSystemTypes | Type of connection.[Normally use default] |
_funcptrSuccess | Function to be called on success. | |
_funcptrError | Function to be called on error. | |
Résultat | bool |
public moveLinearWrapped ( string _sNameOfVector, int _iIndex ) : bool | ||
_sNameOfVector | string | Name of the vector in the Robot. |
_iIndex | int | Index for point |
Résultat | bool |
public moveManualWrapped ( enumManualModeWhat _enumWhatToMove, int _lSpeed ) : bool | ||
_enumWhatToMove | enumManualModeWhat | |
_lSpeed | int | |
Résultat | bool |
public speedWrapped ( enumAxisSettings _bGroup, long _mSpeed ) : bool | ||
_bGroup | enumAxisSettings | |
_mSpeed | long | |
Résultat | bool |
public stopWrapped ( enumAxisSettings _bWhatToStop ) : bool | ||
_bWhatToStop | enumAxisSettings | |
Résultat | bool |
public teachWrapped ( |
||
vecTheSirVector | ||
Résultat | bool |
public timeWrapped ( enumAxisSettings _bGroup, long _mTime ) : bool | ||
_bGroup | enumAxisSettings | |
_mTime | long | |
Résultat | bool |
public watchDigitalInputWrapped ( |
||
_funcptrCallbackEvent | ||
Résultat | bool |
public watchMotionWrapped ( |
||
_funcptrCallbackEnd | Function to be called when motion has ended. | |
_funcptrCallbackStart | Function to be called when motion has started. | |
Résultat | void |