Back to FabImage Studio website

You are here: Start » Filter Reference » Hardware Support » Matrox » Matrox_ConfigureEncoder

Matrox_ConfigureEncoder


Module: ThirdParty

Configures the encoder.

Name Type Range Description
Input value
inDeviceID MatroxSystemAndDeviceIdentifier* Device identification.
Input value
inEncoder Integer 1 - 2 Encoder.
Input value
inBit0Source Integer 1 - 8 Auxiliary input signal on which to receive bit 0 of the 2-bit Gray code.
Input value
inBit1Source Integer 1 - 8 Auxiliary input signal on which to receive bit 1 of the 2-bit Gray code.
Input value
inOutputMode MatroxEncoderOutputMode Circumstances in which the rotary decoder should output a pulse.
Input value
inPositionTrigger Integer Rotary decoder's counter value upon which a trigger is generated.
Input value
inResetSource MatroxEncoderResetSource Signal source to use to reset the rotary decoder's counter to 0.
Input value
inResetCounter Bool Reset the encoder counter value to 0 at the end of configuration.
Input value
inEnable Bool Enable or disable the encoder.

Remarks

I/O device driver software

This filter is intended to cooperate with a Matrox device using its vendor SDK. To be able to connect to the device, it is required to install Matrox MIL X SDK. Matrox industrial PCs usually come with a preinstalled runtime license.

Add DLL path to system environment variable may be required.

Recommended Matrox MIL X SDK version for FabImage Studio usage is V22H1 (10.50.924).

Device identification

Device field can be used to specify the number (rank) of the target board of the specified system type. Device can be set to:

  • DEFAULT - Specifies the default board. The default board is set in the MILConfig utility.
  • DEVn - Specifies the device number (rank) of the board (where 0 <= n <=15).

System field can be used to specify the system type. System can be set to:

  • HOST - Specifies the default build-in system like IO in industrial PC.
  • CONCORD - Specifies the IO system from Concord framegrabber.

This filter allows to configure one of the built-in quadrature decoders.

Complexity Level

This filter is available on Advanced Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.

See Also