From fd8e9a4210eb99bf4ef35587669edaa459c3a8ad Mon Sep 17 00:00:00 2001 From: antcsny <131650489+antcsny@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:01:32 +0200 Subject: [PATCH] Independant trace code draft --- DRAFT_independent_trace.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DRAFT_independent_trace.py diff --git a/DRAFT_independent_trace.py b/DRAFT_independent_trace.py new file mode 100644 index 0000000..78f5b55 --- /dev/null +++ b/DRAFT_independent_trace.py @@ -0,0 +1,16 @@ +""" +UI : + Dataset name (present ui_colelction_settings.py) + Trace configuration (present ui_trace.py) + Trace Stop/start button, knowing the state of the trace to disable them + +Functions : + Code as a second class in ui_trace.py ? new file to execute next to the main + trace data and config as class member + Inspiration from reader.run_single_speed() to lauch trace with config + Called for data collection by reader.acquire(), itself called by measure_robot.measure_sequence(), itself called by Mainprogram.start() + And recover trace data from the controler + (also consider deleting the files in the controler and /temp) + Inspiration from measure_robot.export_measure() for data export + +""" \ No newline at end of file -- GitLab