<
From version < 11.1 >
edited by Kilight Cao
on 2023/04/01 11:48
To version < 12.1 >
edited by Kilight Cao
on 2023/04/01 12:00
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,7 +33,7 @@
33 33  [[image:image-20230401114036-1.png]]
34 34  
35 35  
36 -=== 1.3 Configure BACnet ===
36 +== 1.3 Configure BACnet ==
37 37  
38 38  After BACnet is installed, run commands to modify BACnet configurations
39 39  
... ... @@ -72,7 +72,7 @@
72 72   option device_port '47913'  
73 73  )))
74 74  
75 -=== 1.4 Run BACnet ===
75 +== 1.4 Run BACnet ==
76 76  
77 77  After the configuration is complete, run the following command to start BACnet, The following are two ways to run BACnet:
78 78  
... ... @@ -101,7 +101,7 @@
101 101  
102 102  [[image:image-20230401114458-2.png]]
103 103  
104 -=== 1.5 Read devices and modify devices ===
104 +== 1.5 Read devices and modify devices ==
105 105  
106 106  Enter baccli -h to output help
107 107  
... ... @@ -110,9 +110,9 @@
110 110  baccli -h
111 111  )))
112 112  
113 -
114 114  [[image:image-20230401114641-3.png]]
115 115  
115 +
116 116  **Examples:**
117 117  
118 118  (1) List the current Bacnet devices:
... ... @@ -122,9 +122,9 @@
122 122  baccli -l -a
123 123  )))
124 124  
125 -
126 126  [[image:image-20230401114653-4.png]]
127 127  
127 +
128 128  (2) List device information based on device ID:
129 129  
130 130  (% class="box infomessage" %)
... ... @@ -132,7 +132,6 @@
132 132  baccli -l -i id
133 133  )))
134 134  
135 -
136 136  [[image:image-20230401114706-5.png]]
137 137  
138 138  (3) List the device details by device ID:
... ... @@ -149,11 +149,24 @@
149 149  baccli -i id -p prop -w value
150 150  )))
151 151  
152 -
153 153  [[image:image-20230401114720-6.png]]
154 154  
153 +
154 +(5)Check the results using the BACnet tool
155 +
155 155  The user can check the data of the device by using the **[[yabe BACnet tool>>https://sourceforge.net/projects/yetanotherbacnetexplorer/]]**
156 156  
157 157  [[image:image-20230401114729-7.png||height="521" width="1077"]]
158 158  
160 +
161 += 1.6 Example: How to transfer data to BACnet via LoRaWAN in LPS8v2 =
162 +
163 +LPS8v2 includes a local TTN Server and Node-Red. This example shows how to configure LHT65N to use with the BACnet. This example assumes users already have:
164 +
165 +* LHT65N register on LPS8v2 Built-In TTN server already
166 +* The user is able to see the data on the built-in TTN server device page.
167 +* The LPS8v2 already has BACnet installed
168 +
169 +Below are the steps to plot the sensor data on LPS8v2 BACnet.
170 +
159 159  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0