.
Development status:
Released,
Release: baseline-1_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/StandardInterfaces/Valve
Contact:
Class Description
- this class define the minimum interface for any type of valve.
- we can open it, close it or reset it`s interlocks. The status attribute should indicate clearly why the valve cannot be open or closed.
Families: StandardInterfaces
Key words:
Language: Cpp
Contact:
Class interface
Attributes:
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. |
OpenInput: DevVoid Output: DevVoid |
Open the valve. In case of a manual valve, this command should return an exception "Manual Valve cannot be remotly operated" |
CloseInput: DevVoid Output: DevVoid |
Close the valve. In case of a manual valve, this command should return an exception "Manual Valve cannot be remotly operated" |
ResetInput: DevVoid Output: DevVoid |
reset the interlock that may block the valve |
Pipes:
Properties:
Please log in to comment.
Generated
20 Apr 2017, Piotr Goryl
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.
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.
Added by:pgoryl2
on:23 Feb 2017, 11:34 a.m.