TECT_PROCESS_SET_TYPEΒΆ
This structure contains process set parameters of the zone data. User can define all parameters which are related to the process, i.e. parameters which are set as per process properties. These parameters will be changing continuously as per process requirement, e.g. Control word.
PID setpoint, control word, high and low temp settings come under this structure.
No | Name | Data Type | Unit | Initial Value | Description | Access |
---|---|---|---|---|---|---|
1 | wControlWord | WORD | 0 | Control word | RW | |
enable: | BOOL | Bit 0: enable Process. | ||||
heat_en: | BOOL | Bit 1: enable zone as heat zone. If both heat_en and cool_en are FALSE then zone is monitor only |
||||
cool_en: | BOOL | Bit 2: enable zone as cooling zone. If both heat_en and cool_en are FALSE then zone is monitored only |
||||
manual_en: | BOOL | Bit 3: manual mode - highest priority mode, disable all other modes. | ||||
standby_en: | BOOL | Bit 4: standby setpoint is used. | ||||
tune_en: | BOOL | Bit 5: enable auto tune with large setpoint step. | ||||
accept_auto_tune: | BOOL | Bit 6: accept or reject tuning parameters. | ||||
co_output: | BOOL | Bit 7: coordinated output of one group. | ||||
Reserved | BOOL | Bit 8: Reserved | ||||
Control_Optimization: | BOOL | Bit 10, Bit 9: - 00: APERIODIC, - 01: OVERSHOOT, - 10: DEADTIME COMPENSATION, - 11: NO OPTIMIZATION . |
||||
warm_reset: | BOOL | Bit 13: reset the alarm and process but not AutoTune status. | ||||
en_3phase_Monitor | BOOL | Bit 14 - True :3phase current monitoring False: single phase monitoring | ||||
cold_reset: | BOOL | Bit 15: reset all in control process. | ||||
2 | iManual_Duty_Cycle | INT | 0 | PWM output in manual mode. | RW | |
3 | rSetPoint | REAL | 0 | Process setpoint. | RW | |
4 | rStandBy_SetPoint | REAL | 0 | Secondary process setpoint for standby. | RW | |
5 | rHigh_Temp | REAL | 32767 | High temperature alarm, disables heat output. | RW | |
6 | rLow_Temp | REAL | - 32767 | Low temperature alarm, disables cool output. | RW | |
7 | rHigh_Deviation | REAL | 0 | High deviation alarm, relative to setpoint. | RW | |
8 | rLow_Deviation | REAL | 0 | Low deviation alarm, relative to setpoint. | RW |