Division

Description
Output is equal to Input 1 / Input 2
Important
Dividing by zero does not throw an error. The output is simply set to ± ∞ and is propagated in the control models.
Library
Control > Math
Pins
| Name | Description |
|---|---|
| In1 | Input 1 |
| In2 | Input 2 |
| Out | Output |
Parameters
| Name | Description |
|---|---|
| SamplingTime | -none or 0: No sampling. The system will be solved in the Newton loop (default). -auto: Inherit the sampling time of its source device. -Sampling Period: defined in seconds. |