C# Класс RoboGO.ViewModels.ViewModelManualSteering

ViewModel for GUIManualSteering. \todo Way to inform View about errors, like not being connected to robot.(Example messaging.)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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