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.x
In Gocator 3.x, the current configuration is stored in the hidden file _live.cfg. To permanently store this configuration using the SDK, this file can be copied using the Go2System_CopyFile() function.
Gocator firmware 4.x, 5.x, 6.x
In Gocator 4.x, 5.x, 6.x, the current configuration is stored in the hidden file _live.job. To permanently store this configuration using the SDK, this file can be copied using the GoSensor_CopyFile() function.
Comments
0 comments
Please sign in to leave a comment.