Development status:
Released,
Release: Release_1_11
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/InputOutput/VFCADC
Contact:
Class Description
Server for a VFC ADC. The Server describes a channel.
Families: InputOutput
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: VME
Class interface
Attributes:
Name | Description |
---|---|
ValueScalar: DevDouble | ADC value |
GainScalar: DevDouble | — |
OffsetScalar: DevDouble | — |
PolarityScalar: DevLong | — |
CountsScalar: DevDouble | — |
FlagVFCADCInitScalar: DevBoolean | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
ResetInput: DevVoid Output: DevLong completion status |
Reset a channel, clear contents. |
SetGainInput: DevVoid Output: DevLong completion status |
Set gain in ADC to Gain value. |
SetPolarityInput: DevVoid Output: DevLong completion status |
Set polarity in ADC to Polarity value. |
SetOffsetInput: DevVoid Output: DevLong completion status |
Set offset in ADC to Offset value. |
InitVFCADCInput: DevVoid Output: DevLong completion status |
Init VFCADC. Set FlagVFCADCInit |
Pipes:
Properties:
Name | Description |
---|---|
BaseDevULong | VME base address. Default value 0x011000 (in decimal 69632) |
ChannelDevULong | Channel number. Each module has 8 channels. |
SimulationModeDevULong | 0 real mode, 1 simulation mode |
VmeCardDevULong | selects the VME card, can be 0 or 1, def.: 0 |
Please log in to comment.
Generated
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.