Changes for page 05 Objects

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

From version 73.1
edited by Jim(Forgotten)
on 2023/08/10 17:15
Change comment: There is no comment for this version
To version 87.6
edited by Hunter
on 2024/02/19 12:42
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
... ... @@ -17,29 +17,29 @@
17 17  
18 18  **Read-write**
19 19  
20 -* **Write Address: **Bit switch controls PLC or HMI address.
21 -* **Read Address: **Read and display PLC or HMI bit address state.
20 +* **Write Address: **Bit address operation control for HMI or PLC.
21 +* **Read**: Enable the monitoring the read address or not.
22 +* **Same read-write address**: Enable it if want to the read address and write address is exactly same.
23 +* **Read Address: **Monitoring address.
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.
27 +* **Set OFF:** Set off the write address.
28 +* **Set ON:** Set on the write address.
29 +* **Momentary:** Set on the write address when switch is pressed, and reset the address when switch is released.
30 +* **Delay: **Interval for keep on the write address. For example: Assign the delay time as 500, write address will be reset after release button in 0.5 second.
31 +* **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.
36 +* **Quick Read: **The priority of read and write is higher than any other objects on the same screen.
37 +* **Blink: **Blinking while control bit is triggered;
38 +** **Blink when ON: **Blink when control bit is ON.
39 +** **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;
41 +**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  
106 +**No trigger:** No way to trigger
107 +
108 +**Trigger before pressing:** Trigger bit address is set to 1 before pressing
109 +
110 +**Trigger after pressing: **After pressing Enter, trigger bit address is set to 1 before closing the keyboard
111 +
112 +**Trigger and reset before pressing: **Trigger bit address is set to 1 and then set to 0 bedore pressing
113 +
114 +**Trigger and reset after pressing: **After pressing Enter, trigger bit address is set to 1 and then set to 0 before closing the keyboard
115 +
116 +**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
117 +
118 +
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.
... ... @@ -186,18 +186,20 @@
186 186  (% style="text-align:center" %)
187 187  [[image:6.Objects_html_273aed06eb8f10f9.gif||class="img-thumbnail"]]
188 188  
189 -**Address**: It is for setting specified PLC or HMI bit address
202 +**Address**: Monitoring and display the address status.
190 190  
191 191  **Hide**
192 192  
193 -* **Inverted Display: **Display reverse state of the picture and text. *for example, the value of write address is set ON, the OFF mode is displayed.
194 -* **Blinking: **Blinking while control bit is triggered, the frequency is editable;
195 -** Blink when ON: blink when control bit is ON.
196 -** Blink when OFF: blink when control bit is OFF.
197 -* **Hide: **Display or hide object by "Control Bit" state.
198 -* **Control bit: **For hide control.
199 -** **Hide mode: **hide when OFF; hide when ON;it could not operate if [Invisible] is checked.
200 -** **Invisible:** object keeps hidden during project running.
206 +* **Inverted Display: **Display reverse state of the picture and text. For example, the value of write address is on (Corresponding to state 1), while the graphic of off (Corresponding to state 0) is displayed.
207 +* **Quick Read: **The priority of read and write is higher than any other objects on the same screen.
208 +* **Blink: **Blink condition;
209 +** Blink when ON: blink when read address is ON.
210 +** Blink when OFF: blink when read address is OFF.
211 +* **Hide: **Control the hide status of object via Control Bit's state. Hide object cannot be operated at all.
212 +* **Control Bit: **Hide condition.
213 +** **Hide when OFF**: Hide when control bit is OFF.
214 +** **Hide when ON**: Hide when control bit is ON.
215 +** **Invisible:** Object is always keeps hidden during project running.
201 201  
202 202  (% class="box infomessage" %)
203 203  (((
... ... @@ -215,21 +215,20 @@
215 215  
216 216  **Edit**
217 217  
218 -* **Read address: **Read value from specified address.
233 +* **Read address: **Read value from object display.
234 +* **Same read-write address**: Enable it if want to the read address and write address is exactly same.
219 219  * **Write address: **Write value to specified address.
220 220  
221 -Read and write address could be the same;
222 -
223 223  **Data format**
224 224  
225 -* **Format**: It is for setting operating data format; it could support seven modes.
239 +* **Format**: Set the data format: 16bit BCD, 16bit Unsigned, 16bit Signed, 32bit BCD, 32bit Unsigned, 32bit Signed, 32bit Float.
226 226  
227 -**Mode**. It is for setting operating mode for value, it could support 3 modes.
241 +**Mode**
228 228  
229 229  * **Set value: **Set a constant value for the word address.
230 -* **Increase: **Increase the [operand] value for each time the switch is triggered.
231 -* **Decrease:** Decrease the [operand] value for each time the switch is triggered.
232 -* **High/Low limit:** The value will not increase/decrease when the value reaches limits.
244 +* **Increase: **Increase Operand value for each time the switch is triggered.
245 +* **Decrease:** Decrease Operand value for each time the switch is triggered.
246 +* **High/Low limit:** The value will be not able to change when the value reaches limits.
233 233  
234 234  (% class="box infomessage" %)
235 235  (((
... ... @@ -250,30 +250,23 @@
250 250  
251 251  **Address**
252 252  
253 -* **Read address:** read the value from specified address.
267 +* **Read address:** Read the value from object display.
268 +* **States count: **Total status number for current word address, which could change the state value according to different status in button [State values], range: 1-256.
269 +* **State with value out of range**: When the value of the read address is not on the range of states' value, it will cause no corresponding status number is displayed. There are two modes for process when the value is out of range.
270 +* **Hide**: Hide the object when the value is out of range;
271 +* **Show state**: Specify a status when the value is out of range, for example the ;
254 254  
255 -**States settings**
256 -
257 -* **States count: **The default Word state displays the number of States 1, which could be selected by the drop-down list to display the state of object, range: 1-256.
258 -* **State value: **Users could set different values to correspond to different states, the setting window as below figure shows.
259 -
260 260  **For example**
261 261  
262 -By default, when value of read address is 0, object displays state 0.
275 +The state No.0 default fill value 0, No.1 default fill value 1... and so on.
263 263  
264 264  If change settings as below figure shows
265 265  
266 -When value of read address is 11, object displays state 1.
279 +When value of read address is 11, object displays state No.1.
267 267  
268 268  (% style="text-align:center" %)
269 269  [[image:6.Objects_html_da9a6696f320b427.gif||class="img-thumbnail"]]
270 270  
271 -**State of value out of range: **When the value of read address exceeds the maximum state number, there is no corresponding state to be displayed. So there are two modes of processing for it: "Hide" and "Show state"
272 -
273 -**Hide: **When the value of the read address exceeds the set range value, the word state display object will be blank.
274 -
275 -**Show state: **When the value of the read address exceeds the set range value, the object will display the "Specified state". For example, set the maximum is state 7 (value is 6), when the read address of the value is greater than 6, it will display state 2 text and pictures.
276 -
277 277  **Transform state**
278 278  
279 279  * **Quick Read: **Directly read the value of the connected device without going through the HMI cache
... ... @@ -934,7 +934,10 @@
934 934  * ...
935 935  * 40=10 means this object display 10th page.
936 936  
944 +(% class="box infomessage" %)
945 +(((
937 937  **✎Note:** Every page contains 50 records.
947 +)))
938 938  
939 939  **Start Time**
940 940  
... ... @@ -1140,6 +1140,8 @@
1140 1140  (% style="text-align:center" %)
1141 1141  [[image:6.Objects_html_ea2cd87aaa6600cd.gif||height="413" width="567" class="img-thumbnail"]]
1142 1142  
1153 +(% class="box infomessage" %)
1154 +(((
1143 1143  (% class="wikigeneratedid" %)
1144 1144  **✎Note:**
1145 1145  
... ... @@ -1146,6 +1146,7 @@
1146 1146  * 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).
1147 1147  * 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.
1148 1148  * For the details, please refer to "[[Recipe>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HRecipe]]".
1161 +)))
1149 1149  
1150 1150  == **File list** ==
1151 1151  
... ... @@ -1170,7 +1170,10 @@
1170 1170  ** ...
1171 1171  ** If 40=10, the 10th row of object is selected.
1172 1172  
1186 +(% class="box infomessage" %)
1187 +(((
1173 1173  ✎**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.
1189 +)))
1174 1174  
1175 1175  * **Folder name address:** This is for setting recipe file name, in advance recipe mode.
1176 1176  
... ... @@ -1217,8 +1217,10 @@
1217 1217  (% style="text-align:center" %)
1218 1218  [[image:6.Objects_html_a68643b928e3930.gif||class="img-thumbnail"]]
1219 1219  
1220 -(% class="wikigeneratedid" %)
1236 +(% class="box infomessage" %)
1237 +(((
1221 1221  ✎**Note: **For the details, please refer to "[[Recipe>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HRecipe]]".
1239 +)))
1222 1222  
1223 1223  == **XY plot** ==
1224 1224  
... ... @@ -1329,7 +1329,10 @@
1329 1329  
1330 1330  The Disc Record displays the data from data source in the form of a disc curve.
1331 1331  
1350 +(% class="box infomessage" %)
1351 +(((
1332 1332  **✎Note: **This function are only supported by HMI+, i series, ie series and ig series.
1353 +)))
1333 1333  
1334 1334  **Source**
1335 1335  
... ... @@ -1343,7 +1343,10 @@
1343 1343  ** **History**: It is in data record area configured by data record. Multiple record groups could be configured, and each record group has multiple channels.
1344 1344  ** **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.
1345 1345  
1367 +(% class="box infomessage" %)
1368 +(((
1346 1346  **✎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.
1370 +)))
1347 1347  
1348 1348  * **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.
1349 1349  * **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.
... ... @@ -1377,7 +1377,10 @@
1377 1377  **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.
1378 1378  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.
1379 1379  
1404 +(% class="box infomessage" %)
1405 +(((
1380 1380  **✎Note: ** When copying Data record display, it is recommended to create a new "function screen" to avoid repeated calls that may cause abnormal functions.
1407 +)))
1381 1381  
1382 1382  **Start time**: Set the start time and conditions for data viewing.
1383 1383  
... ... @@ -1562,7 +1562,10 @@
1562 1562  (% style="text-align:center" %)
1563 1563  [[image:6.Objects_html_9612d7685f349400.gif||class="img-thumbnail"]]
1564 1564  
1592 +(% class="box infomessage" %)
1593 +(((
1565 1565  ✎**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]]".
1595 +)))
1566 1566  
1567 1567  = **Display** =
1568 1568  
... ... @@ -1625,11 +1625,14 @@
1625 1625  1. **Variable QR:** It is for setting read address, the content of QR code is from this setting address.
1626 1626  1. **QR String: **It is for set static content for QR code.
1627 1627  
1658 +(% class="box infomessage" %)
1659 +(((
1628 1628  **✎Note:**
1629 1629  
1630 1630  * HMI machine ID address: HSW10494 ~~ HSW10558.
1631 1631  * So if user want to use QR code to display machine ID on project screen, please check "Variable QR", and set address is HSW10494.
1632 1632  * When scanning the QR code by APP to monitor HMI, the default access password is 888888.
1665 +)))
1633 1633  
1634 1634  == **Picture** ==
1635 1635  
... ... @@ -1658,10 +1658,13 @@
1658 1658  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.)
1659 1659  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.
1660 1660  
1694 +(% class="box infomessage" %)
1695 +(((
1661 1661  ✎**Note:** 
1662 1662  
1663 1663  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.
1664 1664  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]]".
1700 +)))
1665 1665  
1666 1666  == **Rotation picture** ==
1667 1667  
... ... @@ -1785,9 +1785,12 @@
1785 1785  
1786 1786  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]](%%)].
1787 1787  
1824 +(% class="box infomessage" %)
1825 +(((
1788 1788  **✎Note:**
1789 1789  
1790 1790  This function requires special HMI model, the detailed information, please contact sales.
1829 +)))
1791 1791  
1792 1792  === **IP Camera** ===
1793 1793  
... ... @@ -2387,6 +2387,8 @@
2387 2387  
2388 2388  Coordinate displays the object location on the screen, and size is the length and width of the object.
2389 2389  
2429 +(% class="box infomessage" %)
2430 +(((
2390 2390  **✎Note:**
2391 2391  
2392 2392  * When using USB camera, HD USB camera is not recommended, which is limited by the resolution displayed by HMI itself.
... ... @@ -2398,8 +2398,11 @@
2398 2398  ** REB-USB 100W07M (supports 720p)
2399 2399  ** WX152HD (supports 720p)
2400 2400  ** RMONCAM G200 (supports 720p)
2401 -** ASHU S300 (640*480)
2442 +** ASHU S300 (640*480
2443 +)))
2402 2402  
2445 +*
2446 +
2403 2403  == **Camera control** ==
2404 2404  
2405 2405  This is for control camera; This object need to be used with camera display object.
... ... @@ -2574,8 +2574,10 @@
2574 2574  English 2
2575 2575  )))
2576 2576  
2577 -(% class="wikigeneratedid" %)
2621 +(% class="box infomessage" %)
2622 +(((
2578 2578  ✎**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]]".
2624 +)))
2579 2579  
2580 2580  == **Time** ==
2581 2581  
... ... @@ -2889,6 +2889,8 @@
2889 2889  1. **DLL file name: **Select needed dll file. (i.e. dll files provided by users)
2890 2890  1. **Custom address:** Users can add some function address to cooperate with dll file to complete other operations.
2891 2891  
2938 +(% class="box infomessage" %)
2939 +(((
2892 2892  **✎Note:**
2893 2893  
2894 2894  This is a custom-made object that requires the cooperation of WECON software engineers.
... ... @@ -2898,3 +2898,4 @@
2898 2898  * One dll file is used on PC and should be put under the dll_pc folder in the software installation directory.
2899 2899  * One dll file is used in HMI and should be put under the dll_hmi folder in the software installation directory.
2900 2900  * A document for illustrating the dll files.
2949 +)))