Changes

1,750 bytes added ,  10:32, 28 February 2023
no edit summary
Line 23: Line 23:  
=== BACnet ===
 
=== BACnet ===
 
----
 
----
 +
Install the BACnet package on RUT955 and navigate to '''Services → BACnet''' and '''enable''' the '''instance'''. Everything else can be left as default or changed according to your needs.
 +
 +
<<SCREENSHOT>>
    
=== Server ===
 
=== Server ===
 
----
 
----
For the server, Yet Another BACnet Explorer is used
+
For the server, Yet Another BACnet Explorer (YABE) is used. Open the software and '''click''' on '''add device'''
 +
 
 +
<<SCREENSHOT>>
 +
 
 +
Then select local endpoint IO address and leave everything else as default or change according to your needs.
 +
 
 +
<<SCREENSHOT>>
 +
 
 +
Select newly created communication node and right - click on it to send '''WhoIs''' request (application  might send these automatically).
 +
 
 +
<<SCREENSHOT>>
    
=== Results ===
 
=== Results ===
 
----
 
----
 +
In case of success you see the connected BACnet device and its parameters.
 +
 +
<<SCREENSHOT>>
    
== BACnet/IP configuration ==
 
== BACnet/IP configuration ==
BACnet is a communication protocol for building automation and control (BAC) networks that use the ASHRAE, ANSI, and ISO 16484-5 standards protocol.  
+
This is the most commonly used type of BACnet, which is designed to work over Ethernet networks using the Internet Protocol (IP). It supports both IPv4 and IPv6 addressing.
 
   
=== BACnet ===
 
=== BACnet ===
 
----
 
----
This is the most commonly used type of BACnet, which is designed to work over Ethernet networks using the Internet Protocol (IP). It supports both IPv4 and IPv6 addressing.
+
Install the BACnet package on RUT955 and navigate to '''Services → BACnet''' → '''enable''' the '''instance''' and '''BBMD'''. Everything else can be left as default or changed according to your needs.
 +
 
 +
<<SCREENSHOT>>
    
=== Firewall ===
 
=== Firewall ===
 +
----
 +
The configuration will also require you to add port forward rule in the firewall configuration. To do that, open Router1 WebUI and navigate to '''Network → Firewall → Port Forwards'''. Create a port forward rule to forward UDP packets from Router2 WAN to Router1 LAN address port.
 +
 +
<<SCREENSHOT>>
 +
 +
'''Note''': When YABE sends registration packets you will need to find out which port YABE is using (One way is to look through the traffic with wireshark on your PC or TCP dump on router 1 or router 2)
 +
 +
If you restart YABE software or delete and create new communication device, YABE might use different port number, and you will need to change port forward configured in router connected to your PC.
    
=== Server ===
 
=== Server ===
 
----
 
----
For the server, Yet Another BACnet Explorer is used
+
Open YABE and create IP communication node by click on '''add device'''.
 +
 
 +
<<SCREENSHOT>>
 +
 
 +
Then select the node and go to '''Meniu → Functions → IP services → Foreign device registration''' and enter public IP address of Router2 (the one connected to controller).
 +
 
 +
<<SCREENSHOT>>
    
=== Results ===
 
=== Results ===
 
----
 
----
 +
In case of success you see the device connected via gateway.
 +
 +
<<SCREENSHOT>>
    
== See also ==
 
== See also ==