Compare commits

..

6 Commits

Author SHA1 Message Date
Nielson Tschá 70a7b6336f modified sm 2021-03-18 09:43:23 +01:00
Nielson Tschá 4989ab1e92 removed wrong submodule 2021-03-18 09:40:17 +01:00
Nielson Tschá b449e97cdf testing submodules 2021-03-18 09:25:27 +01:00
Nielson Tschá 16a6098e72 test 2021-03-16 10:28:49 +01:00
Nielson Tschá 912e96847a origin update 2021-03-03 16:43:00 +01:00
Nielson Tschá db803552f0 rearranje 2021-03-03 16:31:36 +01:00
29 changed files with 63 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

13
.gitmodules vendored Normal file
View File

@ -0,0 +1,13 @@
[submodule "Software/Display"]
path = Software/Display
url = http://git.strawhat-solutions.de/nits/worktree-test.git
branch = Display
[submodule "Software/Sensor"]
path = Software/Sensor
url = http://git.strawhat-solutions.de/nits/worktree-test.git
branch = Sensor
[submodule "Software/tig-stack"]
path = Software/tig-stack
url = http://git.strawhat-solutions.de/nits/worktree-test.git
branch = tig-stack

BIN
CAD/.DS_Store vendored Normal file

Binary file not shown.

BIN
CAD/Display3D_Druck.FCStd Normal file

Binary file not shown.

BIN
CAD/DisplayHolder.FCStd Normal file

Binary file not shown.

BIN
CAD/Halter_3D.stl Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1 +0,0 @@
Subproject commit b3fb08d074ea89637c691d2a529e79db0d787357

BIN
Dokumentation/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

1
Sensor

@ -1 +0,0 @@
Subproject commit b3fb08d074ea89637c691d2a529e79db0d787357

BIN
Software/.DS_Store vendored Normal file

Binary file not shown.

1
Software/Sensor Submodule

@ -0,0 +1 @@
Subproject commit 30e78ce13f489f23ecb5506d6540848347ccf4de

1
Software/tig-stack Submodule

@ -0,0 +1 @@
Subproject commit e0114c34df01dbc4b70b8356614e3fd40b92f3d3

48
readme.md Normal file
View File

@ -0,0 +1,48 @@
#### WIND MESS ANLAGE BY NETWEBSYSTEMS®
##### BASIC INSTRUCTIONS FOR INSTALLATION FOR BEAGLEBONE
###### 1. PREPARE BEAGLEBONE:
* 1.1 INSTALL O.S.
* 1.2 CONNECT THROUGH SSH (192.168.7.2)\
- SSH password: Netweb4ever!
* 1.3 CONNECT TO WIFI
* 1.4 USE IFCONFIG TO CHECK IP AND USE THIS IP TO ACCESS REMOTELY
* 1.5 INSTALL 'minimalmodbus' and 'paho-mqtt' libraries WITH -H\
sudo -H pip3 install minimalmodbus paho-mqtt
###### 2. PREPARE THE SENSOR:
* 2.1 OPEN THIES DEVICE UTILITY
* 2.2 LOG AS ADMIN KY04711, CS1
* 2.3 CHANGE DUPLEX MODUS AND WIRING
* 2.4 SET TIME ZONE (TZ26) AND DAILY TIME UPDATE(RT03)
* 2.5 CHANGE TO MODBUS RTU INTERPRETER IN THE THIES DEVICE UTILITY
* 2.6 CONNECT THE SENSOR TO THE BEAGLEBONE (BR & YE = A, GR & WH = B, GRAY = GND)
###### 3. INSTALL THE SOFTWARE IN THE BEAGLEBONE
* 3.1 CLONE THE GIT REPOSITORY\
$ git clone http://git.strawhat-solutions.de/NetWEB/Windmessanlage.git
* 3.2 CREATE THE WORKING DIRECTORY AND COPY FILES:
* 3.3 EDIT THE CONFIG.INI FILE
###### 4. SET SERVICE AUTO-START
* 4.1 COPY SERVICE FILE INTO BEAGLE BONE SERVICE DIRECTORY\
$ sudo cp /var/lib/cloud9/Windmessanlage/Software/Sensor/wma.service /lib/systemd/
* 4.2 CREATE A SYMLINK in the /etc/systemd/system/ directory \
$ sudo ln -s /lib/systemd/wma.service /etc/systemd/system/wma.service
* 4.3 RELOAD DAEMON, ENABLE AND START THE SERVICE
###### 2. PREPARE DISPLAY:
* 1.1 POWER UP DISPLAY\
Connect the +24 and GND Wires to power up the Display
* 1.2 INSTALL 'pygame' and 'paho-mqtt' libraries WITH -H
* 1.3 CREATE CHANGE TO THE WORKING DIRECTORY\
$ sudo mkdir /home/pi/WMA/\
$ cd /home/pi/WMA/
* 2.2 CLONE THE GIT REPOSITORY
* 2.3 EDIT THE CONFIG.INI FILE FOR THE APPLICATION\
$ sudo nano /home/pi/WMA/Windmessanlage/Display/config.ini
###### 3. SET SERVICE AUTO-START
* 3.1 COPY SERVICE FILE INTO BEAGLE BONE SERVICE DIRECTORY\
$ sudo cp /home/pi/WMA/Windmessanlage/Display/display.service /etc/systemd/system/display.service
* 3.2 RELOAD DAEMON, ENABLE AND START THE SERVICE\

@ -1 +0,0 @@
Subproject commit b3fb08d074ea89637c691d2a529e79db0d787357