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
  Run this once instead of a loop, do I need the 'calibration' steps? duckredbeard 2 843 Jan-28-2025, 04:55 PM
Last Post: duckredbeard
  Endpoint Configuration Issues in Python Script on AWS EC2 zaharul 0 737 Aug-31-2024, 10:22 AM
Last Post: zaharul
  Unexpected output when trying to attach files in a mail application PythonU2Novel 0 1,108 May-17-2024, 02:59 AM
Last Post: PythonU2Novel
Thumbs Up Sorting Steps MoreMoney 19 5,381 Mar-31-2024, 10:59 AM
Last Post: Pedroski55
  Python modules for accessing the configuration of relevant paths Imago 1 2,555 May-07-2022, 07:28 PM
Last Post: Larz60+
  Process multiple pdf files Spartan314 1 1,971 Oct-27-2021, 10:46 PM
Last Post: Larz60+
  How to send data from a python application to an external application aditya_rajiv 1 3,090 Jul-26-2021, 06:00 AM
Last Post: ndc85430
  Next steps for using API data Rebster 6 3,844 Oct-10-2020, 05:35 PM
Last Post: perfringo
  Keep Toggle View through Slider Steps yourboyjoe 1 2,231 Aug-10-2020, 07:32 PM
Last Post: Yoriz
  INI Configuration GUI goofygoo 4 6,276 Jul-19-2020, 08:47 PM
Last Post: goofygoo

Forum Jump:

User Panel Messages

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