Functions | |
| int32_t | VkDaqStartOfflineTask (const char *task, uint32_t saveFormat, uint32_t saveTime, uint32_t timeInterval) |
| Start offline task. | |
| int32_t VkDaqStartOfflineTask | ( | const char * | task, |
| uint32_t | saveFormat, | ||
| uint32_t | saveTime, | ||
| uint32_t | timeInterval | ||
| ) |
Start offline task.
| data type | parameter | describe |
|---|---|---|
const char* |
task |
Task name(string type, for example"Task1") |
uint32_t |
saveFormat |
Data storage format Binary format: 0 Text format: 1 |
uint32_t |
saveTime |
The duration of saving a single file Range: 5-3600 seconds Note: Only valid in continuous sampling storage |
uint32_t |
timeInterval |
Timer time interval Note: Valid only in timed limited N sampling storage |