diff --git a/.DS_Store b/.DS_Store index 527c640..c2f2672 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/CAD/Display3D_Druck.FCStd b/CAD/Display3D_Druck.FCStd deleted file mode 100644 index 39f49ba..0000000 Binary files a/CAD/Display3D_Druck.FCStd and /dev/null differ diff --git a/CAD/DisplayHolder.FCStd b/CAD/DisplayHolder.FCStd deleted file mode 100644 index 74ae5a2..0000000 Binary files a/CAD/DisplayHolder.FCStd and /dev/null differ diff --git a/CAD/Halter_3D.stl b/CAD/Halter_3D.stl deleted file mode 100644 index ab49efe..0000000 Binary files a/CAD/Halter_3D.stl and /dev/null differ diff --git a/CAD/NWS_WMA_001_Feststellungsplate.pdf b/CAD/NWS_WMA_001_Feststellungsplate.pdf deleted file mode 100644 index 559a2a7..0000000 Binary files a/CAD/NWS_WMA_001_Feststellungsplate.pdf and /dev/null differ diff --git a/CAD/NWS_WMA_002_Bottom_Plate.pdf b/CAD/NWS_WMA_002_Bottom_Plate.pdf deleted file mode 100644 index 90a8ccd..0000000 Binary files a/CAD/NWS_WMA_002_Bottom_Plate.pdf and /dev/null differ diff --git a/CAD/NWS_WMA_003_Back_Plate.pdf b/CAD/NWS_WMA_003_Back_Plate.pdf deleted file mode 100644 index fc7c65d..0000000 Binary files a/CAD/NWS_WMA_003_Back_Plate.pdf and /dev/null differ diff --git a/CAD/NWS_WMA_004_Mounting_View.pdf b/CAD/NWS_WMA_004_Mounting_View.pdf deleted file mode 100644 index 763b8f6..0000000 Binary files a/CAD/NWS_WMA_004_Mounting_View.pdf and /dev/null differ diff --git a/CAD/NWS_WMA_005_Complete_View.pdf b/CAD/NWS_WMA_005_Complete_View.pdf deleted file mode 100644 index 0c0ab65..0000000 Binary files a/CAD/NWS_WMA_005_Complete_View.pdf and /dev/null differ diff --git a/Software/Software/Display b/Software/Software/Display deleted file mode 160000 index 1bef531..0000000 --- a/Software/Software/Display +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1bef531c22f24741f22ebdd14f54375706acd3bb diff --git a/Software/Software/Sensor b/Software/Software/Sensor deleted file mode 160000 index fd94fd7..0000000 --- a/Software/Software/Sensor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fd94fd7377ddd09f092ef974bcfe693c35198dfc diff --git a/Software/Software/tig-stack b/Software/Software/tig-stack deleted file mode 160000 index dd77345..0000000 --- a/Software/Software/tig-stack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dd773459da6ff296c5e8f849c6ac48848a6b234f diff --git a/Worktree b/Worktree deleted file mode 160000 index d940de8..0000000 --- a/Worktree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d940de8caa68d6364d0a810c285e9578c7a1f13c diff --git a/readme.md b/readme.md deleted file mode 100644 index a6ec748..0000000 --- a/readme.md +++ /dev/null @@ -1,48 +0,0 @@ -#### 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\ \ No newline at end of file