C# 클래스 RoboGO.ViewModels.ViewModelManualSteering

ViewModel for GUIManualSteering. \todo Way to inform View about errors, like not being connected to robot.(Example messaging.)
파일 보기 프로젝트 열기: syre/SortingIndustrialRobot 1 사용 예제들

공개 메소드들

메소드 설명
ViewModelManualSteering ( ) : System

Default constructor.

closeGripper ( ) : void

Closes the gripper.

moveAxisBaseLeft ( ) : void

Moves the base of the robot to the left.

moveAxisBaseRight ( ) : void

Moves the base of the robot to the right.

moveAxisConveyerLeft ( ) : void

Moves the conveyer to the left

moveAxisConveyerRight ( ) : void

Moves the conveyer to the right.

moveAxisElbowLeft ( ) : void

Moves the elbow of the robot to the left.

moveAxisElbowRight ( ) : void

Moves the elbow of the robot to the right.

moveAxisPitchDown ( ) : void

Moves the pitch of the robot hand down.

moveAxisPitchUp ( ) : void

Moves the pitch of the robot hand up.

moveAxisRollLeft ( ) : void

Rolls the robot hand to the left.

moveAxisRollRight ( ) : void

Rolls the robot hand to the right.

moveAxisShoulderLeft ( ) : void

Moves the shoulder of the robot to the left.

moveAxisShoulderRight ( ) : void

Moves the shoulder of the robot to the right.

moveCoordPitchDecreasing ( ) : void

Decrease the pitch of the robot hand while keeping jaw fixed in position.

moveCoordPitchIncreasing ( ) : void

Increase the pitch of the robot hand while keeping jaw fixed in position.

moveCoordRollDecreasing ( ) : void

Roll the robot hand.

moveCoordRollIncreasing ( ) : void

Roll the robot hand.

moveCoordXDecreasing ( ) : void

Moves the robot hand decreasing in the X-axis.

moveCoordXIncreasing ( ) : void

Moves the robot hand increasing in the X-axis.

moveCoordYDecreasing ( ) : void

Moves the robot hand decreasing in the Y-axis.

moveCoordYIncreasing ( ) : void

Moves the robot hand increasing in the Y-axis.

moveCoordZDecreasing ( ) : void

Moves the robot hand decreasing in the Z-axis.

moveCoordZIncreasing ( ) : void

Moves the robot hand increasing the Z-axis.

openGripper ( ) : void

Opens the gripper.

seekHome ( ) : void

The robot begins seeking home for all axes.

setTimeSecond ( int _sec ) : void

Set Timer

stopMovement ( ) : void

Stops all movement of the robot.

메소드 상세

ViewModelManualSteering() 공개 메소드

Default constructor.
public ViewModelManualSteering ( ) : System
리턴 System

closeGripper() 공개 메소드

Closes the gripper.
public closeGripper ( ) : void
리턴 void

moveAxisBaseLeft() 공개 메소드

Moves the base of the robot to the left.
public moveAxisBaseLeft ( ) : void
리턴 void

moveAxisBaseRight() 공개 메소드

Moves the base of the robot to the right.
public moveAxisBaseRight ( ) : void
리턴 void

moveAxisConveyerLeft() 공개 메소드

Moves the conveyer to the left
public moveAxisConveyerLeft ( ) : void
리턴 void

moveAxisConveyerRight() 공개 메소드

Moves the conveyer to the right.
public moveAxisConveyerRight ( ) : void
리턴 void

moveAxisElbowLeft() 공개 메소드

Moves the elbow of the robot to the left.
public moveAxisElbowLeft ( ) : void
리턴 void

moveAxisElbowRight() 공개 메소드

Moves the elbow of the robot to the right.
public moveAxisElbowRight ( ) : void
리턴 void

moveAxisPitchDown() 공개 메소드

Moves the pitch of the robot hand down.
public moveAxisPitchDown ( ) : void
리턴 void

moveAxisPitchUp() 공개 메소드

Moves the pitch of the robot hand up.
public moveAxisPitchUp ( ) : void
리턴 void

moveAxisRollLeft() 공개 메소드

Rolls the robot hand to the left.
public moveAxisRollLeft ( ) : void
리턴 void

moveAxisRollRight() 공개 메소드

Rolls the robot hand to the right.
public moveAxisRollRight ( ) : void
리턴 void

moveAxisShoulderLeft() 공개 메소드

Moves the shoulder of the robot to the left.
public moveAxisShoulderLeft ( ) : void
리턴 void

moveAxisShoulderRight() 공개 메소드

Moves the shoulder of the robot to the right.
public moveAxisShoulderRight ( ) : void
리턴 void

moveCoordPitchDecreasing() 공개 메소드

Decrease the pitch of the robot hand while keeping jaw fixed in position.
public moveCoordPitchDecreasing ( ) : void
리턴 void

moveCoordPitchIncreasing() 공개 메소드

Increase the pitch of the robot hand while keeping jaw fixed in position.
public moveCoordPitchIncreasing ( ) : void
리턴 void

moveCoordRollDecreasing() 공개 메소드

Roll the robot hand.
public moveCoordRollDecreasing ( ) : void
리턴 void

moveCoordRollIncreasing() 공개 메소드

Roll the robot hand.
public moveCoordRollIncreasing ( ) : void
리턴 void

moveCoordXDecreasing() 공개 메소드

Moves the robot hand decreasing in the X-axis.
public moveCoordXDecreasing ( ) : void
리턴 void

moveCoordXIncreasing() 공개 메소드

Moves the robot hand increasing in the X-axis.
public moveCoordXIncreasing ( ) : void
리턴 void

moveCoordYDecreasing() 공개 메소드

Moves the robot hand decreasing in the Y-axis.
public moveCoordYDecreasing ( ) : void
리턴 void

moveCoordYIncreasing() 공개 메소드

Moves the robot hand increasing in the Y-axis.
public moveCoordYIncreasing ( ) : void
리턴 void

moveCoordZDecreasing() 공개 메소드

Moves the robot hand decreasing in the Z-axis.
public moveCoordZDecreasing ( ) : void
리턴 void

moveCoordZIncreasing() 공개 메소드

Moves the robot hand increasing the Z-axis.
public moveCoordZIncreasing ( ) : void
리턴 void

openGripper() 공개 메소드

Opens the gripper.
public openGripper ( ) : void
리턴 void

seekHome() 공개 메소드

The robot begins seeking home for all axes.
public seekHome ( ) : void
리턴 void

setTimeSecond() 공개 메소드

Set Timer
public setTimeSecond ( int _sec ) : void
_sec int
리턴 void

stopMovement() 공개 메소드

Stops all movement of the robot.
public stopMovement ( ) : void
리턴 void