.

Average: 0
Rating Count: 0

Development status: Released, Release: Release_1_0
Information status: New
Repository: http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Motion/Hexapods/HexaSmarLiCtrl
Contact:



Class Description


Controller server for SmarAct Hexapods which do not support the SCPI interface but relies on shared libs. These (supplied by manufacturer) must be provided.

Families: Motion

Key words:

Platform: Unix Like

Language: Cpp

License: GPL

Contact:

Hardware


Manufacturer: Smaract

Product:

Bus: TCP/UDP

Class interface


Attributes:

Name Description
HomedScalar: DevBoolean
VelocityScalar: DevDouble
AccelerationScalar: DevDouble
SpeedControlScalar: DevLong
AccelControlScalar: DevLong
MoveAtOnceScalar: DevBoolean If true, an axis will move as soon as the position attribute is written if false, writing the position attribute will just store the new value. Movement will be executed with command Move.
PivotImage: DevDouble [0] = PivotX [1] = PivotY [2] = PivotZ
PositionImage: DevDouble 0] = positionX [1] = positionY [2] = positionZ [3] = rotationX [4] = rotationY [5] = rotationZ

Commands:

Name Description
StateInput: DevVoid
Output: State
Device state
This command gets the device state (stored in its device_state data member) and returns it to the caller.
StatusInput: DevVoid
Output: ConstDevString
Device status
This command gets the device status (stored in its device_status data member) and returns it to the caller.
HomeInput: DevVoid
Output: DevVoid
find reference marks
ReachableInput: DevVarDoubleArray
[0] = positionX [1] = positionY [2] = positionZ [3] = rotationX [4] = rotationY [5] = rotationZ
Output: DevBoolean
returns true, if position in argin is reachable
StopInput: DevVoid
Output: DevVoid
stop all motion
MoveInput: DevVoid
Output: DevVoid
Will start move on all axes to their set position (requires MoveAtOnce set to false)

Pipes:

Properties:

Name Description
HostNameDevString IP address / hostname of controller
PortNumberDevString Port number on controller
ModelIdDevULong Model ID of hexapod


Please log in to comment.

13 May 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Added by:pgoryl2 on:13 May 2017, 3:01 a.m.