Menu

Tree [9d17ca] master /
 History

HTTPS access


File Date Author Commit
 CONFIG 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 DOCS 2016-12-16 root root [26fbf9] updated
 EXE 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 PRG 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 Source 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 TIF 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 TIFF1 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 .gitignore 2016-12-14 Alex  Zhang Alex Zhang [1c65d3] Move Source to its own folder, update gitignore
 BAS_RPi_Port 2017-01-04 root root [0ea8ff] bioskey
 Readme.txt 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 T3000.DSW 2017-02-20 Alex  Zhang Alex Zhang [9d17ca] Go back previous version
 makefile 2016-12-28 root root [48a9e6] OS changes, BGI graphic lib added

Read Me

/******************************************************************************
 *                     RASPBERRY PI BACNET CONTROLLER
 *****************************************************************************/
 
### Procedure to compile ###

- Unzip the project and copy it to home or any directory of your choice in RPi
- Browse to RasberryPiBacnetController directory
- enter command 'sudo make' to compile code
- enter command 'sudo make clean' to clean code


### To Run project ###

- Execute below command after compiling project
	./BAS_RPi_Port
- The 'BAS_RPi_Port' linux executable file is located at '../RasberryPiBacnetController/' path


### Prerequisites ###

- Raspberry pi should have g++ compiler

To install g++ compiler, enter below command:
sudo apt-get install build-essential


### GLOSSARY ###

APDU - The application Protocol Data Unit. The APDU is made up of an APCI block and an ASDU. 
APCI - (Application Protocol Control Information) contains message control information.
ASDU - (Application Specific Data Unit) contains information to be processed by the receiving station.
Want-Points - A point being requested from a network. A list of want-points is created in each controller when a point in another controller is referenced in a program, system group, or trend log.
Points - Any hardware or software object configured in a digital controller. A point can be an input, output, variable, schedule, log, or PID controller loop.


### BAS_RPi_Port project revision ###
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.