Changes for page 12 PLC Protocol OLD

Last modified by Mora Zhou on 2024/12/05 14:53

From version 36.1
edited by Ben
on 2022/08/19 11:23
Change comment: There is no comment for this version
To version 67.1
edited by Ben
on 2022/08/29 14:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -85,6 +85,390 @@
85 85  
86 86  Click [OK] button to save settings and close the dialog;
87 87  
88 += Create communication with WECON PLC =
89 +
90 +== **LX3V Serial Protocol** ==
91 +
92 +Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
93 +
94 +**HMI Settings**
95 +
96 +(% class="table-bordered" %)
97 +|**Item**|**Settings**|**Note**
98 +|Protocol|WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM|
99 +|Connection|RS422/RS485|
100 +|Baud rate|9600|
101 +|Data bit|7|
102 +|Parity|EVEN|
103 +|Stop bit|1|
104 +|PLC station No.|1|
105 +
106 +**Address List**
107 +
108 +(% class="table-bordered" %)
109 +|**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
110 +|(% rowspan="6" %)Bit|X|X|Xo|0~~303237|
111 +|Y|Y|Y o|0~~303237|
112 +|M|M|M d|0~~99999|
113 +|T|T|T d|0~~99999|
114 +|C|C|C d|0~~99999|
115 +|S|S|S d|0~~99999|
116 +|(% rowspan="8" %)Word|X|X|Xo|0~~303237|
117 +|Y|Y|Y o|0~~303237|
118 +|M|M|M d|0~~99999|
119 +|T|T|T d|0~~99999|
120 +|C|C|C d|0~~199|
121 +|D|D|D d|0~~7999|
122 +|S|S|S d|0~~99999|
123 +|SD|SD|SD d|8000~~9999|
124 +
125 +**Cable Wiring**
126 +
127 +* **RS485**
128 +
129 +(% style="text-align:center" %)
130 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
131 +
132 +* **RS422**
133 +
134 +(% style="text-align:center" %)
135 +[[image:12.PLC Protocol_html_5c7fca9a70da2ee8.png||data-xwiki-image-style-alignment="center" height="247" width="389" class="img-thumbnail"]]
136 +
137 +**✎Note:**
138 +
139 +* HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
140 +* If PLC <= 20 points,such as LX3V-1208/LX3V-0806 PLC,PLC RS485A and RS485B mean PLC COM2 RS485+ and RS485- .PLC COM2 can support modbus. Please refer to PLC COM2 setting manual.
141 +
142 +[[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
143 +
144 +== HMI settings ==
145 +
146 +**Download PIStudio Software**
147 +
148 +Please visit the link below to get the latest version PIstudio for HMI programming:
149 +
150 +* [[Download link>>doc:PIStudio.Download.3 Software.WebHome]]
151 +
152 +**Create a new HMI project connect with PLC**
153 +
154 +Check the link below for the video to show you how to get started with a new project
155 +
156 +* [[Video>>https://youtu.be/0FpmDZe_8U8]]
157 +
158 +For more videos, please visit our Youtube channel: [[http:~~/~~/www.youtube.com/user/Wecon2004/videos>>url:http://www.youtube.com/user/Wecon2004/videos]]
159 +
160 +**General**
161 +
162 +HMI could communicate with PLC and support many PLC protocols.  It is easy to operate and set communication parameters. This demo shows how to make a communication with PLC device, use WECON LX3V Series PLC as an example.
163 +
164 +**Protocol settings**
165 +
166 +The communication between two devices requires a protocol. The following contents show the steps of protocol settings.
167 +
168 +Please select the protocol, when creating a new project.
169 +
170 +1. Select the COM port for communication;
171 +1. PLC type: It means PLC brand, like WECON;
172 +1. PLC model: It shows the model of PLC, such as LX3V;
173 +
174 +(% style="text-align:center" %)
175 +[[image:image-20220819093729-1.png]]
176 +
177 +If you want to change the protocol for existing project, please click [Program] → [Communication] to open the [Communication] windows, shown as the following figure.
178 +
179 +(% style="text-align:center" %)
180 +[[image:image-20220819093729-2.png]]
181 +
182 +
183 +The steps to change the protocol for project are as follows.
184 +
185 +1. Click [Setting] to open the [Communication device] window;
186 +1. Select communication port, such as COM1;
187 +1. Select Serial port for communication, such as RS422;
188 +1. Select device type (device brand), such as WECON;
189 +1. Select the protocol for communication, such as WECON LX3V;
190 +
191 +(% style="text-align:center" %)
192 +[[image:image-20220819093729-3.png]]
193 +
194 +**Parameter settings**
195 +
196 +The parameters settings are in [Communication] window, shown as following below.
197 +
198 +1. Click [Setting] to open the [COM port setting] window;
199 +1. Set the parameters such as [connection], [Baud rate] and so on;
200 +
201 +(% style="text-align:center" %)
202 +[[image:image-20220819093729-4.png||height="636" width="818"]]
203 +
204 +(% start="3" %)
205 +1. Click [Setting] to open [Timeout] setting window, you could set the parameters according your requirements, or just use the default value.
206 +
207 +(% style="text-align:center" %)
208 +[[image:image-20220819093729-5.png]]
209 +
210 +**Set PLC address in HMI screen**
211 +
212 +1. Place the objects to HMI screen;
213 +1. Double-click the object to open the setting window;
214 +1. Click “Edit” to open the address setting windows;
215 +1. Connection: select the serial port in HMI;
216 +1. Address type: All the PLC address types will be display in this list, such as M;
217 +1. Address No.: Please input the number of this address, such as 0;
218 +
219 +[[image:image-20220819093729-6.jpeg]]
220 +
221 +**Communication cable**
222 +
223 +In order to ensure the stability of communication, please use the twisted-pair communication cable with good grounding. The following figure shows the pin out definition.
224 +
225 +(% style="text-align:center" %)
226 +[[image:image-20220819093729-7.png]]
227 +
228 +**HMI communication PLC use Modbus **
229 +
230 +* HMI setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/>>https://docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/]]
231 +* PLC setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/>>https://docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/]]
232 +
233 +== PLC settings ==
234 +
235 +**Download PLC Software**
236 +
237 +Please visit below link to get the latest version PLC Editor for HMI programming
238 +
239 +* LX3V:[[Download link>>doc:PLC Editor.10 Hardware .Software.WebHome]]
240 +* LX5V:[[Download link>>doc:PLC Editor2.Download.03 Software.WebHome]]
241 +
242 +**Start a new PLC project**
243 +
244 +Start a new PLC project by clicking “New” on the left top corner of screen, select the PLC mode from the drop-down list.
245 +
246 +(% style="text-align:center" %)
247 +[[image:image-20220819101447-3.jpeg]]
248 +
249 +
250 +
251 +**Add a new instruction **
252 +
253 +Double click on the ladder, select the ladder symbol (instruction) from the drop-down list, then enter the address for this symbol.
254 +
255 +(% style="text-align:center" %)
256 +[[image:image-20220819105530-1.png]]
257 +
258 +You could also select the ladder symbol from the menu bar directly.
259 +
260 +[[image:image-20220819093729-11.png]]
261 +
262 +[[image:image-20220819093729-12.png]]
263 +
264 +**Add comment to PLC program**
265 +
266 +(% style="text-align:center" %)
267 +[[image:image-20220819105630-3.png]]
268 +
269 +**Add the statement to PLC program**
270 +
271 +Add the statement by single click on “Statement”, when finished, single click on “Statement” again to go back to Ladder edit.
272 +
273 +(% style="text-align:center" %)
274 +[[image:image-20220819105644-4.png]]
275 +
276 +**Compile **
277 +
278 +You need to compile the PLC program before downloading or running Off-line simulator. The background color will be changed from purple to white when there is no error.
279 +
280 +[[image:image-20220819093729-15.png]]
281 +
282 +**Download setting **
283 +
284 +Click on “Transfer Setup” to select download mode.
285 +
286 +[[image:image-20220820150853-1.png]]**Download PLC program to PLC**
287 +
288 +Quick select the parameters and main program of PLC program, then download to PLC, “Yes”-”Yes”-”OK”
289 +
290 +[[image:image-20220819093729-17.png]]
291 +
292 +**Upload PLC program from PLC**
293 +
294 +Read the PLC program from PLC to computer.
295 +
296 +[[image:image-20220819093729-18.png]]
297 +
298 +**Device monitor**
299 +
300 +Monitor the value of certain address in PLC, double click “Current value” to change the value in this address.
301 +
302 +[[image:image-20220819093730-19.png]]
303 +
304 +**Online monitor**
305 +
306 +Monitor the each address in PLC by online monitor. Changing the state or value in PLC is also allowd.
307 +
308 +[[image:image-20220819093730-20.png]]
309 +
310 +**Monitor edit**
311 +
312 +In this mode, you could edit the PLC program during PLC is running. 
313 +
314 +
315 +(% style="text-align:center" %)
316 +[[image:image-20220819105928-9.png||height="229" width="669"]]
317 +
318 +== **LX5V Serial Protocol** ==
319 +
320 +This example introduces the establishment of serial port communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
321 +
322 +**Software configuration of PLC**
323 +
324 +**1)PLC programming software**
325 +
326 +[[image:image-20220810164710-1.png]]
327 +
328 +**2)New PLC project**
329 +
330 +Click New Project and select the PLC model.
331 +
332 +[[image:image-20220810172412-1.png]]
333 +
334 +
335 +**3)Set Serial port parameters**
336 +
337 +Follow the steps below to configure Serial port parameters
338 +
339 +Baud rate:115200
340 +
341 +Data bit:8
342 +
343 +Stop bit:1
344 +
345 +Parity:No verification
346 +
347 +[[image:image-20220810165759-3.png]]
348 +
349 +
350 +**4)Registers list**
351 +
352 +[[image:image-20220811102219-3.png]]
353 +
354 +
355 +**HMI software configuration**
356 +
357 +**1)HMI programming software**
358 +
359 + [[image:image-20220810171237-4.png]]
360 +
361 +**2)New HMI project**
362 +
363 +Click New Project and select the HMI model.
364 +
365 +[[image:image-20220810172010-5.png]]
366 +
367 +**3)Set communication port parameters**
368 +
369 +Click the communication configuration button on the left to find the communication protocol with LX5V. After selecting the protocol, configure the communication parameters of the COM port.
370 +
371 +Baud rate:115200
372 +
373 +Data bit:8
374 +
375 +Stop bit:1
376 +
377 +Parity:No verification
378 +
379 +
380 +[[image:image-20220811104012-1.png]]
381 +
382 +
383 +**hardware connection**
384 +
385 +**1)Hardware wiring diagram**
386 +
387 +This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
388 +
389 +[[image:image-20220811103005-4.png]]
390 +
391 +
392 +[[image:image-20220811103227-7.png]]
393 +
394 +The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
395 +
396 +== **LX5V-N Ethernet protocol** ==
397 +
398 +(% id="cke_bm_147709S" style="display:none" %) (%%)This example introduces the establishment of Ethernet communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
399 +
400 +
401 +**Software configuration of PLC**
402 +
403 +**1)PLC programming software**
404 +
405 +[[image:image-20220810164710-1.png]]
406 +
407 +**2)New PLC project**
408 +
409 +Click New Project and select the PLC model.
410 +
411 +[[image:image-20220811115454-1.png]]
412 +
413 +
414 +**3)Set Ethernet port parameters**
415 +
416 +Follow the steps below to configure Ethernet parameters
417 +
418 +PLC IP address:192.168.39.200
419 +
420 +default gateway:192.168.39.1
421 +
422 +subnet mask:255.255.255.0
423 +
424 +[[image:image-20220811140530-2.png]]
425 +
426 +
427 +**4)Registers list**
428 +
429 +[[image:image-20220811102219-3.png]]
430 +
431 +
432 +**HMI software configuration**
433 +
434 +**1)HMI programming software**
435 +
436 + [[image:image-20220810171237-4.png]]
437 +
438 +**2)New HMI project**
439 +
440 +Click New Project and select the HMI model.
441 +
442 +[[image:image-20220810172010-5.png]]
443 +
444 +**3)Set communication port parameters**
445 +
446 +Click the project setting button on the left to configure the IP address of the HMI machine to ensure that the HMI and PLC IP remain in a local area network.
447 +
448 +HMI IP address:192.168.39.201
449 +
450 +default gateway:192.168.39.1
451 +
452 +subnet mask:255.255.255.0
453 +
454 +[[image:image-20220811170753-2.png]]
455 +
456 +Next, click Communication Settings to configure the IP of the HMI communication object.
457 +
458 +[[image:image-20220811163047-1.png]]
459 +
460 +**hardware connection**
461 +
462 +**1)Hardware wiring diagram**
463 +
464 +This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
465 +
466 +[[image:image-20220811170248-1.png]]
467 +
468 +The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
469 +
470 += =
471 +
88 88  = **Allen-Bradley** =
89 89  
90 90  == **FreeTag Ethernet/IP (CompactLogix)** ==
... ... @@ -193,7 +193,7 @@
193 193  * **Word address S:** The word address ranges from 0 to 255 (decimal).
194 194  * **Word address TS:** The address ranges from 000.0 to ffff. The first and second f from left to right represents the block number (hexadecimal); The third and fourth f from left to right represent the word address (hexadecimal).
195 195  
196 -**✎Note: **Register address TP, CS, CP, N, F and TS address edit tare he same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
580 +**✎Note: **Register address TP, CS, CP, N, F and TS address edit are same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
197 197  
198 198  |(% style="width:393px" %)**PLC bit address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
199 199  |(% style="width:393px" %)I|(% style="width:350px" %)dd.dd|(% style="width:333px" %)I 0.0 ~~ 255.15
... ... @@ -2263,216 +2263,8 @@
2263 2263  
2264 2264  **✎Note:** COM3 only available in PI8000/PI9000 series.
2265 2265  
2266 -= **WECON PLC** =
2650 += =
2267 2267  
2268 -Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
2269 -
2270 -**HMI Settings**
2271 -
2272 -(% class="table-bordered" %)
2273 -|**Item**|**Settings**|**Note**
2274 -|Protocol|WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM|
2275 -|Connection|RS422/RS485|
2276 -|Baud rate|9600|
2277 -|Data bit|7|
2278 -|Parity|EVEN|
2279 -|Stop bit|1|
2280 -|PLC station No.|1|
2281 -
2282 -**Address List**
2283 -
2284 -(% class="table-bordered" %)
2285 -|**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
2286 -|(% rowspan="6" %)Bit|X|X|Xo|0~~303237|
2287 -|Y|Y|Y o|0~~303237|
2288 -|M|M|M d|0~~99999|
2289 -|T|T|T d|0~~99999|
2290 -|C|C|C d|0~~99999|
2291 -|S|S|S d|0~~99999|
2292 -|(% rowspan="8" %)Word|X|X|Xo|0~~303237|
2293 -|Y|Y|Y o|0~~303237|
2294 -|M|M|M d|0~~99999|
2295 -|T|T|T d|0~~99999|
2296 -|C|C|C d|0~~199|
2297 -|D|D|D d|0~~7999|
2298 -|S|S|S d|0~~99999|
2299 -|SD|SD|SD d|8000~~9999|
2300 -
2301 -**Cable Wiring**
2302 -
2303 -* **RS485**
2304 -
2305 -(% style="text-align:center" %)
2306 -[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2307 -
2308 -(% style="text-align:center" %)
2309 -[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2310 -
2311 -* **RS422**
2312 -
2313 -(% style="text-align:center" %)
2314 -[[image:12.PLC Protocol_html_5c7fca9a70da2ee8.png||data-xwiki-image-style-alignment="center" height="247" width="389" class="img-thumbnail"]]
2315 -
2316 -**✎Note:**
2317 -
2318 -* HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
2319 -* If PLC <= 20 points,such as LX3V-1208/LX3V-0806 PLC,PLC RS485A and RS485B mean PLC COM2 RS485+ and RS485- .PLC COM2 can support modbus. Please refer to PLC COM2 setting manual.
2320 -
2321 -[[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
2322 -
2323 -
2324 -== HMI and Wecon LX5V serial communication ==
2325 -
2326 -This example introduces the establishment of serial port communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
2327 -
2328 -**Software configuration of PLC**
2329 -
2330 -**1)PLC programming software**
2331 -
2332 -[[image:image-20220810164710-1.png]]
2333 -
2334 -**2)New PLC project**
2335 -
2336 -Click New Project and select the PLC model.
2337 -
2338 -[[image:image-20220810172412-1.png]]
2339 -
2340 -
2341 -**3)Set Serial port parameters**
2342 -
2343 -Follow the steps below to configure Serial port parameters
2344 -
2345 -Baud rate:115200
2346 -
2347 -Data bit:8
2348 -
2349 -Stop bit:1
2350 -
2351 -Parity:No verification
2352 -
2353 -[[image:image-20220810165759-3.png]]
2354 -
2355 -
2356 -**4)Registers list**
2357 -
2358 -[[image:image-20220811102219-3.png]]
2359 -
2360 -
2361 -**HMI software configuration**
2362 -
2363 -**1)HMI programming software**
2364 -
2365 - [[image:image-20220810171237-4.png]]
2366 -
2367 -**2)New HMI project**
2368 -
2369 -Click New Project and select the HMI model.
2370 -
2371 -[[image:image-20220810172010-5.png]]
2372 -
2373 -**3)Set communication port parameters**
2374 -
2375 -Click the communication configuration button on the left to find the communication protocol with LX5V. After selecting the protocol, configure the communication parameters of the COM port.
2376 -
2377 -Baud rate:115200
2378 -
2379 -Data bit:8
2380 -
2381 -Stop bit:1
2382 -
2383 -Parity:No verification
2384 -
2385 -
2386 -[[image:image-20220811104012-1.png]]
2387 -
2388 -
2389 -**hardware connection**
2390 -
2391 -**1)Hardware wiring diagram**
2392 -
2393 -This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
2394 -
2395 -[[image:image-20220811103005-4.png]]
2396 -
2397 -
2398 -[[image:image-20220811103227-7.png]]
2399 -
2400 -The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
2401 -
2402 -== HMI and Wecon LX5V-N Ethernet communication ==
2403 -
2404 -(% id="cke_bm_147709S" style="display:none" %) (%%)This example introduces the establishment of Ethernet communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
2405 -
2406 -
2407 -**Software configuration of PLC**
2408 -
2409 -**1)PLC programming software**
2410 -
2411 -[[image:image-20220810164710-1.png]]
2412 -
2413 -**2)New PLC project**
2414 -
2415 -Click New Project and select the PLC model.
2416 -
2417 -[[image:image-20220811115454-1.png]]
2418 -
2419 -
2420 -**3)Set Ethernet port parameters**
2421 -
2422 -Follow the steps below to configure Ethernet parameters
2423 -
2424 -PLC IP address:192.168.39.200
2425 -
2426 -default gateway:192.168.39.1
2427 -
2428 -subnet mask:255.255.255.0
2429 -
2430 -[[image:image-20220811140530-2.png]]
2431 -
2432 -
2433 -**4)Registers list**
2434 -
2435 -[[image:image-20220811102219-3.png]]
2436 -
2437 -
2438 -**HMI software configuration**
2439 -
2440 -**1)HMI programming software**
2441 -
2442 - [[image:image-20220810171237-4.png]]
2443 -
2444 -**2)New HMI project**
2445 -
2446 -Click New Project and select the HMI model.
2447 -
2448 -[[image:image-20220810172010-5.png]]
2449 -
2450 -**3)Set communication port parameters**
2451 -
2452 -Click the project setting button on the left to configure the IP address of the HMI machine to ensure that the HMI and PLC IP remain in a local area network.
2453 -
2454 -HMI IP address:192.168.39.201
2455 -
2456 -default gateway:192.168.39.1
2457 -
2458 -subnet mask:255.255.255.0
2459 -
2460 -[[image:image-20220811170753-2.png]]
2461 -
2462 -Next, click Communication Settings to configure the IP of the HMI communication object.
2463 -
2464 -[[image:image-20220811163047-1.png]]
2465 -
2466 -**hardware connection**
2467 -
2468 -**1)Hardware wiring diagram**
2469 -
2470 -This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
2471 -
2472 -[[image:image-20220811170248-1.png]]
2473 -
2474 -The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
2475 -
2476 2476  = **Printer** =
2477 2477  
2478 2478  == **TSPL label printer** ==
image-20220819093729-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +10.3 KB
Content
image-20220819093729-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +79.4 KB
Content
image-20220819093729-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +147.9 KB
Content
image-20220819093729-15.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +74.6 KB
Content
image-20220819093729-17.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +115.0 KB
Content
image-20220819093729-18.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +112.1 KB
Content
image-20220819093729-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +34.1 KB
Content
image-20220819093729-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +44.2 KB
Content
image-20220819093729-4 (1).png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +82.4 KB
Content
image-20220819093729-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +82.4 KB
Content
image-20220819093729-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +6.6 KB
Content
image-20220819093729-6.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +100.2 KB
Content
image-20220819093729-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +46.9 KB
Content
image-20220819093730-19.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +122.5 KB
Content
image-20220819093730-20.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +99.6 KB
Content
image-20220819101447-3.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +56.6 KB
Content
image-20220819105530-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +1.0 MB
Content
image-20220819105630-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +1.1 MB
Content
image-20220819105644-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +942.6 KB
Content
image-20220819105928-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +72.6 KB
Content
image-20220820150853-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +171.7 KB
Content