This repository contains a description of the fischertechnik assembly line. The document is written in LaTeX and contains functional design specification for the Siemens S7-1500 PLC and the digital twin as both interface with OPC-UA
The workflow to work within this repository
- Fork the original repository to your own account.
- Clone the repository:
git clone *accountURL*/fischer_technik
. - Setup upstream repo:
git remote add upstream https://github.com/aparajita07/fischer_technik
- Make changes on your computer, then type
git add *
git commit
git push origin master
, where origin points to your forked repository.
- Make a pull request from your GitHub account, where the repository is.
- You should sync your copy of the original repository before making changes (so that you are up to date) with a
git fetch upstream master
, and thengit merge
with your files.