This is historical information of device classes implemented in i-tech-brillance device server.

Use this link to find the valid information.

Development status: Released
Information status: New

Contact: nl@soleil.fr



Class Description


IT Libera BPM Device Server

Families: BeamDiagnostics

Key words: BeamDiag

Platform: Unix Like

Language: Cpp

License:

Contact: nl@soleil.fr

Hardware


Manufacturer: I-Tech

Product:

Libera Electron & Brillance

Bus: Ethernet

Class interface


Attributes:

Name Description
LiberaModelScalar: DevUShort
DDEnabledScalar: DevBoolean
DDBufferSizeScalar: DevLong
DDDecimationFactorScalar: DevUShort
DDTriggerOffsetScalar: DevLong
DDBufferFreezingEnabledScalar: DevBoolean
DDBufferFrozenScalar: DevBoolean
DDTriggerCounterScalar: DevLong
ExternalTriggerEnabledScalar: DevBoolean
ExternalTriggerDelayScalar: DevLong
SAEnabledScalar: DevBoolean
VaSAScalar: DevDouble
VbSAScalar: DevDouble
VcSAScalar: DevDouble
VdSAScalar: DevDouble
XPosSAScalar: DevDouble
ZPosSAScalar: DevDouble
SumSAScalar: DevDouble
QuadSAScalar: DevDouble
CxSAScalar: DevLong
CzSAScalar: DevLong
SAStatNumSamplesScalar: DevLong
XMeanPosSAScalar: DevDouble
ZMeanPosSAScalar: DevDouble
XRMSPosSAScalar: DevDouble
ZRMSPosSAScalar: DevDouble
XPeakPosSAScalar: DevDouble
ZPeakPosSAScalar: DevDouble
SumMeanSAScalar: DevDouble
ADCEnabledScalar: DevBoolean
ADCBufferSizeScalar: DevLong
PMOffsetScalar: DevLong
PMNotifiedScalar: DevBoolean
PMNotificationCounterScalar: DevShort
InterlockXNotifiedScalar: DevBoolean
InterlockZNotifiedScalar: DevBoolean
InterlockAttnNotifiedScalar: DevBoolean
InterlockADCPreFilterNotifiedScalar: DevBoolean
InterlockADCPostFilterNotifiedScalar: DevBoolean
XLowScalar: DevDouble
XHighScalar: DevDouble
ZLowScalar: DevDouble
ZHighScalar: DevDouble
AutoSwitchingEnabledScalar: DevBoolean
SwitchesScalar: DevShort
ExternalSwitchingScalar: DevBoolean
SwitchingDelayScalar: DevLong
OffsetTuneScalar: DevLong
CompensateTuneScalar: DevBoolean
DSCModeScalar: DevShort
AGCEnabledScalar: DevBoolean
GainScalar: DevDouble
HasMAFSupportScalar: DevBoolean
MAFLengthScalar: DevLong
MAFDelayScalar: DevLong
MachineTimeScalar: DevDouble
TimePhaseScalar: DevLong
SystemTimeScalar: DevDouble
SCPLLStatusScalar: DevBoolean
MCPLLStatusScalar: DevBoolean
HWTemperatureScalar: DevShort
Fan1SpeedScalar: DevShort
Fan2SpeedScalar: DevShort
IncoherenceScalar: DevDouble
RefIncoherenceScalar: DevDouble
MaxIncoherenceScalar: DevDouble
MaxIncoherenceDriftScalar: DevDouble
UpTimeScalar: DevLong
CpuUsageScalar: DevLong
FreeMemoryScalar: DevLong
RamFsUsageScalar: DevLong
UseLiberaSADataScalar: DevBoolean
XPosDDSpectrum: DevDouble
ZPosDDSpectrum: DevDouble
QuadDDSpectrum: DevDouble
SumDDSpectrum: DevDouble
VaDDSpectrum: DevDouble
VbDDSpectrum: DevDouble
VcDDSpectrum: DevDouble
VdDDSpectrum: DevDouble
XPosSAHistorySpectrum: DevDouble
ZPosSAHistorySpectrum: DevDouble
SumSAHistorySpectrum: DevDouble
XPosPMSpectrum: DevDouble
ZPosPMSpectrum: DevDouble
QuadPMSpectrum: DevDouble
SumPMSpectrum: DevDouble
VaPMSpectrum: DevDouble
VbPMSpectrum: DevDouble
VcPMSpectrum: DevDouble
VdPMSpectrum: DevDouble
ADCChannelASpectrum: DevShort
ADCChannelBSpectrum: DevShort
ADCChannelCSpectrum: DevShort
ADCChannelDSpectrum: DevShort
IaDDSpectrum: DevDouble
IbDDSpectrum: DevDouble
IcDDSpectrum: DevDouble
IdDDSpectrum: DevDouble
QaDDSpectrum: DevDouble
QbDDSpectrum: DevDouble
QcDDSpectrum: DevDouble
QdDDSpectrum: DevDouble
UserDataSpectrum: DevShort
InterlockConfigurationSpectrum: DevDouble
logsSpectrum: DevString

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.
GetParametersInput: DevVoid
Output: DevVarDoubleStringArray
Retruns the current gains and offsets (i.e. the parameters used for position computation)
UnfreezeDDBufferInput: DevVoid
Output: DevVoid
Unfreezes the DD buffer
EnableDDBufferFreezingInput: DevVoid
Output: DevVoid
Enables the DD buffer freezing mechanism
DisableDDBufferFreezingInput: DevVoid
Output: DevVoid
Disables the DD buffer freezing mechanism
EnableDDInput: DevVoid
Output: DevVoid
Enables the so called "data on demand" (i.e. first turns) data source
DisableDDInput: DevVoid
Output: DevVoid
Disables the so called "data on demand" (i.e. first turns) data source
EnableSAInput: DevVoid
Output: DevVoid
Enables the so called "slow acquisition" data source
DisableSAInput: DevVoid
Output: DevVoid
Disables the so called "slow acquisition" data source
ResetPMNotificationInput: DevVoid
Output: DevVoid
None.
ResetInterlockNotificationInput: DevVoid
Output: DevVoid
Resets the interlock notification flags to false
SetInterlockConfigurationInput: DevVoid
Output: DevVoid
Change interlock configuration using the InterlockConfiguration class (or device) property. Only modify the interlock configuration, the remaining env. parameters remain unchanged.
EnableADCInput: DevVoid
Output: DevVoid
Enables the so called ADC data source
DisableADCInput: DevVoid
Output: DevVoid
Disables the so called ADC data source
SetTimeOnNextTriggerInput: DevVoid
Output: DevVoid
Applies both machine et system time values on next trigger
ReadFADataInput: DevVarLongArray
Output: DevVarLongArray
Statring from[offest] in FA data block, reads [size of elems] * [num of elems] bytes.
WriteFADataInput: DevVarLongArray
Output: DevVoid
Starting from [offset] in Fa data block, writes [size of elems * num of elems]. The actual data to be written starts at index [4] in the input array.
SaveDSCParametersInput: DevVoid
Output: DevVoid
Saves the current DSC parameters
ReloadSystemPropertiesInput: DevVoid
Output: DevVoid
None.
SetRefIncoherenceInput: DevVoid
Output: DevVoid
Set the actual incoherence value as refeference value for the drift alarm calculation.

Pipes:

Properties:

Name Description
InterlockConfigurationDouble[]Type The user defined interlock configuration. This is the configuration that should be applied on the Libera in case the device `finds` the Libera in its default startup configuration when it is itself starting up or executing its Init TANGO command. This configuration can also be applied using the dedicated ``SetInterlockConfiguration`` expert command. Parameters mapping: [0] Interlock : mode - [0]: disabled, [1]: enabled, [3]: enabled with gain dependency [1] Interlock : threshold : X low in mm [2] Interlock : threshold : X high in mm [3] Interlock : threshold : Z low in mm (i.e. Y low in the Libera terminology) [4] Interlock : threshold : Z high in mm (i.e. Y high in the Libera terminology) [5] Interlock : overflow limit (ADC threshold) [6] Interlock : overflow duration (num of overloaded ADC samples before raising intlck) [7] Interlock : gain limit in dBm (intlck not active under this limit) - valid range is [-60, 0]
EnableDDOptionalDataDevBoolean Enables/Disables DD optional data (IxDD and QxDD)
EnableSAOptionalDataDevBoolean Enables/disables SA optional Data (currently not used)
EnableSAHistoryOptionalDataDevBoolean Enables/disables SA History optional data (sum history)
EnableADCOptionalDataDevBoolean Enables/disables ADC optional data (currently not used)
InstituteDevShort 0: TANGO_INSTITUTE (GENERIC) 1: ALBA 2: ESRF 3: ELETTRA 4: SOLEIL
LiberaIpAddrDevString The Libera IP address [no default value]
LiberaPortDevShort The port on which the generic server handles external requests. Defaults to 23721.
DefaultDDBufferSizeDevLong Default [or initial] value for attribute DDBufferSize [in samples]. Defaults to 1024.
SwitchesDevShort Switches configuration. The valid range is [0..15]. Defaults to 3.
LiberaMulticastIpAddrDevString Asynch. notifications (e.g. trigger events) will be send to this addr [no default value]
LocationDevString The BPM location [TL1, BOOSTER, TL2 or STORAGE_RING]. No default value.
EnableExternalTriggerDevBoolean Enables (or not) the external trigger source. Inlfuences the TANGO device behaviour not the Libera itself. Defaults to false.
DDTaskActivityPeriodDevLong Specify the watch-dog (1) or data reading period (2) in ms. Must be in the rangec [500, 25000] ms. Defaults to 1000. (1) : external trigger enabled - (2) : external trigger disabled.
SATaskActivityPeriodDevLong Specify the watch-dog (1) or data reading period (2) in ms. Must be in the range [100, 25000] ms. Defaults to 100.
EnableDDDevBoolean Specifies whether or not the DD data source should be enabled at startup. Defaults to false.
EnableSADevBoolean Specifies whether or not the SA data source should be enabled at startup. Defaults to false.
SAHistoryLengthDevLong SA history buffer length [in samples]. Defaults to 8196.
DDDecimationFactorDevShort The DD decimation factor. Allowed values : 1 (no decimation) or 64 (for the so called booster normal mode)
EnableAutoSwitchingIfSAEnabledDevBoolean When set to TRUE, auto-switching is automattically enabled when the SA data source is itself enabled
EnableDSCIfAutoSwitchingEnabledDevBoolean When set to TRUE, the Digital Signal Conditioning is automattically enabled when the auto-switching is itself enabled
DefaultSAStatNumSamplesDevLong Default number of SA history samples to use form RMS pos. computation. Defaults to 10 (last second in the SA history).
DefaultADCBufferSizeDevLong Default [or initial] value for attribute ADCBufferSize [in samples]. Defaults to 1024.
ADCTaskActivityPeriodDevLong Specifies the data reading period in ms. Must be in the range [500, 25000] ms. Defaults to 1000.
EnableADCDevBoolean Specifies whether or not the ADC data source should be enabled at startup. Defaults to false.
DefaultTimePhaseValueDevLong Default value for the machine time phase. Its valid range is [0, RfSfRatio - 1] where RfSfRatio is a machine dependent system property.
InterlockConfigurationType The user defined interlock configuration. This is the configuration that should be applied on the Libera in case the device `finds` the Libera in its default startup configuration when it is itself starting up or executing its Init TANGO command. This configuration can also be applied using the dedicated `SetInterlockConfiguration` expert command. Parameters mapping: [0] Interlock : mode - [0]: disabled, [1]: enabled, [3]: enabled with gain dependency [1] Interlock : threshold : X low in mm [2] Interlock : threshold : X high in mm [3] Interlock : threshold : Z low in mm (i.e. Y low in the Libera terminology) [4] Interlock : threshold : Z high in mm (i.e. Y high in the Libera terminology) [5] Interlock : overflow limit (ADC threshold) [6] Interlock : overflow duration (num of overloaded ADC samples before raising intlck) [7] Interlock : gain limit in dBm (intlck not active under this limit) - valid range is [-60, 0]
EnableDDOptionalDataDevBoolean Enables/Disables DD optional data (IxDD and QxDD)
EnableSAOptionalDataDevBoolean Enables/disables SA optional Data (currently not used)
EnableSAHistoryOptionalDataDevBoolean Enables/disables SA History optional data (sum history)
EnableADCOptionalDataDevBoolean Enables/disables ADC optional data (currently not used)
InstituteDevShort 0: TANGO_INSTITUTE (GENERIC) 1: ALBA 2: ESRF 3: ELETTRA 4: SOLEIL
MaxDDBufferSizeWhenDecimationEnabledDevLong Max. DD buffer size when decimation enabled on DD data source. Defaults to 10000
PassBBAOffsetsToFPGADevBoolean Controls wether or not the BBA offsets are taken into account when computing the offsets passed to the FPGA process
FADataCacheRefreshPeriodDevLong The cache refresh period in msecs. Defaults to 500 ms (2Hz).

Added by:pgoryl2 on:20 Apr 2017, 1:05 p.m.