Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/BeamlineComponents/Mirrors/TurboPMAC
Contact:
Class Description
controls communication with PMAC through Ethernet
Families: BeamlineComponents
Key words: - Mirrors
Platform: All Platforms
Language: Cpp
Contact:
Hardware
Manufacturer: Delta Tau
Product:
PMAC
Bus: Ethernet
Class interface
Attributes:
Name | Description |
---|---|
badCommandCounterScalar: DevLong | — |
oKCommandCounterScalar: DevLong | — |
Commands:
Name | Description |
---|---|
GetFirmwareRevisionInput: DevVoid Output: DevString |
gets firmware revision |
ExecLowLevelCmdInput: DevString Output: DevString |
sends an expert PMAC cmd to the PMAC (expects a response, timeout if no response) |
ResetInput: DevVoid Output: DevVoid |
Reset the controller |
StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
Pipes:
Properties:
Name | Description |
---|---|
PeriodDevLong | Polling period pour les commandes poll�es en ms |
TCPTimeOutDevLong | valeur de timeout en secondes |
PortDevLong | TCP/IP port for communication default : 1025 |
IPAddressDevString | IP Address of the PMAC |
Please log in to comment.