Changes for page 05 Objects

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

From version 84.1
edited by Jim(Forgotten)
on 2023/08/11 09:29
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
... ... @@ -1814,9 +1814,12 @@
1814 1814  
1815 1815  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]](%%)].
1816 1816  
1824 +(% class="box infomessage" %)
1825 +(((
1817 1817  **✎Note:**
1818 1818  
1819 1819  This function requires special HMI model, the detailed information, please contact sales.
1829 +)))
1820 1820  
1821 1821  === **IP Camera** ===
1822 1822  
... ... @@ -2432,7 +2432,7 @@
2432 2432  ** ASHU S300 (640*480
2433 2433  )))
2434 2434  
2435 -* \\
2445 +*
2436 2436  
2437 2437  == **Camera control** ==
2438 2438  
... ... @@ -2608,8 +2608,10 @@
2608 2608  English 2
2609 2609  )))
2610 2610  
2611 -(% class="wikigeneratedid" %)
2621 +(% class="box infomessage" %)
2622 +(((
2612 2612  ✎**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 +)))
2613 2613  
2614 2614  == **Time** ==
2615 2615