Changes for page 06 Data Tool
Last modified by Molly on 2025/05/12 11:41
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 18 removed)
- LogMessagesMultilan.png
- UserPermissionMultilan.png
- image-20220805170000-1.jpeg
- image-20220805170046-2.jpeg
- image-20220805170102-3.jpeg
- image-20220805170147-4.jpeg
- image-20220805170232-5.jpeg
- image-20220805174501-1.jpeg
- image-20220805174543-2.jpeg
- image-20220806100635-1.jpeg
- image-20220806100702-2.jpeg
- image-20220806100753-3.jpeg
- image-20220806101048-4.jpeg
- image-20220806101129-5.jpeg
- image-20220806101520-6.jpeg
- image-20220806102610-7.jpeg
- image-20220806111333-1.jpeg
- image-20220806111355-2.jpeg
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Jim1 +XWiki.Stone - Content
-
... ... @@ -19,20 +19,17 @@ 19 19 20 20 **Upload to Cloud: **The data upload by "bit alarm" is stored in the Cloud and it is alarm data. (Only ig series and 8000/9000 series with -R after system upgrade are supported) 21 21 22 -(% class="box infomessage" %) 23 -((( 24 24 **✎Note:** 25 25 26 26 * After enable the Cloud and check the box of Upload to Cloud, the communication port settings of the address in the imported Bit Alarm record configuration must be the same as the communication port settings of the current project, otherwise it cannot be used normally. 27 27 * The number of Alarm records upload to Cloud shall not exceed the limit value, or the sum of the imported alarm records and the number of existing alarm records shall not exceed the limit value. the specific limitation as following table: 28 28 29 -(% class="table-bordered" style="margin-left:auto; margin-right:auto; width:358px" %)27 +(% style="margin-left:auto; margin-right:auto; width:358px" %) 30 30 |=(% style="width: 79px;" %)Series|=(% style="width: 276px;" %)Number of Alarm upload to Cloud 31 31 |(% style="width:79px" %)8000-R|(% style="text-align:center; width:276px" %)200 32 32 |(% style="width:79px" %)9000-R|(% style="text-align:center; width:276px" %)200 33 33 |(% style="width:79px" %)3000ig|(% style="text-align:center; width:276px" %)20 34 34 |(% style="width:79px" %)8000ig|(% style="text-align:center; width:276px" %)200 35 -))) 36 36 37 37 **Alarm Condition:** It sets alarm trigger condition, there are two types: alarm when ON and alarm when OFF. 38 38 ... ... @@ -91,8 +91,6 @@ 91 91 92 92 **Upload to Cloud: **The data upload by "word alarm" is stored in the Cloud and it is alarm data. (Only ig series and 8000/9000 series with -R after system upgrade are supported) 93 93 94 -(% class="box infomessage" %) 95 -((( 96 96 **✎Note:** 97 97 98 98 * If the "cloud" function is enabled and "upload to cloud" is checked, the communication port of the address in the configuration of the imported word alarm record must be the same as that of the current project; otherwise, it cannot be used normally. ... ... @@ -104,7 +104,6 @@ 104 104 |(% style="width:79px" %)9000-R|(% style="text-align:center; width:276px" %)200 105 105 |(% style="width:79px" %)3000ig|(% style="text-align:center; width:276px" %)20 106 106 |(% style="width:79px" %)8000ig|(% style="text-align:center; width:276px" %)200 107 -))) 108 108 109 109 **Record alarm:** Whether to record the alarm history data of word alarm, if checked, it will be saved in the designated storage location. 110 110 ... ... @@ -185,27 +185,27 @@ 185 185 **Basic** 186 186 187 187 * **Recipe Folder:** Give Recipe folder name (It can be used, when setting Recipe display object); 188 -** (% class="box infomessage" %) 189 -((( 190 -**✎Note: **Recipe Folder name can only consist of (0~~9), (a~~z), (A~~Z), ('_'), (' ') and other non-English characters; 191 -))) 192 -* **Group: **Set the recipe group number, the number of elements, the data format. The data format has 8 modes: 16-bit signed decimal, 16-bit unsigned decimal, 16-bit BCD, 32-bit signed decimal, 32-bit unsigned decimal, 16-bit BCD, 32-bit floating point number, 64-bit (double-precision) floating-point number, string, and the choice of data integer and decimal places. 182 +** **✎Note: **Recipe Folder name can only consist of (0~~9), (a~~z), (A~~Z), ('_'), (' ') and other non-English characters; 183 +* **Group: **It sets the groups' initial number of recipe; 193 193 * **Elements:** It sets members' initial number of each group; 194 194 * **Data Format:** There are some formats can be supported in Recipe, like 16-bit BCD, 16-bit signed, 16-bit unsigned, 32-bit BCD, 32-bit signed, 32-bit unsigned, 32-bit floating and string. If each member requires different formats, please set it one by one in form; 195 195 * **Decimal: **It sets integer and scale digits; 196 196 197 -**Mode Selection :**Select Simple or Advanced mode. Recipe file is divided into simple mode and advanced mode. Only in advanced mode can exist multiple recipe files used at the same time. (used wiht file list onject), Simple mode can only support a recipe file; Aadvanced mode can insert group information and reordered.188 +**Mode Selection** 198 198 199 - Function address: all operationsare done through function addresses, differentoperatingvalueis as follows:190 +Users could select Simple or Advanced mode. 200 200 201 -* = 0: no operation; 202 -* = 1: trigger read data; 203 -* = 2: new trigger or update (If there is group number, it updates.) 204 -* = 4: insert (only valid in advanced mode) 205 -* = 8: delete (Delete according to the writing group number. If write and read address are consistent, refer to the reading group number); 206 -* = 16: delete and sorted ((Delete according to the writing group number. If write and read address are consistent, refer to the reading group number) 207 -* = 64: import CSV recipe file. 192 +**Function Address:** 208 208 194 +All the operations for recipe is by this address 195 + 196 +* =0 No operation. 197 +* =1 Read data from recipe. 198 +* =2 Insert a new group or write data to exist group. 199 +* =4 Inserted (only advanced mode). 200 +* =8 Delete. 201 +* =16 Delete and Sequence. 202 + 209 209 **Use Multiple File** 210 210 211 211 Check it to use more than one recipe file in HMI, but this option only valid in [Advanced mode]; ... ... @@ -250,124 +250,27 @@ 250 250 **✎Note: **This function only supported in HMI+, i series, ie series, ig series. 251 251 ))) 252 252 247 +**Operating Procedures** 253 253 254 -* *Descriptionofadcancedmode**249 +* Click "Project"→"Bit Alarm" as below shows. 255 255 256 -According to the recipe configuration information in Figure 2 above. The function address is HDW70, and each function configuration corresponds to the group number address, recipe element address and recipe file name address. The recipe information configured in figure 2 can be displayed in the table in figure 3 with the "Record Display" object. 257 - 258 -[[image:image-20220806111333-1.jpeg]] 259 - 260 -**Read recipe**: Input 1 to the file name, when the group number addresses HDW100=1 and HDW70=1 (read), the element data of the first group (ID=1) is written to the recipe address from the recipe file. As shown in Figure 3 above: HDW105=1, HHDW106=2, HDW107=3, HDW108=4, HDW109=5. 261 - 262 -**Write recipe**: Input 1 to the file name, when the group number addresses HDW101=4 and HDW70=2 (write), the data will be read from the recipe address and written to the corresponding group of the recipe file. As shown in figure 3 above: HDW110=20, HHDW111=21, HDW112=22, HDW113=23, HDW114=24. Write the data of this set to the elements of ID=4 in the recipe table (if there is no data of Group 4 in the recipe file, a new set of data will be added; If there is data of Group 4 in the original recipe, the original data will be overwritten and the latest data will be displayed in the recipe file). 263 - 264 -**Index recipe**: When the file name is input 1, when the group number address HDW102=3, the data of ID=3 (Group 3) in the recipe file will be directly displayed in the component address of the index, that is, HDW115=11, HHDW116=12, HDW117=13, HDW118=14 and HDW119=15. If the data of the index component address is modified, the modified data will be automatically filled into the table of the recipe file, that is, the data of the recipe file will be automatically updated after the data is modified. 265 - 266 -[[image:image-20220806111355-2.jpeg]] 267 - 268 -**Insert recipe**: Input 1 to the file name, when the group number addresses HDW103=3 and HDW70=4 (insert), the data of the 3rd group will be inserted, but the data of the third group already exists in the original recipe file (see Figure 3 above), then the original data will be moved down by one group, that is, the original 3rd group will become the 4th group, and so on, and HDW120=16, HHDW121=17, HDW122=18, HDW123=19 and HDW124=20 will be written into the new 3rd group of the recipe file at the same time. The results are shown in Figure 4 above. 269 - 270 -When the group number address HDW101=2 (**The delete function only works on the group number of the write function**), HDW70=8 (delete), the data in the recipe file with ID=2 (Group 2) will be deleted. 271 - 272 -When the group number address HDW101=5 (**The delete function only works on the group number of the write function**), HDW70=16 (delete and sort), the data of ID=5 (Group 5) in the recipe file will be deleted, and the original ID=6 (Group 6) data will be reordered to become the new Group 5 data, the original ID=7 (Group 7) data will be reordered to become the new Group 6 data, and so on. 273 - 274 -**Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]] 275 - 276 -== Calling CSV recipe file == 277 - 278 -**Overview** 279 - 280 -The recipe files used by the regular series HMI are in CSV format, and the recipe files used by the current series HMI are in database format. In order to be compatible with CSV format recipe files on the current series of HMI, please follow the instruction when using it. 281 - 282 -**Operations** 283 - 284 -Create the recipe as it is configured. The default recipe file name is “1. rcp2”, which is placed in folder 123, as shown in the following figure. 285 - 286 286 (% style="text-align:center" %) 287 -((( 288 -(% style="display:inline-block" %) 289 -[[Figure 1>>image:image-20220806100702-2.jpeg]] 290 -))) 252 +[[image:8.Basic Function_html_a7d1546a3a9f752f.png||height="144" width="535" class="img-thumbnail"]] 291 291 292 - 2.Placea"Recipe RecordDisplay"objectand a "File List"object on the projectscreen for viewingtherecipefilesin thefolder 123, andthe address configuration inthe object shouldbe consistentwith the above configuration.254 +* Click "Add" button to open "Recipe" setting window. 293 293 294 294 (% style="text-align:center" %) 295 -[[image:im age-20220806100753-3.jpeg]]257 +[[image:8.Basic Function_html_8f04e01413981054.png||height="307" width="554" class="img-thumbnail"]] 296 296 297 -By configuring the address in the table and combining the recipe function, the CSV recipe files of regular series are imported. 259 +* Set basic settings for recipe. 260 +* Select mode according to actual condition. 261 +* Other settings can be set according to the actual situation. 262 +* Click "OK“ button to complete settings. 298 298 299 -|=Address range|=Object type|=Address function 300 -|HSW1050 to 1065|Text input object|Enter the CSV recipe file name to import 301 -|HSW1066|Numerical input object|Import CSV file type:((( 302 -* = 0: Custom CSV file (all data in the file is valid) 303 -* = 1: Normal recipe file for regular series HMI (the data in line 1 of the file is invalid) 304 -* = 2: Special recipe file for regular series HMI (the data in line 1 and 2 and column 1 of the file are invalid) 305 -))) 306 -|HSW1067|Numerical input object|((( 307 -Where the CSV file is saved: 264 +**Recipe Demo Download Link** 308 308 309 -* = 0: In the CsvFile directory of U disk 310 -* = 1: In the CsvFile directory of the SD card 266 +[[https:~~/~~/drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]] 311 311 312 -**The path for offline simulation is: C:\ HMIEmulation\ CustomFileDir\ CsvFile** 313 -))) 314 -|HSW242|Numerical input object|Returns the results of the csv import:((( 315 -* = 37: CSV file imported successfully 316 -* = 38: CSV file import failed 317 -))) 318 - 319 -**Select CSV recipe file (take U disk as an example):** 320 - 321 -Using the file list object, select the recipe file in the U disk by path, and configure the recipe file name address directly to the special address HSW1050 in the above table, which can directly detect the CSV file in the U disk; Select the recipe file in the file list, and write the selected recipe file name into the recipe file name: In HSW1050 to 1065. 322 - 323 -Use the special address of the above table to configure the path of the CSV file: HSW106, configure recipe file name: HSW1050 to1065 324 - 325 -Use HSW1066 address to select the corresponding CSV recipe file type. 326 - 327 -* HSW1066 = 0: Import a user-defined CSV recipe file (all data in the custom CSV file must be valid); 328 - 329 -(% style="text-align:center" %) 330 -[[image:image-20220806101129-5.jpeg]] 331 - 332 -* HSW1066=1: Import the normal recipe file of regular series HMI (the data in line 1 of the file is invalid); 333 - 334 -The data in line 1 of the normal recipe file is used to define the format of the recipe and will not be imported into the recipe table as recipe information, **but you must ensure that the data in line 1 representing the elements and number of groups is correct, otherwise the CSV recipe file will fail to be imported.** 335 - 336 -(% style="text-align:center" %) 337 -[[image:image-20220806101520-6.jpeg]] 338 - 339 -* HSW1066=2: Import the special recipe file of regular series HMI (the data in line 1, 2 and column 1 of the file are invalid); 340 - 341 -In the special recipe file, line 1 is used to define the format of the recipe, line 2 is used to define the element name of the recipe, and column 1 is used to define the group name of the recipe, so lines 1, 2 and column 1 of the special recipe will not be imported into the recipe table as recipe information. **During use, ensure that the data such as the number of groups and elements representing the recipe format in the first line are correct, otherwise the import of the CSV recipe file will fail.** 342 - 343 -(% style="text-align:center" %) 344 -[[image:image-20220806102610-7.jpeg]] 345 - 346 -**Perform import** 347 - 348 -After configuring the saving path of CSV recipe file, the name of recipe file and the type of recipe according to the above steps, the method of transferring CSV file to DB file is as follows: 349 - 350 -* Configure the DB recipe file name by text input object: HDW500 = 3 (recipe file configured in Figure 1), 351 -* Set the recipe function address to: HDW1000 = 64 (the function address configured in Figure 1), 352 -* Transform the CSV recipe file in U disk into DB recipe file with file name “3.rcp2”. 353 - 354 -**DB recipe file for storing CSV data:** 355 - 356 -Simple mode: When the recipe file is set to simple mode, the file of CSV data is saved as the DB recipe file of 1. rcp2 by default. 357 - 358 -Advanced mode: When the recipe is enabled in advanced mode (multi-file recipe), the imported CSV file data is saved to the file recorded at the recipe file address HDW500 (the address configured in Figure 1). 359 - 360 -**Import results:** 361 - 362 -* HSW242 = 37: Import succeeded; 363 -* HSW242 = 38: Import failed. 364 - 365 -**Precautions:** 366 - 367 -* Ensure that the data format of each element in the CSV file is the same as the recipe data format set in the software (DB), and ensure that the elements of each row in the valid data area is the same as the elements set in the software (DB); 368 -* When the elements of a line in CSV file is more than the elements set in the software (DB), it will prompt the import failure; 369 -* When the CSV file imported into the regular series HMI is a recipe file, the data representing the recipe format (elements, number of groups, whether it is a special recipe) in line 1 must be correct, otherwise the import of CSV file will fail. 370 - 371 371 = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) = 372 372 373 373 Traditional recipe is composed of multiple groups of information with the same structure and different data. Due to the similarity of these information, you could edit them into a set of recipes to facilitate the transfer of data between HMI and PLC. ... ... @@ -524,7 +524,7 @@ 524 524 525 525 Different from TrendChart, uses need to set history XY curve items in project. Please click "Project"-> "History XY Plot" to open the setting screen. 526 526 527 -Recipe function settings will be display in "[[History XY Plot>>path:http s://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HHistoryXYplot]]" object.424 +Recipe function settings will be display in "[[History XY Plot>>path:http://docs.we-con.com.cn/wiki/pistudio/view/Helps/06.Objects/#HHistoryXYplot]]" object. 528 528 529 529 (% style="text-align:center" %) 530 530 [[image:历史XY 2.png||class="img-thumbnail"]] ... ... @@ -685,10 +685,17 @@ 685 685 * The channel name does not include these 5 special characters: ", ", "| "," <", "> "," & ". 686 686 * The data would be overwritten automatically if the capacity exceed the maximum capacity. For 8000/9000 series, the size of single file cannot exceed 300MB, and total capacity of data records cannot exceed 1000MB. For 3000/3000i/3000ie series, the size of single file cannot exceed 4MB, and total capacity of data records cannot exceed 10MB. If the total amount exceeds the range , an error will be prompted when the project is compiled. 687 687 688 -You could click here to jump to object "[[Data Record Display>>http s://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HDatarecorddisplay]]"585 +You could click here to jump to object "[[Data Record Display>>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/06.Objects/#HDataRecordDisplay]]" 689 689 690 -= **User permission** = 587 +(% class="wikigeneratedid" id="H" %) 588 +**PI Data Record Demo Download** 691 691 590 +**[[Demo Link>>https://drive.google.com/open?id=1h7VUsIJqH4LIRjjtphbv9Kmzd6jUMPtE]]** 591 + 592 +**[[Video Link>>https://drive.google.com/open?id=1h7VUsIJqH4LIRjjtphbv9Kmzd6jUMPtE]]** 593 + 594 += **{{id name="_Toc3497"/}}{{id name="_User_Permission"/}}User Permission** = 595 + 692 692 **Introduction** 693 693 694 694 1. User permission is one of expansion function in PI Series HMI; it provides multi-level of permission for control HMI operations. ... ... @@ -696,26 +696,15 @@ 696 696 1. Operating record: it records user operations information, the records files are saved in HMI flash; its path is [~\~\flash~\~\UserOperationLogs.db]. 697 697 1. When it is on simulator mode, the files are saved in C disk, its path is [C:~\~\WECON\UserMgrFile\UserOperationLogs.db]. 698 698 699 -(% class="box infomessage" %) 700 -((( 701 -✎**Note: ** 603 +✎**Note: **The user name and password must be unique. 702 702 703 -* The user name and password must be unique. 704 -* The multi language function of User permission only supported on HMI system version V2.0 or above 705 -))) 605 +== **Settings** == 706 706 707 - ==Settings==607 +**Open PIStudio software, then operate as the following figure.** 708 708 709 -Open PIStudio software, then operate as the following figure. 710 - 711 711 (% style="text-align:center" %) 712 712 [[image:用户权限 1.png||class="img-thumbnail"]] 713 713 714 -Click on the cell from UserName and Desc, which can support the multi language. 715 - 716 -(% style="text-align:center" %) 717 -[[image:UserPermissionMultilan.png]] 718 - 719 719 1. Click "User Permission" in "Data Tool" toolbar. 720 720 1. Edit user name, click "User0" cell under "UserName", and then enter the user name, one project allows maximum 20 users. 721 721 1. Edit password, click "User0" cell under "PassWord", and then enter the user name. ... ... @@ -729,35 +729,26 @@ 729 729 * Only a maximum of one administrator permission is allowed in a profile with one user permission. If you want to use "Funtion address" to modify the user permission, you must log in the administrator account to operate. 730 730 * When the configured file does not have the administrator account, a new user can be added through "Funtion address" and set as the administrator. 731 731 * If you select hidden fucntion when configuring user account, the account would display as "~*~*~*~*~*~*" in the list. You only need to enter the password of the corresponding hidden user to log in. 732 -* ((( 733 -Adding new UserName and Desc on the HMI by special addresses in the current language of the HMI, other languages will also configure the user names and user descriptions to the current language by default, i.e. switching to other languages, the new user names and user descriptions will not change with the language. 734 -))) 735 735 736 -== Object permission configuration == 626 +== **Object permission configuration** == 737 737 738 738 (% style="text-align:center" %) 739 739 [[image:用户权限 2.png||class="img-thumbnail"]] 740 740 741 - User operationlogs supportmultilanguages configuration.Clickon theLogMessage,thetext editorofmultilanguage will be pop up:631 +{{id name="OLE_LINK3"/}}{{id name="OLE_LINK4"/}}**Operation Procedure of Object Permission** 742 742 743 -(% style="text-align:center" %) 744 -[[image:LogMessagesMultilan.png]] 745 - 746 -**Operation Procedure of Object Permission** 747 - 748 748 1. Open the object setting windows; 749 -1. Select "Security"windows;750 -1. Check the "User Permission";751 -1. Select "Level"to set permission level;752 -1. Enter "Log Message", it is for operation records, if it was empty, the operation for this object would be not be recorded;753 -1. Select the "Access Denied Setting"mode;634 +1. Select [Security] windows; 635 +1. Check the [User Permission]; 636 +1. Select [Level] to set permission level; 637 +1. Enter [Log Message], it is for operation records, if it was empty, the operation for this object would be not be recorded; 638 +1. Select the ~[[[Access Denied Setting>>path:#_Security]]] mode; 754 754 755 755 **Log information description** 756 756 757 -A combination of Chinese characters, numbers, and uppercase and lowercase letters can be entered, and the number does not exceed 63. 642 +1. A combination of Chinese characters, numbers, and uppercase and lowercase letters can be entered, and the number does not exceed 63. 643 +1. The format of insert variable:{variable address, data format}. e.g., {HDW100,UW2.1}. 758 758 759 -The format of insert variable:{variable address, data format}. e.g., {HDW100,UW2.1}. 760 - 761 761 The data format are as follows. 762 762 763 763 (% class="table-bordered" %) ... ... @@ -773,7 +773,8 @@ 773 773 |W|Single word 774 774 |D|Double word 775 775 776 -Examples. 660 +(% start="3" %) 661 +1. Examples. 777 777 778 778 * Unsigned decimal, BCD, 32-bit float and Signed decimal are as follows. 779 779 ... ... @@ -896,7 +896,7 @@ 896 896 897 897 [[https:~~/~~/drive.google.com/open?id=1qOiEDvo_1H1YqpoLDpS77dGaAFm8nrGq>>url:https://drive.google.com/open?id=1qOiEDvo_1H1YqpoLDpS77dGaAFm8nrGq]] 898 898 899 -= Message 784 += **{{id name="_Toc29015"/}}{{id name="_MessagePrompt"/}}Message Prompt** = 900 900 901 901 A message box is a window used to show some prompts or warnings to users. For example, the application process a task in the process of pop-up message box, suggesting that "U disk has been detected", then the customer can carry out data dump function. 902 902 ... ... @@ -963,10 +963,12 @@ 963 963 964 964 For example: 965 965 966 -* In 3000ig's Cloud, the monitoring tags upload to the Cloud in real time is limited to 100. 967 -* For 3000ig's Alarm, the Alarm records of word alarms and bit alarms upload to Cloud is limited to 20. (See [["Alarm">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HAlarm]] for details). 968 -* For 3000ig's Data record, the Data records upload to Cloud is limited to 50. (For details, please refer to [["Data Record">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HDataRecord]]). 851 +~1. In 3000ig's Cloud, the monitoring tags upload to the Cloud in real time is limited to 100. 969 969 853 +2. For 3000ig's Alarm, the Alarm records of word alarms and bit alarms upload to Cloud is limited to 20. (See [["Alarm">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HAlarm]] for details). 854 + 855 +3. For 3000ig's Data record, the Data records upload to Cloud is limited to 50. (For details, please refer to [["Data Record">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HDataRecord]]). 856 + 970 970 **(2) Server Selection** 971 971 972 972 **Server**: China, ASEAN, and Europe.
- LogMessagesMultilan.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -37.5 KB - Content
- UserPermissionMultilan.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -23.2 KB - Content
- image-20220805170000-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -1.1 KB - Content
- image-20220805170046-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -34.5 KB - Content
- image-20220805170102-3.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -58.3 KB - Content
- image-20220805170147-4.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -58.3 KB - Content
- image-20220805170232-5.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -58.3 KB - Content
- image-20220805174501-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -79.3 KB - Content
- image-20220805174543-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -80.0 KB - Content
- image-20220806100635-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -85.6 KB - Content
- image-20220806100702-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -131.3 KB - Content
- image-20220806100753-3.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -10.5 KB - Content
- image-20220806101048-4.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -226.9 KB - Content
- image-20220806101129-5.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -168.6 KB - Content
- image-20220806101520-6.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.8 KB - Content
- image-20220806102610-7.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -43.9 KB - Content
- image-20220806111333-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -131.4 KB - Content
- image-20220806111355-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -135.4 KB - Content