CogOutputLine Value Property Cognex VisionPro 9.25 SR1
The value of this output line. True means that the output is in the TTL high state (for TTL lines) or the no-current-flowing state (for opto-isolated lines).

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax

public bool Value { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogOutputLine Changed

Fires when the property value changes.

The following state flag may be affected:

    Remarks

    The value of this output line. True means that the output is in the TTL high state (for TTL lines) or the no-current-flowing state (for opto-isolated lines).

    Note: When you get the value of this property, the value returned does not indicate the actual state of the line. Instead, it indicates the state that the software is attempting to set. An improper connection or hardware failure can cause the actual state of the output line to be different than the value returned by this property.

    Default Value: False

    See Also