An enumeration used to describe how a ToolPin manages its value. Generally, ToolPins on a ToolBlock employ StoreValue mode while other tools employ FetchValue mode.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| StoreValue | 0 | Store the tool pin value. Suitable for ToolBlocks. | |
| FetchValue | 1 | Fetch the tool pin value. Suitable for most non-ToolBlock tools. |
See Also