|
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).
| combiner | GoWebScanCalCombiner object. |
| profileId | ID of profile sensor. |
| visionId | ID of the connected vision sensor. Field will be ignored for non-vision systems. |
| bankId | Bank index of the node. |
| planeId | System plane of the node. |
| columnId | Column index of the node. |
| type | Data source type. |
| yOffset | Y-offset from laser/tracheid plane to the data source's plane (mils). |
| minYStep | Minimum Y-interval for unique/retained data (mils). |