daeho Posted February 2, 2023 Share Posted February 2, 2023 I want to measure long term using webdaq 504. Is there a way to split the file? I want to create save data files every 1 day or 1 hour. In case of long-term measurement (more than 1 month), the file size is too large to handle. Link to comment Share on other sites More sharing options...
0 Fausto Posted February 5, 2023 Share Posted February 5, 2023 Hello @daeho. If using the WebDAQ's web interface application, then the data file closes when a job ends. You could configure the application to repeat a schedule, which runs a job for a specific amount of time and saves the data for each instance. https://www.mccdaq.com/PDFs/Manuals/WebDAQ/help/en/schedsettings.htm Alternatively, if developing a custom application with the WebDAQ's REST API, then data can be read while a job is running and saved to a user's buffer or file. https://www.mccdaq.com/downloads/WebDAQ/REST-API/1.0.0/webdaq-rest-api.html#job-information-read-data-get Regards, Fausto Link to comment Share on other sites More sharing options...
Question
daeho
I want to measure long term using webdaq 504.
Is there a way to split the file?
I want to create save data files every 1 day or 1 hour.
In case of long-term measurement (more than 1 month), the file size is too large to handle.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now