<
From version < 21.1 >
edited by Herong Lu
on 2023/10/10 14:10
To version < 40.2 >
edited by Xiaoling
on 2025/01/04 15:52
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Lu
1 +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  
... ... @@ -30,21 +30,27 @@
30 30  
31 31  **[[Download RS485 Configure Tool>>https://www.dropbox.com/sh/us9qecn39fwt8n1/AABREdqUCzEmJMRrfuWuXasoa?dl=0]]**.
32 32  
33 -[[image:image-20230928230446-1.png||height="275" width="471"]]
34 +[[image:image-20230928230446-1.png||_mstalt="431288" height="275" width="471"]]
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 -[[image:image-20230928235259-4.png||height="681" width="915"]]
45 +[[image:image-20230928235259-4.png||_mstalt="434590" height="681" width="915"]]
43 43  
47 +Below is the block diagram of the RS485 Tool V1.2:
44 44  
45 -== 3.1 General Configure: ==
49 +[[image:image-20231010145454-2.png||_mstalt="428597" height="689" width="921"]]
46 46  
47 47  
52 +== 3.2 General Configure: ==
53 +
54 +
48 48  * (% style="color:blue" %)**Port **(%%): COM port in PC to connect to RS485 End Node.
49 49  
50 50  * (% style="color:blue" %)**Node Baud Rate **(%%): The Baud Rate for RS485 End Node.
... ... @@ -65,17 +65,18 @@
65 65  
66 66  * (% style="color:blue" %)**Configure Devices **(%%): Send General Configure Command to End Node.
67 67  
68 -== 3.2 Console Window: ==
69 69  
76 +== 3.3 Console Window: ==
70 70  
78 +
71 71  After **Connect End Node**. The Console Window will shows all the output from RS485 End Node.
72 72  
73 73  User can also Send AT Commands to RS485 End Node in this window.
74 74  
75 -[[image:image-20230928233408-3.png]]
83 +[[image:image-20230928233408-3.png||_mstalt="432289"]]
76 76  
77 77  
78 -== 3.3 RS485 Commands to Sensor ==
86 +== 3.4 RS485 Commands to Sensor ==
79 79  
80 80  
81 81  This area is used to configure what RS485 Commands the End Node should send to the RS485 sensors to get the sensor value.
... ... @@ -95,7 +95,7 @@
95 95  **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.
96 96  
97 97  
98 -== 3.4 Process Sensor Returns ==
106 +== 3.5 Process Sensor Returns ==
99 99  
100 100  
101 101  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**.
... ... @@ -114,20 +114,21 @@
114 114  
115 115  Their returnes will be shown in "RS485 Return Data" Area, such as below:
116 116  
117 -[[image:image-20230930193108-1.png]]
125 +[[image:image-20230930193108-1.png||_mstalt="430235"]]
118 118  
119 119  Use can choose to get "Discrete Data Bytes" or "Bytes Blocks":
120 120  
121 -[[image:image-20230930193257-2.png]] Select the 1st ~~ 3rd bytes from the return.
129 +[[image:image-20230930193257-2.png||_mstalt="432198"]] Select the 1st - 3rd bytes from the return.
122 122  
123 -[[image:image-20230930193357-3.png]] Select the 3rd, 6th, 9th bytes from the return.
131 +[[image:image-20230930193357-3.png||_mstalt="432874"]] Select the 3rd, 6th, 9th bytes from the return.
124 124  
125 -[[image:image-20230930193456-4.png]] After select the byte fetch method. User can see preview the result. This photo shows to fetch the Block 1~~3 from the first return.
133 +[[image:image-20230930193456-4.png||_mstalt="433212"]] After select the byte fetch method. User can see preview the result. This photo shows to fetch the Block 1~~3 from the first return.
126 126  
135 +[[image:image-20231010150227-4.png||_mstalt="427531"]] Based on the AT command in the preview window, the node will upload data in the format of the left image
127 127  
128 128  Below is the full screen shot:
129 129  
130 -[[image:image-20230930193658-5.png||height="735" width="1146"]]
139 +[[image:image-20231010150054-3.png||_mstalt="426504"]]
131 131  
132 132  
133 133  (% style="color:blue" %)**AT+CMDDL**(%%): This specify the delay for RS485 End Node to wait for the RS485 sensors return. If RS485 sensors doesn't reply in this time. End Node will consider there is no reply.
... ... @@ -135,7 +135,7 @@
135 135  (% 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.
136 136  
137 137  
138 -== 3.5 Commands Previwe Window ==
147 +== 3.6 Commands Previwe Window ==
139 139  
140 140  
141 141  This window show the commands to be flash into the RS485 end node.
... ... @@ -148,28 +148,56 @@
148 148  
149 149  * (% style="color:blue" %)**Erase All **(%%): Clear All Configured Commands in the RS485. It won't erase the commands shows in the preview window.
150 150  
151 -== Change Log: ==
160 +== 3.7 Reference video ==
152 152  
162 +
163 +link: [[https:~~/~~/youtu.be/l9fLE3ekY4I>>https://youtu.be/l9fLE3ekY4I]]
164 +
165 +
166 +== 3.8 Change Log: ==
167 +
153 153  === v1.1: ===
154 154  
155 -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
156 156  
157 -2.Improve the prompt box
172 +2. Improve the prompt box
158 158  
159 -3.AT instruction coverage function
174 +3. AT instruction coverage function
160 160  
161 -4.Button function prompt
176 +4. Button function prompt
162 162  
163 163  === V1.2: ===
164 164  
165 -1.Fixed overwrite failure when AT instruction has multiple parameters
180 +~1. Fixed overwrite failure when AT instruction has multiple parameters
166 166  
167 -2.Add Payload Structure Window
182 +2. Add Payload Structure Window
168 168  
169 -= TODO: =
184 +=== V1.3: ===
170 170  
186 +Fixed bug in V1.2
187 +
188 +1.When the input cut value exceeds the number of bytes returned, an incorrect AT instruction will be generated
189 +
190 +New:
191 +
192 +~1. Control the inquiry time input box between inquiry frames
193 +
194 +2. The inquiry frame does not require CRC verification input
195 +
196 +[[image:image-20240311144211-2.png||height="948" width="1268"]]
197 +
198 +=== V1.3.1: ===
199 +
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 +
171 171  ~1. Add Payload Structure Window(Done at v1.2)
172 172  
173 173  2. Modify Chars to looks nicer  ( Done at v1.1)
174 -
175 -
image-20231010145353-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +145.4 KB
Content
image-20231010145454-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +118.4 KB
Content
image-20231010150054-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +124.4 KB
Content
image-20231010150227-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +4.7 KB
Content
image-20240311143856-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +174.5 KB
Content
image-20240311144211-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +180.9 KB
Content
image-20240620083959-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Lu
Size
... ... @@ -1,0 +1,1 @@
1 +122.9 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0