Inports
| |
In1 | Input #1 |
Switch | Input #2: Threshold signal |
In3 | Input #3 |
Outports
| |
Out | Either value of input #1 or input #3 dependent on value of input #2 |
Mask Parameters | |
Thresh_up | Threshold level for rising switch signal |
Thresh_down | Threshold level for falling switch signal |
Switch between In1 and In3 dependent on Switch signal:
Switch signal rising: Switch >= Threshold up –> Out = In1
Switch signal falling: Switch < Threshold down –> Out = In3
FiP8 | 8 Bit Fixed Point Implementation |
FiP16 | 16 Bit Fixed Point Implementation |
FiP32 | 32 Bit Fixed Point Implementation |
Float32 | 32 Bit Floating Point Implementation |
Float64 | 64 Bit Floating Point Implementation |
Name | FiP8 |
ID | 128 |
Revision | 0.1 |
C filename | AutoSwitch_FiP8.c |
H filename | AutoSwitch_FiP8.h |
8 Bit Fixed Point Implementation
Controller Parameters | |
Thresh_up | Threshold level for rising switch signal |
Thresh_down | Threshold level for falling switch signal |
Status | Current hysteresis state |
Data Structure:
Name | FiP16 |
ID | 129 |
Revision | 0.1 |
C filename | AutoSwitch_FiP16.c |
H filename | AutoSwitch_FiP16.h |
16 Bit Fixed Point Implementation
Controller Parameters | |
Thresh_up | Threshold level for rising switch signal |
Thresh_down | Threshold level for falling switch signal |
Status | Current hysteresis state |
Data Structure:
Name | FiP32 |
ID | 130 |
Revision | 0.1 |
C filename | AutoSwitch_FiP32.c |
H filename | AutoSwitch_FiP32.h |
32 Bit Fixed Point Implementation
Controller Parameters | |
Thresh_up | Threshold level for rising switch signal |
Thresh_down | Threshold level for falling switch signal |
Status | Current hysteresis state |
Data Structure:
Name | Float32 |
ID | 131 |
Revision | 0.1 |
C filename | AutoSwitch_Float32.c |
H filename | AutoSwitch_Float32.h |
32 Bit Floating Point Implementation
Controller Parameters | |
Thresh_up | Threshold level for rising switch signal |
Thresh_down | Threshold level for falling switch signal |
Status | Current hysteresis state |
Data Structure:
Name | Float64 |
ID | 132 |
Revision | 0.1 |
C filename | AutoSwitch_Float64.c |
H filename | AutoSwitch_Float64.h |
64 Bit Floating Point Implementation
Controller Parameters | |
Thresh_up | Threshold level for rising switch signal |
Thresh_down | Threshold level for falling switch signal |
Status | Current hysteresis state |
Data Structure: