Changes for page 05 Objects

Last modified by Jett on 2025/07/04 09:41

From version 72.1
edited by Jim(Forgotten)
on 2023/08/10 17:11
Change comment: There is no comment for this version
To version 87.2
edited by Hunter
on 2024/02/19 10:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Jim
1 +XWiki.Hunter
Content
... ... @@ -22,24 +22,22 @@
22 22  
23 23  **Mode**
24 24  
25 -* **Set OFF:** set off the write address.
26 -* **Set ON:** set on the write address.
27 -* **Momentary:** set on the write address when switch is pressed, and set off when switch is released.
28 -* **Delay:** set off the write address after a delay. (for example: assign the delay time as 5, write address will be set off after releasing 5 ms.)
29 -* **Switch:** switch between 0 and 1 each time the switch is triggered.
25 +* **Set OFF:** Set off the write address.
26 +* **Set ON:** Set on the write address.
27 +* **Momentary:** Set on the write address when switch is pressed, and reset the address when switch is released.
28 +* **Delay: **Interval for keep on the write address. For example: For example: Assign the delay time as 500, write address will be reset after release button in 0.5 second.
29 +* **Switch:** Switch between True(1) and False(0) when switch is triggered.
30 30  
31 31  **Display**
32 32  
33 33  * **Inverted Display: **Display the state picture and text of the object reversely.
34 -* **Quick Read: **The speed of configuring the object is priority to other objects.
34 +* **Quick Read: **The priority of read and write is higher than any other objects on the same screen.
35 +* **Blink: **Control the state of blink by the bit address of control bit. Blinking while control bit is triggered, the frequency is editable;
36 +** **Blink when ON: **blink when control bit is ON.
37 +** **Blink when OFF: **blink when control bit is OFF.
35 35  
36 -**Blink: **Control the state of blink by the bit address of control bit. Blinking while control bit is triggered, the frequency is editable;
39 +**Minimum hold time: **Only when the time of press and hold the object is greater than the set value, the object function will be executed.
37 37  
38 -* **Blink when ON: **blink when control bit is ON.
39 -* **Blink when OFF: **blink when control bit is OFF.
40 -
41 -**Minimum hold time: **Only when the time of pressing the object is greater than or equal to the set minimum hold time will the function of the object be performed.
42 -
43 43  **Indirect addressing:**
44 44  
45 45  * **Read address**: Use the value of the read address to determine the address A after deviation, and use the address A as the read address of the object.
... ... @@ -103,6 +103,19 @@
103 103  (% style="text-align:center" %)
104 104  [[image:位开关 6.png||class="img-thumbnail"]]
105 105  
104 +**No trigger:** No way to trigger
105 +
106 +**Trigger before pressing:** Trigger bit address is set to 1 before pressing
107 +
108 +**Trigger after pressing: **After pressing Enter, trigger bit address is set to 1 before closing the keyboard
109 +
110 +**Trigger and reset before pressing: **Trigger bit address is set to 1 and then set to 0 bedore pressing
111 +
112 +**Trigger and reset after pressing: **After pressing Enter, trigger bit address is set to 1 and then set to 0 before closing the keyboard
113 +
114 +**Trigger before pressing, reset after: **Trigger bit address is set to 1 before pressing; After pressing Enter, trigger bit address is set to 0 before closing the keyboard
115 +
116 +
106 106  **Access denied setting**
107 107  
108 108  Users can set enable password for object. There are following operating setting when user permissions are insufficient. But "Pop login screen" and "Hide object" are mutually exclusive.
... ... @@ -774,6 +774,8 @@
774 774  |(% style="width:277px" %)HDW18|(% style="width:113px" %)Word|(% style="width:291px" %)End Time: Minute
775 775  |(% style="width:277px" %)HDW19|(% style="width:113px" %)Word|(% style="width:291px" %)End Time: Second
776 776  
788 +(% class="box infomessage" %)
789 +(((
777 777  **✎Note:**
778 778  
779 779  * [Function address (20 words)] need to be HMI internal address;
... ... @@ -780,6 +780,9 @@
780 780  * When the start time and end time of the query are enabled, if the end time is smaller than the start time, the system automatically swaps the start and end times to calculate the span of the query;
781 781  * After manually setting the start time and end time of the query, you need to manually update the data (the default will be automatically updated);
782 782  
796 +
797 +)))
798 +
783 783  **Appearance**
784 784  
785 785  (% style="text-align:center" %)
... ... @@ -929,7 +929,10 @@
929 929  * ...
930 930  * 40=10 means this object display 10th page.
931 931  
948 +(% class="box infomessage" %)
949 +(((
932 932  **✎Note:** Every page contains 50 records.
951 +)))
933 933  
934 934  **Start Time**
935 935  
... ... @@ -1135,6 +1135,8 @@
1135 1135  (% style="text-align:center" %)
1136 1136  [[image:6.Objects_html_ea2cd87aaa6600cd.gif||height="413" width="567" class="img-thumbnail"]]
1137 1137  
1157 +(% class="box infomessage" %)
1158 +(((
1138 1138  (% class="wikigeneratedid" %)
1139 1139  **✎Note:**
1140 1140  
... ... @@ -1141,6 +1141,7 @@
1141 1141  * If the file type is recipe file, modify the value of the address of "Select line" to control the selected line in the display list to the corresponding line. If another file type is selected, this address can only display the selected line (read-only mode).
1142 1142  * For ie series and ig series HMI, "system message" and "timeout alert" will be displayed in the top pop-up window. The options of them will no longer be displayed in the record.
1143 1143  * For the details, please refer to "[[Recipe>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HRecipe]]".
1165 +)))
1144 1144  
1145 1145  == **File list** ==
1146 1146  
... ... @@ -1165,7 +1165,10 @@
1165 1165  ** ...
1166 1166  ** If 40=10, the 10th row of object is selected.
1167 1167  
1190 +(% class="box infomessage" %)
1191 +(((
1168 1168  ✎**Note: **When the file type is Recipe File, modify the address value to control the selected line of the list to jump to the corresponding line; for other file types, this address only has the effect of displaying line No.
1193 +)))
1169 1169  
1170 1170  * **Folder name address:** This is for setting recipe file name, in advance recipe mode.
1171 1171  
... ... @@ -1212,8 +1212,10 @@
1212 1212  (% style="text-align:center" %)
1213 1213  [[image:6.Objects_html_a68643b928e3930.gif||class="img-thumbnail"]]
1214 1214  
1215 -(% class="wikigeneratedid" %)
1240 +(% class="box infomessage" %)
1241 +(((
1216 1216  ✎**Note: **For the details, please refer to "[[Recipe>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HRecipe]]".
1243 +)))
1217 1217  
1218 1218  == **XY plot** ==
1219 1219  
... ... @@ -1324,7 +1324,10 @@
1324 1324  
1325 1325  The Disc Record displays the data from data source in the form of a disc curve.
1326 1326  
1354 +(% class="box infomessage" %)
1355 +(((
1327 1327  **✎Note: **This function are only supported by HMI+, i series, ie series and ig series.
1357 +)))
1328 1328  
1329 1329  **Source**
1330 1330  
... ... @@ -1338,7 +1338,10 @@
1338 1338  ** **History**: It is in data record area configured by data record. Multiple record groups could be configured, and each record group has multiple channels.
1339 1339  ** **Real Time**: It is in Real-time trend chart configured by data record. Multiple record groups could be configured, and each record group has multiple curve numbers.
1340 1340  
1371 +(% class="box infomessage" %)
1372 +(((
1341 1341  **✎Note: **There must be one of settings (Data record and real-time trend chart) in configurations, otherwise there will be no data in curve buffer.
1374 +)))
1342 1342  
1343 1343  * **Curve No.**: The number of curves is the same as the number of channels in the record group. A maximum of 8 curves could be displayed. After selecting the curve to be displayed, it can set the scale range and scale color of each curve.
1344 1344  * **Enable**: After selecting the corresponding curve number in the status bar and enabling the curve, set different curve styles and colors according to your needs, then select the channel number in the data buffer, and finally set the data range.
... ... @@ -1372,7 +1372,10 @@
1372 1372  **Function start Address**: Open the sub-screen of the data record query, and the system can automatically allocate the object address of the query screen according to the configured address. When using this component, it will automatically generate buttons for four direction, you can use these four control keys to view the data record display, and automatically create a new sub-screen based on the function start address, the content of the sub-screen is the query setting for span and start time.
1373 1373  When two objects use one function screen at the same time, if the function addresses of the two object are the same, changing the built-in screen will affect the operation of the two display object at the same time. If the function addresses of the two objects are different, the second object with the built-in screen can be displayed normally, and the first object will be displayed abnormally.
1374 1374  
1408 +(% class="box infomessage" %)
1409 +(((
1375 1375  **✎Note: ** When copying Data record display, it is recommended to create a new "function screen" to avoid repeated calls that may cause abnormal functions.
1411 +)))
1376 1376  
1377 1377  **Start time**: Set the start time and conditions for data viewing.
1378 1378  
... ... @@ -1557,7 +1557,10 @@
1557 1557  (% style="text-align:center" %)
1558 1558  [[image:6.Objects_html_9612d7685f349400.gif||class="img-thumbnail"]]
1559 1559  
1596 +(% class="box infomessage" %)
1597 +(((
1560 1560  ✎**Note:** For the "Text" setting, please refer to "[[text>>url:http://docs.we-con.com.cn/wiki/pistudio/get/Helps/06.Objects/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=en&type=doc&reference=http%3A%2F%2Fdocs.we-con.com.cn%2Fwiki%2Fpistudio%2Fview%2FHelps%2F06.Objects%2F%23HText]]" in "[[Bit Switch>>url:http://docs.we-con.com.cn/wiki/pistudio/get/Helps/06.Objects/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=en&type=doc&reference=http%3A%2F%2Fdocs.we-con.com.cn%2Fwiki%2Fpistudio%2Fedit%2FHelps%2F06.Objects%2FWebHome%3Fsection%3D2]]".
1599 +)))
1561 1561  
1562 1562  = **Display** =
1563 1563  
... ... @@ -1620,11 +1620,14 @@
1620 1620  1. **Variable QR:** It is for setting read address, the content of QR code is from this setting address.
1621 1621  1. **QR String: **It is for set static content for QR code.
1622 1622  
1662 +(% class="box infomessage" %)
1663 +(((
1623 1623  **✎Note:**
1624 1624  
1625 1625  * HMI machine ID address: HSW10494 ~~ HSW10558.
1626 1626  * So if user want to use QR code to display machine ID on project screen, please check "Variable QR", and set address is HSW10494.
1627 1627  * When scanning the QR code by APP to monitor HMI, the default access password is 888888.
1669 +)))
1628 1628  
1629 1629  == **Picture** ==
1630 1630  
... ... @@ -1653,10 +1653,13 @@
1653 1653  1. **Folder: **Set the name of the folder where the picture is located.The folder name can be up to 31 characters. (Note:The picture must be stored in the U disk folder and cannot be stored in the root directory of the U disk.)
1654 1654  1. **File address: **16 consecutive addresses enter a picture name in the address (need to be the full name of the suffix), if the picture exists, the picture content is displayed; otherwise the default picture is displayed.
1655 1655  
1698 +(% class="box infomessage" %)
1699 +(((
1656 1656  ✎**Note:** 
1657 1657  
1658 1658  1. The image could be displayed in BMP, JPG, PNG, and JPEG formats. Images with a resolution of 1920 x 1080 or higher are not supported.
1659 1659  1. For the setting of [[animations>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HAnimation]], see the "[[Bit Switch>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HBitswitch]]".
1704 +)))
1660 1660  
1661 1661  == **Rotation picture** ==
1662 1662  
... ... @@ -1780,9 +1780,12 @@
1780 1780  
1781 1781  Video display is advanced function in PI HMI, this object displays the camera screen in HMI, there are two modes, one is IP camera, and the other is USB camera. But IP camera requires settings in [Project settings], the detailed information, please refer to ~[[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Camera__>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HCameradisplay]](%%)].
1782 1782  
1828 +(% class="box infomessage" %)
1829 +(((
1783 1783  **✎Note:**
1784 1784  
1785 1785  This function requires special HMI model, the detailed information, please contact sales.
1833 +)))
1786 1786  
1787 1787  === **IP Camera** ===
1788 1788  
... ... @@ -2382,6 +2382,8 @@
2382 2382  
2383 2383  Coordinate displays the object location on the screen, and size is the length and width of the object.
2384 2384  
2433 +(% class="box infomessage" %)
2434 +(((
2385 2385  **✎Note:**
2386 2386  
2387 2387  * When using USB camera, HD USB camera is not recommended, which is limited by the resolution displayed by HMI itself.
... ... @@ -2393,8 +2393,11 @@
2393 2393  ** REB-USB 100W07M (supports 720p)
2394 2394  ** WX152HD (supports 720p)
2395 2395  ** RMONCAM G200 (supports 720p)
2396 -** ASHU S300 (640*480)
2446 +** ASHU S300 (640*480
2447 +)))
2397 2397  
2449 +*
2450 +
2398 2398  == **Camera control** ==
2399 2399  
2400 2400  This is for control camera; This object need to be used with camera display object.
... ... @@ -2569,8 +2569,10 @@
2569 2569  English 2
2570 2570  )))
2571 2571  
2572 -(% class="wikigeneratedid" %)
2625 +(% class="box infomessage" %)
2626 +(((
2573 2573  ✎**Note:** For [[animations>>url:http://docs.we-con.com.cn/wiki/pistudio/view/Helps/06.Objects/#HAmination]], see the "[[Bit Switch>>url:http://docs.we-con.com.cn/wiki/pistudio/get/Helps/06.Objects/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=en&type=doc&reference=http%3A%2F%2Fdocs.we-con.com.cn%2Fwiki%2Fpistudio%2Fedit%2FHelps%2F06.Objects%2FWebHome%3Fsection%3D2]]".
2628 +)))
2574 2574  
2575 2575  == **Time** ==
2576 2576  
... ... @@ -2884,6 +2884,8 @@
2884 2884  1. **DLL file name: **Select needed dll file. (i.e. dll files provided by users)
2885 2885  1. **Custom address:** Users can add some function address to cooperate with dll file to complete other operations.
2886 2886  
2942 +(% class="box infomessage" %)
2943 +(((
2887 2887  **✎Note:**
2888 2888  
2889 2889  This is a custom-made object that requires the cooperation of WECON software engineers.
... ... @@ -2893,3 +2893,4 @@
2893 2893  * One dll file is used on PC and should be put under the dll_pc folder in the software installation directory.
2894 2894  * One dll file is used in HMI and should be put under the dll_hmi folder in the software installation directory.
2895 2895  * A document for illustrating the dll files.
2953 +)))