Computes the difference between the inputs with a configurable output width, overflow handling, and an optional overflow output terminal.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description | ||
|---|---|---|---|
| Output Width | Specifies the width of the output data type.
Contains the following options:
| ||
| Overflow | Contains the following options:
|
| Parameter | Description |
|---|---|
| x | Specifies an input that is an 8-, 16-, 32-, or 64-bit signed or unsigned integer. |
| y | Specifies an input that is an 8-, 16-, 32-, or 64-bit signed or unsigned integer. |
| Parameter | Description |
|---|---|
| x-y | Returns the difference between x and y. If the result exceeds the range of the data type, LabVIEW returns the value defined by the Mode you select in the configuration dialog box. |
| overflow | Returns TRUE when the actual result of the calculation exceeds the range of the output data type if you place a checkmark in the Show overflow terminal checkbox in the configuration dialog box. |