Limits the valid range of a signal to that specified by Upper limit and Lower limit. You can configure the VI to specify the integer or bit limits and signed or unsigned inputs.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description |
|---|---|
| Saturation Limits | Contains the following options:
|
| Input Type | Contains the following options:
|
| Parameter | Description |
|---|---|
| upper limit | Specifies the upper saturation limit for input. You configure the default value in the Saturation Limits section of the Configure Saturation dialog box. The value you wire to this input overrides the selection you make in the Configure Saturation dialog box. |
| input | Any signed or unsigned integer. If input is unsigned, select the Unsigned option in the Configure Saturation dialog box. |
| lower limit | Specifies the lower saturation limit for input. You configure the default value in the Saturation Limits section of the Configure Saturation dialog box. The value you wire to this input overrides the value in the Configure Saturation dialog box. |
| Parameter | Description |
|---|---|
| output | The saturated input. input is saturated if input > upper limit or input < lower limit. output = upper limit if input > upper limit output = lower limit if input < lower limit Otherwise output equals input. |