This is historical information of device classes implemented in TangoToTine device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Communication/TangoToTine
Contact:
Class Description
The Tango to Tine gateway is implemented as a Tine server which maps Tango devices to Tine devices. To configure and to administer this Tine server in a Tango system, the Tango to Tine gateway wrapper can be used.
The Tine server will run as a thread of the Tango gateway wrapper server. Configuring the Tine server is possible by a set of Tango properties. This way the Tango to Tine gateway can be started and stopped via Astor and can be reconfigured with the init command. <p > Only the two attributes state and status are available for the Tango to Tine gateway wrapper. The state is ON when the Tine server is still answering on the network. In case of a hang-up, the state will be UNKNOWN. </p><p > The property DeviceList is used to configure the list of devices which should be mapped from Tango to Tine. Device names can contain the wilcard character *. The device names will be expanded during the initialization. </p><p > More details on the Tango to Tine gateway (as Tine server) can be found in the documentation of the Tine module. More information on meaning of the configuration properties is available in the <a href="http://adweb.desy.de/mcs/tine/index.html"> Tine documentation</a>. </p>
Families: Communication
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
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. |
Pipes:
Properties:
Name | Description |
---|---|
DeviceListArray of DevString | List of Tango devices to be mapped as Tine devices. The character * can be used as wildcard for specifying device names. |
TineContextDevString | The Tine context to be used to register the Tine server. |
TinePortOffsetDevLong | The port offset for the Tine server. |
TineSubSystemDevString | The Tine sub system to be used for the Tine server. |
TineLogPathDevString | The path where the Tine log file will be written. |
TineEqmNameDevString | The name to be used to register the Tine equpment module. This name will be shown in Tine as the name of the Tine server. |
Updated:
The device class has been updated.
You are looking at this version now.
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.