Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/MaiaLogger
Contact:
Class Description
Class for controlling logging settings and actions for the Maia detector system.
Families: Acquisition
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Brookhaven National Laboratory & Commonwealth Scientific and Industrial Research Organisation
Product:
Maia detector
Bus: Data Socket
Class interface
Attributes:
Name | Description |
---|---|
GroupScalar: DevString | ChanGroup name of the current run |
ProjectScalar: DevString | ChangProject name for current run. |
ConnectedScalar: DevLong | If 1, Maia is connected to logger. |
DiscardScalar: DevLong | If 1, logger is not saving data |
GroupNextScalar: DevString | Group of the next run. |
ProjectNextScalar: DevString | Project of the next run. |
DataRateScalar: DevLong | Rate of writing data to disk. |
RunNumberScalar: DevLong | Run number (current or previous) |
RunSizeScalar: DevULong64 | Size of run files (current or previous) |
RunTimeScalar: DevLong | Duration of run (current or previous) |
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. |
NewRunInput: DevVoid Output: DevVoid |
Start savind data in new run |
EndRunInput: DevVoid Output: DevVoid |
Stop saving data |
Pipes:
Properties:
Name | Description |
---|---|
SocketDSDevString | Name of the Tango Device making the socket connection (MaiaCtrl) |
Please log in to comment.