Andreas Hoffmann
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Articles
Recent activity by Andreas Hoffmann-
Integrating the SDK within a .NET application (C#, VB.NET, etc.)
Question How do I integrate the Gocator SDK into my .NET applications (C#, VB.NET, etc.)? Answer Sensor Model All Firmware Version 4.x, 5.x, 6.x SDK Version 4.x, 5.x, 6.x A .NET wrapper...
-
Reading profiles in C (Gocator firmware 3.x)
Question How can I use the Go2 API to read profiles from a Gocator using ANSI C? Answer Sensor Model All Firmware Version 3.x SDK Version All This example demonstrates the use of the Go2...
-
No data output when using Gocator SDK examples
Question Why is there no data output when using the Gocator SDK examples? Answer Sensor Model All Firmware Version 3.x, 4.x, 5.x, 6.x SDK Version 3.x, 4.x, 5.x, 6.x By default the Goca...
-
Examples Code of Gocator SDK
Sensor Model G1xxx, G2xxx, G3xxx Firmware Version 3.x, 4.x, 5.x, 6.x SDK Version n/a Where can I find examples on how to use the Gocator SDK? Examples on how to use the Gocator SDK to...
-
Gocator SDK 64-bit Windows support
Question Does the Gocator SDK support 64-bit Windows? Answer Sensor Model All Firmware Version 3.x, 4.x, 5.x, 6.x SDK Version 3.x, 4.x, 5.x, 6.x Yes, the Gocator SDK supports 64-bit Win...
-
Saving the current Gocator configuration through the SDK
Question How can I save the current Gocator configuration through the SDK? Answer Sensor Model All Firmware Version 3.x, 4.x, 5.x, 6.x SDK Version 3.x, 4.x, 5.x, 6.x Gocator firmware 3....
-
Gocator encoder Z signal needed for encoder triggered operation
Question Is the Gocator encoder Z signal needed for encoder-triggered operation? Answer Sensor Model G1, G2 and G5 Firmware Version 3.x, 4.x, 5.x and 6.x SDK Version 3.x, 4.x, 5.x and 6.x ...
-
Command line options for installers
Question What are the command line options for the installers? Answer Both the Runtime and Development installers have been updated to allow for more control via the following command line options:...
-
How to create images in a HSDataBase without using the AcquisitionDevice in VB.NET
Question How can I create images in a HSDataBase without using the AcquisitionDevice in VB.NET? Answer Dim lDB As HSCLASSLIBRARYLib.HSDatabase lDB = mApplicationControl.Database Dim i As Integ...
-
How to create images in a HSDataBase without using the AcquisitionDevice in C++
Question How can I create images in a HSDataBase without using the AcquisitionDevice in C++? Answer HSDatabase lDB = mApplicationControl.GetDatabase(); HSView lView = lDB.AddView ("New View"...