From 2733153df0731f98f3241d3a70e4229451a023f4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 9 Apr 2022 16:08:52 +0200 Subject: initial commit --- .gitignore | 11 ++++ docs/onderzoeksrapport.pdf | Bin 0 -> 18024 bytes docs/onderzoeksrapport.tex | 136 +++++++++++++++++++++++++++++++++++++++++++++ license | 21 +++++++ readme.md | 3 + 5 files changed, 171 insertions(+) create mode 100644 .gitignore create mode 100644 docs/onderzoeksrapport.pdf create mode 100644 docs/onderzoeksrapport.tex create mode 100644 license create mode 100644 readme.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1e6487 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +**/desktop.ini +copyright/ +plaatjes/ +**/*.aux +**/*.fdb_latexmk +**/*.fls +**/*.log +**/*.out +**/*.synctex.gz +**/*.toc + diff --git a/docs/onderzoeksrapport.pdf b/docs/onderzoeksrapport.pdf new file mode 100644 index 0000000..b07d1ab Binary files /dev/null and b/docs/onderzoeksrapport.pdf differ diff --git a/docs/onderzoeksrapport.tex b/docs/onderzoeksrapport.tex new file mode 100644 index 0000000..d21feb7 --- /dev/null +++ b/docs/onderzoeksrapport.tex @@ -0,0 +1,136 @@ +\documentclass[12pt, a4paper, dutch]{article} + +\usepackage[margin=1in]{geometry} +\usepackage{float} +\usepackage{babel} +\usepackage{siunitx} +\usepackage{amsmath} +\usepackage{scalerel} +\usepackage{csquotes} +\usepackage{parskip} +\usepackage{unicode-math} +\usepackage{fontspec} +\usepackage{tabularx} +\usepackage{booktabs} +\usepackage{needspace} +\usepackage{multicol} +\usepackage{hyperref} +\usepackage{nicematrix} +%\usepackage[backend=biber, +% bibencoding=utf8, +% style=apa, +% bibstyle=numeric, +%]{biblatex} + +\setmainfont{TeX Gyre Schola} +\setmathfont{TeX Gyre Schola Math} +\setmonofont{JetBrainsMono Nerd Font}[Scale=0.8] +%\addbibresource{bronnen.bib} +\sisetup{ + group-separator = {.}, + output-decimal-marker = {,} +} + +\bigskipamount=7mm +\medskipamount=4mm +\parindent=0mm + +\newcommand{\sub}{\textsubscript} +\newcommand{\mul}{\cdot} + +\begin{document} +\begin{titlepage} + +\centering + +{\Huge\bfseries Onderzoeksrapport Lift} + +\vspace{2cm} + +Loek Le Blansch\\ +2180996 + +\vfill + +Hogeschool Avans + +Technische informatica + +Project Lift \hspace{1cm} Blok 2 + +\vspace{2cm} + +\today \hfill Versie 0.1 +\end{titlepage} + +\tableofcontents +\newpage + +\section{Inleiding} + +Project Lift is een project van de opleiding Technische Informatica, op Hogeschool +Avans. Het is een project voor eerstejaarsstudenten, en focust op het automation +studietraject. In dit onderzoeksrapport worden vragen omtrent het programmeren van +PLC's, de software waarmee PLC's geprogrammeerd worden en de hardwareopstelling van +de lift beanbeantwoord. + +De hoofdvraag die in dit onderzoeksrapport beantwoord wordt luidt als volgt: [hier +komt nog een hoofdvraag] + +\section{Fysieke opstelling} + +\subsection{Overige I/O mogelijkheden van de PLC} + +\section{Watchtable} +% Wat kun je allemaal met de watchtable? +% Welke variabelen kun je opnemen in de watchtable? +% Vind je de term watchtable eigenlijk wel een goede naam? + +\section{CPU eigenschappen} + +\subsection{Overzicht} + +\subsection{Belangrijke instellingen voor het lift programma} + +\section{Diagnostische mogelijkheden} + +\subsection{Diagnose buffer} + +\subsection{Cyclustijd} + +\subsection{Defecte uitgangskaart} + +\subsection{Trace functie} + +\section{*Werken met PLC's op Linux} + +\subsection{PLC forwarden naar VMWare Horizon} + +\section{Conclusie} +% +% I/O Mogelijkheden +% Hoe is de lift opgesteld? +% Welke I/O mogelijkheden heeft de PLC nog meer +% +% CPU properties +% In de device configuration heeft elk onderdeel properties die soms zijn in te stellen. +% Bekijk de properties die de CPU heeft. +% Welke instellingen zijn belangrijk voor het gekregen liftprogramma? +% +% Diagnose mogelijkheden +% Het is erg belangrijk dat je snel kunt achterhalen wat er aan de hand is met de PLC +% Enkele tips: +% Elke PLC heeft een diagnose buffer. +% Kun je achterhalen wat de cyclustijd van de PLC is? +% Wat gebeurt er als een uitgangskaart defect is? +% Voor de die-hards: wat zou de trace functie doen? +% +% *Linux gedoe: +% Hoe forward je de PLC naar TIA Portal op Linux +% + +%\raggedright +%\setlength\bibitemsep{3mm} +%\printbibliography[heading=bibintoc] + +\end{document} diff --git a/license b/license new file mode 100644 index 0000000..2c47bb6 --- /dev/null +++ b/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 lonkaars + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e0588f1 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# project lift + +ik haat plc's -- cgit v1.2.3