Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/PowerSupply/DeltaElektronikaSM7022
Contact:
Class Description
Class for controlling the Power Supply of Delta Elektronka SM 70-22.
Families: PowerSupply
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Delta Elektronika
Product:
SM70-22
Bus: Ethernet
Class interface
Attributes:
Name | Description |
---|---|
ModelInfoScalar: DevString | — |
SetCurrentScalar: DevFloat | Nominal current value. |
SetVoltageScalar: DevFloat | Nominal voltage value. |
MeasCurrentScalar: DevFloat | Measured current. |
MeasVoltageScalar: DevFloat | Measured voltage. |
MaximumCurrentScalar: DevFloat | Maximum current |
MaximumVoltageScalar: DevFloat | Maximum voltage |
Cal0Scalar: DevFloat | — |
Cal1Scalar: DevFloat | — |
Cal2Scalar: DevFloat | — |
Cal3Scalar: DevFloat | — |
Cal4Scalar: DevFloat | — |
Cal5Scalar: DevFloat | — |
Cal6Scalar: DevFloat | — |
Cal7Scalar: DevFloat | — |
OutpScalar: DevLong | 0 -> off, 1 -> on |
RemScalar: DevLong | 0->rem,1->loc |
RemCCScalar: DevLong | 0->rem,1->loc |
RemCVScalar: DevLong | 0->rem,1->loc |
ErrorScalar: DevString | — |
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. |
ResetInput: DevVoid Output: DevVoid |
Reset power supply. |
SaveInput: DevVoid Output: DevVoid |
Save configuration. |
WriteReadSocketInput: DevString Output: DevString |
Write to the socket and get answer. |
WriteSocketInput: DevString Output: DevVoid |
Write command to the socket without getting an answer. |
Pipes:
Properties:
Name | Description |
---|---|
PortNbDevLong | Port Number for connecting to the power supply |
HostnameDevString | Hostname of the power supply. |
SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
Please log in to comment.