An encoder can also have third output, Z, which gives one pulse per revolution and can be used as zero reference signal.
Additionally, a machine in which an encoder is used, can have a Home signal, which is used by the machine controller in combination with the encoder signals.
The Pulse decoder I/O has auto level detection for all signal lines. The output of the Pulse decoder can be shown in a graph and in a table
The Pulse decoder always needs two sources: the first connected source will be used as A and the second connected source will be used as B. When a third source is connected, this will be used as Z. When a fourth signal is connected, this will be used as Home.
To control the behavior of the Pulse decoder 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 Pulse decoder always needs two sources: the first connected source will be used as A and the second connected source will be used as B. When the sources are connected the wrong way, the Swap inputs action will correct it.
In order to decode the analog signals into a digital signal, the Pulse decoder I/O compares the analog input signals with mid levels: anything above that level is considered "high" and anything below that level is considered "low". The Level (..) properties set a mid level for the A, B, Z and Home signal individually.
To minimize the effect of noise on the signals when comparing the signals to the mid levels, a Hysteresis can be used around these levels. Anything above "level + hysteresis/2" is considered "high" and anything below "level - hysteresis/2" is considered "low". The Hysteresis (..) properties set the size of the hysteresis for the A, B, Z and Home signal individually.
Enabling Auto detect level and hysteresis will let the software determine a suitable mid level and hysteresis, based on the measured signal. Each time new data is available, the suitable levels and hystereses will be determined again. In streaming mode, levels and hystereses are determined once based on the first chunk of data and remain at these values though out the whole measurement.
Auto detect level and hysteresis is default enabled.
The Step size property indicates the physical size of one encoder step, in relation to the selected Unit. When the unit is set to e.g. meter, and there are 1000 encoder pulses per meter, Step size needs to be set to 0.001, which can also be entered as 1/1000 or as 1m (where m stands for milli).
The property Offset adds an starting offset in Unit to the determined encoder position.
The property Pulses per revolution allows to set a number of pulses per revolution for the decoder. This setting limits the output of the encoder between zero and the selected number of pulses. When the encoder reaches a limit and then continues moving in the same direction, the output is reset to the other limit and starts counting again. This can be useful for applications where an encoder is connected to a rotating object.
When a Z signal is connected, the Set to zero mode becomes available. This mode defines how the decoder modifies the output when a pulse is detected on the Z input. The following options are available:
The Z edge property determines whether the the Pulse decoder I/O responds to a Rising edge or a Falling edge in the Z signal.
The Home edge property determines whether the the Pulse decoder I/O responds to a Rising edge or a Falling edge in the Home signal.