Changes for page 12 PLC Protocol OLD

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

From version 37.1
edited by Ben
on 2022/08/20 16:50
Change comment: There is no comment for this version
To version 64.1
edited by Ben
on 2022/08/29 13:46
Change comment: There is no comment for this version

Summary

Details

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