Depending on the selected mode, the MinimumI/O returns one Minimum value per period in the measured signal or one single value, which is the Minimum value of the input signal.
A typical application of the Minimum I/O is logging Minimum values to monitor e.g. mains voltage.
To control the behavior of the Minimum I/O, several properties are available.
These can be accessed through a popup menu which is shown when the I/O is right clicked in the Object screen.
The properties can also be accessed through its settings window which is shown when the I/O is double clicked in the Object screen.
To open the Object screen, click the
Show object screen button.
By default, the settings window only shows the most used settings. When Advanced is ticked, the extended window with all settings is shown. See also the program settings.
The Mode property determines how the Minimum value is determined. Four modes can be selected from:
In order to find the periods in the measured signal, the Minimum I/O locates the rising slopes in the signal, around the mid level of the signal. This mid level can be set manually using Level.
Setting the level is only required when the Mode is set to Single value for trimmed data or Value per period.
To determine whether a slope is rising or falling, a hysteresis is used. This hysteresis determines how much the signal, with respect to the Level, must become larger in order to detect an edge. With a larger hysteresis, the detection is less sensitive for e.g. noise on the signal. If the hysteresis is too large, edges might be missed. This hysteresis can be set manually using Hysteresis.
Setting the hysteresis is only required when the Mode is set to Single value for trimmed data or Value per period.
When Auto detect level / hysteresis is enabled, the I/O tries to determine the the mid level and a suitable hysteresis automatically.
Setting the Auto detect level / hysteresis is only required when the Mode is set to Single value for trimmed data or Value per period.