C# 클래스 ControlSystem.DLLImport

Class providing interface for USBC.dll functions. Note: Please use the Wrapper instead.
파일 보기 프로젝트 열기: syre/SortingIndustrialRobot

비공개 메소드들

메소드 설명
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