C# Class ControlSystem.DLLImport

Class providing interface for USBC.dll functions. Note: Please use the Wrapper instead.
Show file Open project: syre/SortingIndustrialRobot

Private Methods

Method Description
CloseGripper ( ) : int
CloseManual ( ) : int
CloseWatchDigitalInput ( ) : int
Control ( byte bAxis, bool bIsOn ) : int
DefineVector ( byte bGroup, string sVectorName, short shrtSizeOfVector ) : int
EnterManual ( short shrtArg ) : int
GetCurrentPosition ( int ibufEnc, int ibufJoint, int ibufXYZ ) : int
GetJaw ( short &perc, short &metric ) : int
Home ( byte axis, DLL funcptrCallBack ) : int
IsOnLineOk ( ) : int
MoveLinear ( string sNameOfVectorThatGotFirstPosition, short shrtPointInVector, string sNameOfVectorThatGotSecondPosition, short shrtPointToMoveTo ) : int
MoveManual ( byte bAxis, int lSpeed ) : int
OpenGripper ( ) : int
Speed ( byte _bGroup, long _mSpeed ) : int
Stop ( byte axis ) : int
Teach ( string sVectorName, short shrtPoint, int iaPointInfo, short shrtSizeOfArray, long iPointType ) : int
Time ( byte _bGroup, long _mTime ) : int
WatchDigitalInput ( DLL funcptrCallbackEvent ) : int
WatchMotion ( DLL funcptrCallbackEnd, DLL funcptrCallbackStart ) : DLL.DgateCallBackByteRefArg
initialization ( short shrtMode, short shrtType, DLL funcptrCallBack, DLL funcptrCallBackError ) : int