Aug-03-2020, 05:22 PM
Hi everyone this is my first post
. I am a beginner in python and interested in industrial application. I have had some previous experience with C and Matlab but my background is more on hardware than software.
Imagine a basic manufacturing process where I need to send some parameters to a machine to set the way of doing the job (settings), and then a sequence of steps to define what the job is, for example this time at this temperature and then that time at this higher temperature etc (lets call it process sequence).
I would like to type this information in a GUI and save to a file so the main script would read from it and start the job.
I have been doing some research and found a library called configparser that seems to be what I need for the settings. I do not know if there is any thing similar for the "process sequence". I guess the process sequence would end in a list in a variable in memory but I do not know if there is a proper way to put it in a file. Maybe just a flat csv file?
Thank you in advance for your answer
,

Imagine a basic manufacturing process where I need to send some parameters to a machine to set the way of doing the job (settings), and then a sequence of steps to define what the job is, for example this time at this temperature and then that time at this higher temperature etc (lets call it process sequence).
I would like to type this information in a GUI and save to a file so the main script would read from it and start the job.
I have been doing some research and found a library called configparser that seems to be what I need for the settings. I do not know if there is any thing similar for the "process sequence". I guess the process sequence would end in a list in a variable in memory but I do not know if there is a proper way to put it in a file. Maybe just a flat csv file?
Thank you in advance for your answer
