GoWebScan API
kStatus GoWebScanCalCombiner_AddLane ( GoWebScanCalCombiner  combiner,
k32s  profileId,
k32s  visionId,
k32s  bankId,
GoWebScanSystemPlane  planeId,
k32s  columnId,
GoWebScanDataSource  type,
k64s  yOffset,
k32s  minYStep 
)

Adds a lane to the combiner.

A lane represents a unique source of messages (a node and a specific data type).

Parameters
combinerGoWebScanCalCombiner object.
profileIdID of profile sensor.
visionIdID of the connected vision sensor. Field will be ignored for non-vision systems.
bankIdBank index of the node.
planeIdSystem plane of the node.
columnIdColumn index of the node.
typeData source type.
yOffsetY-offset from laser/tracheid plane to the data source's plane (mils).
minYStepMinimum Y-interval for unique/retained data (mils).
Returns
Operation status.