uploading files

This commit is contained in:
Nielson Tschá 2021-03-03 16:25:02 +01:00
commit 54540dcaff
24 changed files with 52 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
Angebot/Angebot Recdata.pdf Normal file

Binary file not shown.

Binary file not shown.

BIN
Angebot/Windmessanlage.docx Normal file

Binary file not shown.

BIN
Angebot/Windmessanlage.pdf 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.

Binary file not shown.

BIN
Dokumentation/HSE.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Binary file not shown.

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

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

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

1
Worktree Submodule

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

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\