This is historical information of device classes implemented in REP1806 device server.
Use this link to find the valid information.
Development status:
Released
Information status: New
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)
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
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 |
Updated:
The device class has been updated.
You are looking at this version now.
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.