Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Motion/MotorControllers/Newport/Newport8742Controller
Contact:
Class Description
Controller class for NewPort8742 piezo controller
Families: Motion
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: NewPort
Product:
8742
Bus: Not Applicable
Class interface
Attributes:
Commands:
Name | Description |
---|---|
WriteInput: DevString command to send Output: DevVoid |
write command to the controller |
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. |
WriteReadStringInput: DevString command to send Output: DevString reply we got |
write command to the controller an read reply as string |
WriteReadLongInput: DevString command to send Output: DevLong reply we got |
write command to the controller an read reply as Tango::DevLong |
Pipes:
Properties:
Name | Description |
---|---|
HostNameDevString | hostname or ip address of controller |
PortNumberDevString | tcp port number of controller |
ConnectTypeDevString | whenn connected via network, set to `net, when connected via usb, set to `usb` |
DeviceFileDevString | usb device file when connected via usb |
Please log in to comment.