FlaminMad / researchProject

Level Control Research Project Repo
MIT License
0 stars 0 forks source link

Various new files #7

Closed FlaminMad closed 8 years ago

FlaminMad commented 8 years ago

What do i put in the following files: cfg.py StartingScript.py Example Script.py

pet1330 commented 8 years ago

configuration files are anything that you want to configure. i.e. if you have how big a tank is or what viscosity the liquid inside is, etc... Any variables which change from use to use that isn't functionality. The idea is that if someone else wanted to use your software, they shouldn't have to go rummaging around your source code, they should be able to change configuration file and away they go.


Starting Scripts are anything that you use to start your application, It may be a single file, which uses the source files, or it might be several components which all need starting and thus have a start file each, but it should represent the "GO Button" of your application


Similar to the Start Script, this is a "GO Button" for your application for other people wanting to use it, only this one might use a preconfigured setup or existing data. This is just a nice way of someone to see a working basic example to help them learn how your system works.

FlaminMad commented 8 years ago

Addition of:

  1. connection.yaml to cfg dir
  2. /bin/bash starting scripts for each controller