2.Inputs
| No. | Name | Initialisation | Description |
|---|---|---|---|
| 1 | E1 | 0 | Value to be divided |
| 2 | E2 | 0 | Value by which division should be performed |
3.Outputs
| No. | Name | Initialisation | SBC | Description |
|---|---|---|---|---|
| 1 | A1 | 0 | s | Quotient = Value 1 divided by value 2 |
| 2 | A2 (sbc) | 0 | sbc | Quotient = Value 1 divided by value 2 |
| 3 | Error | 0 | s | Sends a 1 when an error occurs during division. For example, on division by zero. Sends a zero if the division could be carried out without any error. |
s = send, sbc = send by change
4.Other
| Recalculation during start: | Yes |
|---|---|
| Module is retentive: | No |
| Internal designation: | 9038 |
| Category: | Math. basic functions |