We need to create a script that will take as an input the YAML file and from it create a schedule file given the cycler we're trying to configure. Some cyclers don't require a schedule file as an input. Not every cycler uses the same schedule file format.
As a starting point, we will be creating a script that will create the schedule file for Arbin. They already tackled this issue in this library: https://github.com/chueh-ermon/automate-Arbin-schedule-file-creation
Once we successfully implement this for Arbin, we can research the schedule files of other equipment and expand this module.
Edit
- Maccor have different schedule file formats than arbin.
We need to create a script that will take as an input the YAML file and from it create a schedule file given the cycler we're trying to configure. Some cyclers don't require a schedule file as an input. Not every cycler uses the same schedule file format.
As a starting point, we will be creating a script that will create the schedule file for Arbin. They already tackled this issue in this library: https://github.com/chueh-ermon/automate-Arbin-schedule-file-creation
Once we successfully implement this for Arbin, we can research the schedule files of other equipment and expand this module.
Edit