Changes for page 05 Objects
Last modified by Jett on 2025/07/04 09:41
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -268,7 +268,7 @@ 268 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 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 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 ; 271 +* **Show state**: Specify a status when the value is out of range, for example the total states is 6(range from state No.0~~No.5), but the read value is 6, at this moment the object will show the state No.0 if selected item of show state is No.0; 272 272 273 273 **For example** 274 274 ... ... @@ -283,27 +283,26 @@ 283 283 284 284 **Transform state** 285 285 286 -* **Quick Read: ** Directly read thevalueoftheconnecteddevice without goingthroughtheHMIcache286 +* **Quick Read: **The priority of read and write is higher than any other objects on the same screen. 287 287 * **Auto transforms:** Object switch states automatically 288 288 289 289 (% style="text-align:center" %) 290 290 [[image:6.Objects_html_b643c9a6a4bd6919.gif||class="img-thumbnail"]] 291 291 292 -**Trigger:**Control bit to enable switch automatically 292 +* **Trigger to transform: **Trigger condition of auto transform 293 +* **Auto return:** Return to the initial state after reaching the final state; 294 +* **Time of transform:** Set the interval of transform between two states; 295 +* **Dynamic interval: **Set the dynamic interval of transform between two states. If the value in address is 10, then the frequency of automatic switching state is 10*100ms = 1s. 293 293 294 -* **Auto return:** return to the initial state after reaching the final state; 295 -* **Time of transform:** it is used for setting the frequency in automatic switching state. Unit: 100ms. 296 -* **Dynamic interval: **set the frequency of automatic switching state and read it from the address. Unit: 100ms. If the value in address is 10, then the frequency of automatic switching state is 10*100ms = 1s. 297 - 298 298 **Manual** 299 299 300 300 (% style="text-align:center" %) 301 301 [[image:6.Objects_html_a8b6636bd862369c.gif||class="img-thumbnail"]] 302 302 303 -* **Set state: **Set a constant value for thewordaddress.304 -* **State increase: **Increase stateforeach time the switchisriggered.305 -* **State decrease:** Decrease stateforeachtime theswitchistriggered.306 -* **Last state:** statewillnot increase/decreasewhen reaches limits.302 +* **Set state: **Set a constant value to address(according to the operate state selection) when click the object. 303 +* **State increase: **Increase the address value by one step when click the object, the upper limit is depends on the Last state selection. 304 +* **State decrease:** Decrease the address value by one step when click the object, the lower limit is depends on the Last state selection.. 305 +* **Last state: **The upper limit or lower limit(Final state) of state increase/decrease; 307 307 308 308 (% class="box infomessage" %) 309 309 ((( ... ... @@ -310,9 +310,9 @@ 310 310 ✎**Note:** For [[text>>https://docs.we-con.com.cn/bin/view/PIStudio/7.Library/#HText]]/[[graphics>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HGraphic]]/[[security>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HSecurity]]/[[animations>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HAnimation]], see the "[[Bit Switch>>path:https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HBitswitch]]". 311 311 ))) 312 312 313 -== Keypad switch==312 +== Button == 314 314 315 - Keypad switchis designed to input datamanually;this object need to work with theKeypad.User could assignletters or numbers for eachswitch,whenthe switchis triggeredthe data will inputto the textbox.314 +Button is designed to input data into the corresponding inputbox, this object need to work with the numeric input and character input. 316 316 317 317 **Description** 318 318 ... ... @@ -330,7 +330,7 @@ 330 330 331 331 == Function switch == 332 332 333 -Function switch is designed to switch screens, and call and close sub screen, and transfer datarecord files.332 +Function switch is designed to switch screens, and call and close sub screen, and transfer record files. 334 334 335 335 **Description** 336 336 ... ... @@ -337,8 +337,6 @@ 337 337 (% style="text-align:center" %) 338 338 [[image:6.Objects_html_31c4ad387507a16d.gif||class="img-thumbnail"]] 339 339 340 -**Operation** 341 - 342 342 * **Screen No: **Switch to the selected screen, it could not be subscreen; 343 343 * **Open sub screen: **Pop-up selected sub screen, and set sub screen position, default position is (0, 0), this is the coordinates of the top left corner of the screen; 344 344 ... ... @@ -367,7 +367,7 @@ 367 367 368 368 **Using trigger address**. As the figure above, when 00 is ON, then selected operation of the function switch will be executed. 369 369 370 -**All terminals effect** .When this function is enabled, all terminals (screens, mobile phones, ipads, computers, etc.) will execute the function Switch Function simultaneously. For example, the screens of each terminal are different. When the screen is clicked to jump to the "Home" screen, all terminals will jump to the home screen.367 +**All terminals effect**: When this function is enabled, all terminals (screens, mobile phones, ipads, computers, etc.) will execute the function Switch Function simultaneously. For example, the screens of each terminal are different. When the screen is clicked to jump to the "Home" screen, all terminals will jump to the home screen. 371 371 372 372 (% class="box infomessage" %) 373 373 ((( ... ... @@ -387,13 +387,11 @@ 387 387 388 388 == Combination switch == 389 389 390 -The combination switch supports thecollectionofmultiple functions onto oneobject. When the object is pressed, multiple functions arearranged in sequence to meet thespecialrequirements of the user.387 +The combination switch supports combine multiple functions onto one button. When the object is pressed, multiple functions are executed in sequence one by one to meet the requirements of the user. 391 391 392 -The combination switch contains sub-functions such as bit operation, word operation, arithmetic and screen change. Click the corresponding button on the "General" of the object to add sub-functions to the list, and up to 100 sub-functions can be added. 393 - 394 394 (% class="box infomessage" %) 395 395 ((( 396 -✎**Note:** there can only be one screen change function in the added sub-functions, and it is at the end of the list).391 +✎**Note:** There can only be one screen change function in the added sub-functions, and it is at the end of the list). 397 397 ))) 398 398 399 399 **Description** ... ... @@ -478,7 +478,7 @@ 478 478 * For [[text>>https://docs.we-con.com.cn/bin/view/PIStudio/7.Library/#HText]]/[[graphics>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HGraphic]]/[[security>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HSecurity]]/[[animations>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HAnimation]], see the "[[Bit Switch>>path:https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HBitswitch]]". 479 479 ))) 480 480 481 -== Slide rswitch ==476 +== Slide switch == 482 482 483 483 Slide switch is a special switch object. By changing the position of the slider, the corresponding address value would be changed. At the same time, the slider position will change according to the address value. 484 484