Python Forum
Files to store configuration and steps for a industrial process control application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Files to store configuration and steps for a industrial process control application
#2
there are plenty of options, apart from configparser format. As you said a sequence of actions, I would say the configparser is not best option.
a lot will depend on exact data.
as you said csv file is also an option
another one - look at json for example (maybe it will be the best option if I understand your setup correctly)
xml, yaml may also do the job

probably sqlite3 database may also do what you need
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Files to store configuration and steps for a industrial process control application - by buran - Aug-03-2020, 05:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Thumbs Up Sorting Steps MoreMoney 19 959 Mar-31-2024, 10:59 AM
Last Post: Pedroski55
  Python modules for accessing the configuration of relevant paths Imago 1 1,396 May-07-2022, 07:28 PM
Last Post: Larz60+
  Process multiple pdf files Spartan314 1 1,342 Oct-27-2021, 10:46 PM
Last Post: Larz60+
  How to send data from a python application to an external application aditya_rajiv 1 2,202 Jul-26-2021, 06:00 AM
Last Post: ndc85430
  Next steps for using API data Rebster 6 2,580 Oct-10-2020, 05:35 PM
Last Post: perfringo
  Keep Toggle View through Slider Steps yourboyjoe 1 1,695 Aug-10-2020, 07:32 PM
Last Post: Yoriz
  INI Configuration GUI goofygoo 4 4,597 Jul-19-2020, 08:47 PM
Last Post: goofygoo
  Automate process _ 2 cvs files Python_Fatli 1 1,500 Jul-05-2020, 09:42 PM
Last Post: Larz60+
  win32 API: Launch Application to RDP session from background process python script rangeshgupta 0 2,177 May-28-2020, 09:41 PM
Last Post: rangeshgupta
  Industrial application CyrilDB 1 1,547 Feb-11-2020, 11:32 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020