Changes between Version 16 and Version 17 of Other/Summer/2024/lLM
- Timestamp:
- Jul 22, 2024, 7:02:08 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/lLM
v16 v17 62 62 2. **Frontend Development**: 63 63 We were able to develop a rough outline for what our dashboard is supposed to look like and all the features that should be included. 64 *Dashboard Outline image:[[Image(https://online.publuu.com/594674/1333216, width=500, height=400)]]64 Dashboard Outline image:[[Image(https://online.publuu.com/594674/1333216, width=500, height=400)]] 65 65 66 66 3. **Maestro Setup**: We got 6 Maestros setup and running within our group's local workspace. These Maestros are all set to run experiments and start collecting data. We plan roll out more Maestro devices throughout the rest of WINLAB in the coming two weeks, with the end goal of having ~25 Maestro devices throughout the facility collecting data. … … 112 112 }}} 113 113 114 *Shutdown Maestros image:[[Image(https://online.publuu.com/594674/1333239)]]114 Shutdown Maestros image:[[Image(https://online.publuu.com/594674/1333239)]] 115 115 116 116 3. **Termination Control**: We also worked on adding more specific termination control for Maestros. Previously, running the end_experiment script would terminate all Maestros, or at least attempt to do so. Hence, even if only one was running, it would try and connect to each every Maestro, of which there are more than 30 total, and this process was inefficient. Hence, we wanted to add a feature that could shut off specified Maestros and give the user more control and efficient workflow when interacting with the Maestros. It is still a work in progress, with tr, and it should be finalized by the upcoming week.