| Scalar Attributes |
| Attribute name |
Data Type |
R/W Type |
Expert |
| temperaturePreset: temperature to reach. the unit depends on the probe used. |
DEV_DOUBLE | READ_WRITE | No |
| temperatureMeasured: gets the temperature measured by the probe. the unit depends on the probe type used |
DEV_DOUBLE | READ | No |
| resistanceMeasured: gets the resistance measured by the probe. |
DEV_DOUBLE | READ | No |
| heaterPercent: provides information about the heating. this value is calculated as following expression: %heat = [ I(measured) / I(limit) ]*100 |
DEV_DOUBLE | READ | No |
| temperatureError: provides the interval error between the temperature preset and the measured temperature. |
DEV_DOUBLE | READ | No |
| coeffP: this is the proportional gain parameter to set |
DEV_DOUBLE | READ_WRITE | No |
| coeffI: this is the Integrator parameter to set |
DEV_DOUBLE | READ_WRITE | No |
| coeffD: this is the Derivator parameter to set |
DEV_DOUBLE | READ_WRITE | No |
| outputCurrent: to enabled or disabled the output current |
DEV_BOOLEAN | READ_WRITE | No |