Changes for page RS485 Configure Tool
Last modified by Xiaoling on 2025/01/04 15:52
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Lu1 +XWiki.Xiaoling - Content
-
... ... @@ -1,4 +1,5 @@ 1 -= **Table of Contents:** = 1 +(% class="wikigeneratedid" id="HTableofContentsFF1A" %) 2 +**Table of Contents:** 2 2 3 3 {{toc/}} 4 4 ... ... @@ -34,9 +34,11 @@ 34 34 35 35 = 3. Use the tool = 36 36 37 -== Overview == 38 +== 3.1 Overview == 38 38 39 39 41 +(% style="color:red" %)**warning: Please do not input multiple instructions at once for a site, as this may result in incorrect data** 42 + 40 40 Below is the block diagram of the RS485 Tool: 41 41 42 42 [[image:image-20230928235259-4.png||_mstalt="434590" height="681" width="915"]] ... ... @@ -46,7 +46,7 @@ 46 46 [[image:image-20231010145454-2.png||_mstalt="428597" height="689" width="921"]] 47 47 48 48 49 -== 3. 1General Configure: ==52 +== 3.2 General Configure: == 50 50 51 51 52 52 * (% style="color:blue" %)**Port **(%%): COM port in PC to connect to RS485 End Node. ... ... @@ -69,9 +69,10 @@ 69 69 70 70 * (% style="color:blue" %)**Configure Devices **(%%): Send General Configure Command to End Node. 71 71 72 -== 3.2 Console Window: == 73 73 76 +== 3.3 Console Window: == 74 74 78 + 75 75 After **Connect End Node**. The Console Window will shows all the output from RS485 End Node. 76 76 77 77 User can also Send AT Commands to RS485 End Node in this window. ... ... @@ -79,7 +79,7 @@ 79 79 [[image:image-20230928233408-3.png||_mstalt="432289"]] 80 80 81 81 82 -== 3. 3RS485 Commands to Sensor ==86 +== 3.4 RS485 Commands to Sensor == 83 83 84 84 85 85 This area is used to configure what RS485 Commands the End Node should send to the RS485 sensors to get the sensor value. ... ... @@ -99,7 +99,7 @@ 99 99 **Test RS485 Commands**: After configure poll commands. Click this button then the tool will generate related AT+COMMANDS and send to the End node to test and get return. 100 100 101 101 102 -== 3. 4Process Sensor Returns ==106 +== 3.5 Process Sensor Returns == 103 103 104 104 105 105 RS485 sensors will return a string, to make it more efficient to process via LoRaWAN packets, we can fetch the valid chars from the returns in the **process sensor returns area**. ... ... @@ -122,7 +122,7 @@ 122 122 123 123 Use can choose to get "Discrete Data Bytes" or "Bytes Blocks": 124 124 125 -[[image:image-20230930193257-2.png||_mstalt="432198"]] Select the 1st ~~3rd bytes from the return.129 +[[image:image-20230930193257-2.png||_mstalt="432198"]] Select the 1st - 3rd bytes from the return. 126 126 127 127 [[image:image-20230930193357-3.png||_mstalt="432874"]] Select the 3rd, 6th, 9th bytes from the return. 128 128 ... ... @@ -140,7 +140,7 @@ 140 140 (% style="color:blue" %)**Generate AT Instructions**(%%): After All testing goes fine with Poll Command & Return Process. User can press this button to generate the AT Commands which is for the Ene Node. 141 141 142 142 143 -== 3. 5Commands Previwe Window ==147 +== 3.6 Commands Previwe Window == 144 144 145 145 146 146 This window show the commands to be flash into the RS485 end node. ... ... @@ -153,27 +153,29 @@ 153 153 154 154 * (% style="color:blue" %)**Erase All **(%%): Clear All Configured Commands in the RS485. It won't erase the commands shows in the preview window. 155 155 156 -== 3. 6Reference video ==160 +== 3.7 Reference video == 157 157 158 -link:[[https:~~/~~/youtu.be/l9fLE3ekY4I>>https://youtu.be/l9fLE3ekY4I]] 159 159 160 - == Changeog:==163 +link: [[https:~~/~~/youtu.be/l9fLE3ekY4I>>https://youtu.be/l9fLE3ekY4I]] 161 161 165 + 166 +== 3.8 Change Log: == 167 + 162 162 === v1.1: === 163 163 164 -1.No spaces are required between each byte of the inquiry frame 170 +~1. No spaces are required between each byte of the inquiry frame 165 165 166 -2.Improve the prompt box 172 +2. Improve the prompt box 167 167 168 -3.AT instruction coverage function 174 +3. AT instruction coverage function 169 169 170 -4.Button function prompt 176 +4. Button function prompt 171 171 172 172 === V1.2: === 173 173 174 -1.Fixed overwrite failure when AT instruction has multiple parameters 180 +~1. Fixed overwrite failure when AT instruction has multiple parameters 175 175 176 -2.Add Payload Structure Window 182 +2. Add Payload Structure Window 177 177 178 178 === V1.3: === 179 179 ... ... @@ -183,14 +183,24 @@ 183 183 184 184 New: 185 185 186 -1.Control the inquiry time input box between inquiry frames 192 +~1. Control the inquiry time input box between inquiry frames 187 187 188 -2.The inquiry frame does not require CRC verification input 194 +2. The inquiry frame does not require CRC verification input 189 189 190 -[[image:image-20240311144211-2.png]] 196 +[[image:image-20240311144211-2.png||height="948" width="1268"]] 191 191 192 -= TODO: =198 +=== V1.3.1: === 193 193 200 +Added a password input box. 201 +When using NB modules or nodes with access passwords other than 123456. 202 +Enter the password before connecting to the serial port 203 + 204 +[[image:image-20240620083959-1.png||height="680" width="1265"]] 205 + 206 + 207 += 4. TODO: = 208 + 209 + 194 194 ~1. Add Payload Structure Window(Done at v1.2) 195 195 196 196 2. Modify Chars to looks nicer ( Done at v1.1)