CogAcqLineScan UseSingleChannel Property Cognex VisionPro 9.5
Reads or sets whether only one channel of the encoder signal is used for acquisition.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public virtual bool UseSingleChannel { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqLineScan UseSingleChannel
Remarks

If UseSingleChannel is set to true, it might be possible to connect only a single encoder channel as encoder input instead of using a quadrature dual channel type encoder. The channel that is used depends upon the setting of AcquireDirectionPositive. If AcquireDirectionPositive is true, channel A is used. If false, channel B is used.

One advantage of using a single channel encoder input is in some cases it might be desirable to acquire without considering the direction of motion of the encoder.

This property applies only to the MVS-8600/8600e platform. Only the MVS-8600/8600e platform supports this function.

Default Value: The default value is false indicating both encoder channels A and B are considered for acquisition on platforms supporting this functionality.

See Also