Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/LACFurnace
Contact:
Class Description
LAC furnace control
Families: Temperature
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: LAC
Product:
Furnace
Bus: Serial Line
Class interface
Attributes:
Name | Description |
---|---|
TemperatureScalar: DevDouble | — |
ProgramFileScalar: DevString | File for programming the furnace (with full path) |
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. |
StartHeatingInput: DevVoid Output: DevVoid |
Start heating |
ProgramFurnaceInput: DevVoid Output: DevVoid |
Program furnace with the file set in ProgramFile attribute |
Pipes:
Properties:
Name | Description |
---|---|
SerialPortDevString | Serial port |
IPAdressDevString | IPAdress from terminal server. If set to None connection is done via Serial port |
PortNbDevLong | Port number in the terminal server |
Please log in to comment.