.

Average: 0
Rating Count: 0

Development status: Released
Information status: Updated
Repository: http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/REP1806
Contact:



Class Description


This device is used to control the REP1806 device which include 2 parts:
  • temperature controller (3504 process controller)
  • Thyristor power unit B 70.9040)

System Message: WARNING/2 (<string>, line 4)

Bullet list ends without a blank line; unexpected unindent.

it is possible to : - configure the regulation parameters - apply preset temperature - monitor sample temperature - monitor oven temperature - limit heating power To set regulation parameters, 2 modes are available: - manual mode: the user independently set each regulation parameters (P, I, D, cutback) - auto mode: a predefined list is contained in a property and the parameters are loaded at init device the communication is managed by a device Serial line called "ds_Serial". the communication parameters are: baudrate = 9600; parity = NONE; serialline = COMx; timeour = 2000 ms; charlength = 8; stopbit = 0 (means 1 stop bit).

Families: Temperature

Key words:

Language: Cpp

License:

Contact:

Class interface


Attributes:

Name Description
autoPIDSettingScalar: DevBoolean
rampTimeScalar: DevDouble
sampleTemperatureScalar: DevDouble
temperatureScalar: DevDouble
proportionalRegulCoeffScalar: DevDouble
IntegralRegulCoeffScalar: DevBoolean
DifferentialRegulCoeffScalar: DevDouble
cutBackScalar: 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.
PowerOffInput: DevVoid
Output: DevVoid
power off

Pipes:

Properties:

Name Description
PIDTableString[]Type list of PID parameters according to the: - oven model - sample environnement (air/vaccum) - temperature range each line is consisted of 8 fields separated by commas like: oven_model,sample_env,temp_min,temp_max,P,I,D,cutback ex: H10,air,0.75,1.2,31,5.2,10 H10,vaccum,75,100,3.2,13,2.1,27 ... H205,air,250,NotLimitMax,7.5,8,1.3,65
SafetyTemperatureDevDouble limit the preset temperature
SerialProxyNameDevString name of the serial line device proxy


Please log in to comment.

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.
Added by:pgoryl2 on:23 Feb 2017, 11:41 a.m.