CogCommCard ProductIdentity Property Cognex VisionPro 9.5
Gets the product identity of the hardware.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
Syntax

public Version ProductIdentity { get; }

Property Value

Type: Version
Remarks

format is [family].[series].[model].[revision]

family: 4 (VisionPro)

series: 56 (Vm56)

model: 1 (for A) or 2 (for C)

revision: 0 (reserved for future use)

current VM56A = 4.56.1.0

current VM56C = 4.56.2.0

See Also