Development status:
Released,
Release: Danfysik9000-Release_1_10
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/PowerSupply/Danfysik9000
Contact:
Class Description
Device server to control Danfysik system 9000 power supplies.
Families: PowerSupply
Key words:
Language: Cpp
Contact:
Class interface
Attributes:
Name | Description |
---|---|
CurrentScalar: DevDouble | — |
VoltageScalar: DevDouble | — |
CurrentSetPointScalar: DevDouble | — |
MaxCurrentScalar: DevDouble | — |
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. |
OnInput: DevVoid Output: DevVoid |
Switch powersupply ON. |
OffInput: DevVoid Output: DevVoid |
Switch powersupply OFF. |
ResetInput: DevVoid Output: DevVoid |
Reset the powersupply to a well known state. |
SetCurrentInput: DevVoid Output: DevVoid |
This command will apply the setpoint of the Current Attribute on the channel. |
ZeroCurrentInput: DevVoid Output: DevVoid |
This command will set the Current to 0 without losing the set point of the Current Attribute. |
RemoteInput: DevVoid Output: DevVoid |
switches the line-in command to the remote operation. |
LocalInput: DevVoid Output: DevVoid |
switches the line-in command to the local line. |
WriteCmdInput: DevString Output: DevString |
Write the command on the serial line and read the answer. |
WriteSetupCommandInput: DevString Output: DevString |
Write the setup command on the serial line and read the answer. The string given in parameter should be the setup command without the ESC< at the begining and without the \\r at the end. |
Pipes:
Properties:
Name | Description |
---|---|
Ext_itlk_0_descriptionDevString | Description of the EXTERNAL INTERLOCK 0. This message will be displayed when this interlock will happen. |
Ext_itlk_1_descriptionDevString | Description of the EXTERNAL INTERLOCK 1. This message will be displayed when this interlock will happen. |
Ext_itlk_2_descriptionDevString | Description of the EXTERNAL INTERLOCK 2. This message will be displayed when this interlock will happen. |
Ext_itlk_3_descriptionDevString | Description of the EXTERNAL INTERLOCK 3. This message will be displayed when this interlock will happen. |
Serial_nameDevString | Name of the serial line device |
AddressDevShort | address of the power supply unit when working RS422 multi drop mode. |
MaxCurrentDevDouble | Maximum authorized (by the power supply) current in remote. |
Ext_itlk_0_descriptionDevString | Description of the EXTERNAL INTERLOCK 0. This message will be displayed when this interlock will happen. |
Ext_itlk_1_descriptionDevString | Description of the EXTERNAL INTERLOCK 1. This message will be displayed when this interlock will happen. |
Ext_itlk_2_descriptionDevString | Description of the EXTERNAL INTERLOCK 2. This message will be displayed when this interlock will happen. |
Ext_itlk_3_descriptionDevString | Description of the EXTERNAL INTERLOCK 3. This message will be displayed when this interlock will happen. |
Please log in to comment.
Generated
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.