Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for loading of experiments after they have finished. #87

Open
szmoore opened this issue Nov 8, 2013 · 1 comment
Open

Allow for loading of experiments after they have finished. #87

szmoore opened this issue Nov 8, 2013 · 1 comment

Comments

@szmoore
Copy link
Owner

szmoore commented Nov 8, 2013

Currently there is no way to recover data from a previous experiment. This should be fixed.

Currently Data_Open will open a new data file (or overwrite an existing one) for a particular sensor/actuator.

Suggest implementing a flag or alternative function to open an existing file. The same server API can then be used to review data from previous experiments.

Consider whether the user should be able to append data to a loaded experiment (would require updating the timestamps relative to the actual start time of the experiment, rather than the time at which it was loaded) or only allow viewing (ie: do not start sensors recording data, disallow actuators being set).

@szmoore
Copy link
Owner Author

szmoore commented Nov 8, 2013

This is similar to "Add ability to list and view past experiments" but focuses only on the changes to the server, not the enhancements needed in the GUI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant