How to assembly and use our controller in system Procesy5 with this OrangePi Hardware SetThis instruction should be provided only to
licenced partners and is restricted in redistribution.
-
Download and install Operation System
Install it on SD card (use stable system version)
-
Run the system and configure network
After installing the system and install SD card configure WIFI networks to
allow it connects to.
Connect to the power by microUSB OTG and connect to the ethernet port.
Connect to module by SSH (Putty.exe for example).
first connect to device
force to change password for root.
use command nmtui-connect
to connect to properly WiFI
Network.
-
Upload Procesy5AutomationController code with licences
Install it to folder /home/
-
Run system Procesy5AutomationController subsystem
use commands
python Main.py
dozmiany
in localizastion of program
for collecting data.
Note: dozmiany
is the sample
password
-
Configure system to automatically run after reboot
Login as root and use command
crontab -e
than paste the
command at the end of crontab
file:
@reboot cd /home/MBZ_Easy_Gateway/home/MBZ_Gateway && sudo python Main.py dozmiany > log.txt &
After
saving the board is ready to work.