Enumeration to define the choice of integrator reset (to be selected via choices menu):
| Enumeration | Description |
|---|---|
| Disabled | Use this setting to disable the integrator reset. |
| Parameter | Use this setting to use reset the integrator to the value of the parameter. |
| Input | Use this setting to reset the integrator to the value obtained from the input signal. |
type Reset = enumeration(Disabled "Disabled", Parameter "Use parameter value", Input "Use input signal");