Sensor Model | G1xxx, G2xxx, G3xxx |
Firmware Version | 4.x, 5.x, 6.x |
SDK Version | 4.x, 5.x, 6.x |
Question:
Why do I get a timeout error when loading a job via the SDK?
Answer:
In case you want to load a job which has a long complex tool chain, it can happen that you receive a timeout error (-933) when you use the SDK. See example below.
To solve this you have to open in Visual Studio the GoSdk solution under the .....\GO_SDK\Gocator folder and increase the GO_CONTROL_COPY_FILE_TIMEOUT which is set by default to 15s. You'll find this #define in the GoControl.x.h file, line 73.
Then compile the GoSdk solution and use the new compiled GoSdk.dll for your application.
Comments
0 comments
Please sign in to leave a comment.