|
GoWebScan API
|
| kStatus GoWebScanCal_AddNode | ( | GoWebScanCal | cal, |
| GoWebScanSystemPlane | plane, | ||
| k32s | column, | ||
| k32s | deviceId, | ||
| k32s | bankId, | ||
| GoWebScanCalNode * | node | ||
| ) |
Constructs a calibration node object (GoWebScanCalNode) and adds it to the list of nodes.
The node is given a unique ID based on its plane, system column, sensor ID, and bank ID (index of node with respect to the sensor).
| cal | GoWebScanCal object. |
| plane | System plane. |
| column | System column index. |
| deviceId | Sensor ID. ID is of the connected profile sensor for vision systems. |
| bankId | Bank index. |
| node | Receives the constructed GoWebScanCalNode object. |