TECT_INTERNAL_STATUS_TYPE¶
This structure contains internal status of the zone data. User can define group size and group name. User can also read control status and auto tune parameters.
| No | Name | Data Type | Unit | Initial Value | Description | Access |
|---|---|---|---|---|---|---|
| 1 | ControlState | TECT_CONTROLSTATEMACHINE TECT_CONTROLSTATEMACHINE_ENUM | NotReady | Control state of the machine | FB | |
| 2 | iRaw_Factor | INT | Raw Value | 10 | Factor of ACT_TEMP_RAW to actual temperature in °Celsius | FB |
| 3 | pGroupData | POINTER TO TECT_GROUP_DATA_TYPE TECT_GROUP_DATA_TYPE | GROUPDATA values | RO | ||
| 4 | byGroup_Size | BYTE | 0 | Group Size | RW | |
| 5 | byGroup_Index | BYTE | 0 | Group Index | RO | |
| 6 | byZone_Index | BYTE | 0 | Zone Index | RO | |
| 7 | rTune_SetPoint | REAL | 0 | Auto tune setpoint to be calculated | RW | |
| 8 | rKS | REAL | 0 | Internal PID parameter KS calculated by tuning | FB | |
| 9 | rTU | REAL | 0 | Internal PID parameter TU calculated by tuning | FB | |
| 10 | rTG | REAL | 0 | Internal PID parameter TG calculated by tuning | FB | |
| 11 | wCoolFact_Tune | WORD | 1000 | Cool factor tune in percentage | FB |