This is historical information of device classes implemented in HexapodNewport device server.
Use this link to find the valid information.
Development status:
Released
Information status: New
Contact:
Class Description
controls hexapods from Newport (HXP controllers)
Families: Motion
Key words: Hexapods
Platform: All Platforms
Language: Cpp
Contact:
Hardware
Manufacturer: Newport
Product:
HXP
Bus: Ethernet
Class interface
Attributes:
Name | Description |
---|---|
xScalar: DevDouble | — |
yScalar: DevDouble | — |
zScalar: DevDouble | — |
uScalar: DevDouble | — |
vScalar: DevDouble | — |
wScalar: DevDouble | — |
freezeScalar: DevBoolean | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
InitializeReferencePositionInput: DevVoid Output: DevVoid |
starts the homing process |
GoToPositionInput: DevVarDoubleArray Output: DevVoid |
sends the hexapod to the 6 given positions values X Y Z U V W |
SetSystemCoordinatesInput: DevString Output: DevVoid |
sets the system coordinates (Work, Base, Tool) and the 6 coordinates form : Work, 0,-1.0, -0.003,27,33,134.5 |
GetSystemCoordinatesInput: DevString Output: DevString |
gets the system coordinates (Work, Base, Tool) and the 6 coordinates input form : Work output form : Work,0,-1.0, -0.003,27,33,134.5 |
StopInput: DevVoid Output: DevVoid |
Stops all movements |
KillInput: DevVoid Output: DevVoid |
kill all movements deinitializes the Hexapod (which means an InitializeReferencePosition is mandatory after this operation) |
DefinePositionInput: DevVarDoubleArray Output: DevVoid |
defines the position as the XYZUVW |
Pipes:
Properties:
Name | Description |
---|---|
UrlDevString | IP Address of the HXP Controller |
PortDevShort | port to connect to HXP |
PeriodDevShort | polling period |
PositioningTypeDevString | type of positioning [Absolute|Relative] if Absolute, positioning performs GroupMoveAbsolute (Absolute positions) if Relative, positioning performs GroupMoveRelative (Requested Positions - Current Positions) Default : no default |
20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You are looking at this version now.
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Updated:
The device class has been updated.
You are looking at this version now.
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Added by:pgoryl2
on:20 Apr 2017, 1:12 p.m.