Changes for page 8. Control Setup Manual
Last modified by Iaroslav Platonov on 2026/06/09 11:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 16 removed)
- Screenshot 2025-12-17 at 17.27.04.png
- Screenshot 2025-12-17 at 17.27.52.png
- Screenshot 2025-12-17 at 17.32.18.png
- Screenshot 2025-12-17 at 17.34.12.png
- Screenshot 2025-12-17 at 17.34.50.png
- Screenshot 2025-12-17 at 17.35.21.png
- Screenshot 2025-12-17 at 17.37.11.png
- Screenshot 2025-12-17 at 17.38.23.png
- Screenshot 2025-12-17 at 17.38.44.png
- Screenshot 2025-12-17 at 17.38.57.png
- Screenshot 2025-12-17 at 17.39.30.png
- Screenshot 2025-12-17 at 17.40.05.png
- Screenshot 2025-12-17 at 17.40.35.png
- Screenshot 2025-12-17 at 17.41.38.png
- Screenshot 2025-12-17 at 17.42.19.png
- Screenshot 2025-12-17 at 17.42.37.png
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,5 @@ 1 1 = CONTENT = 2 2 3 -{{toc /}} 4 - 5 5 = 1. INTRODUCTION = 6 6 7 7 CENTO is a multifunctional software platform for data acquisition, processing and display. This manual describes how to configure the CENTO user tool Control. ... ... @@ -157,7 +157,7 @@ 157 157 158 158 == 3.2. Setting control using MS Excel == 159 159 160 -To configure **Control **for a tag polled via the required protocol using Excel, download a configuration template. To do this, navigate to Settings > Configuration files in the CENTO interface. The **Import/Export configuration file** page opens (see Fig. 3.2.1). In the **Tags and Channels** section, click** Download** to download the template file.158 +To configure **Control **for a tag polled via the required protocol using Excel, download a configuration template. To do this, navigate to Settings > Configuration files in the CENTO interface. The **Import/Export configuration file** page opens (see Fig. 3.2.1). In the **Tags and Channels** section, click** Download** to download the template file. 161 161 162 162 [[image:Screenshot 2025-12-17 at 16.50.31.png]] 163 163 ... ... @@ -227,7 +227,7 @@ 227 227 This class has four attributes to be specified exactly as shown in Figure 3.3.1: 228 228 229 229 * **Tag ID **is a mandatory field; 230 -* Optional fields include the lower and upper limits of values, which define the range within which any values can be entered. The **Value variants** field is provided for convenience, allowing to select from predefined options instead of manually entering values. To use this feature, specify a reference to the directory in the **Type** column, such as// ref_value_variants //(see Fig. 3.3.6). This reference can then be used to select the desired numeric parameters (see Fig. 3.3.7).228 +* Optional fields include the lower and upper limits of values, which define the range within which any values can be entered. The **Value variants** field is provided for convenience, allowing to select from predefined options instead of manually entering values. To use this feature, specify a reference to the directory in the **Type** column, such as// ref_value_variants //(see Fig. 3.3.6). This reference can then be used to select the desired numeric parameters (see Fig. 3.3.7). 231 231 232 232 Check the created //Write value// class on the classes editor page: 233 233 ... ... @@ -265,7 +265,7 @@ 265 265 266 266 Figure 3.3.7. Table of IM directories 267 267 268 -IM directories can also be configured using the web** Information Model editor** on the **Directories** tab. The directory shown in Fig. 3.3.7 is displayed in the web interface as illustrated in Fig. 3.3.8.266 +IM directories can also be configured using the web** Information Model editor** on the **Directories** tab. The directory shown in Fig. 3.3.7 is displayed in the web interface as illustrated in Fig. 3.3.8. 269 269 270 270 [[image:Screenshot 2025-12-17 at 16.58.31.png]] 271 271 ... ... @@ -327,75 +327,8 @@ 327 327 328 328 3.3.1. Setting up control and remote control without password 329 329 330 -In standard operation, sending control and remotecontrol signals requires user password entry. However, in certain cases, this level of security may be excessive. To accommodate such scenarios, the CENTO software includes a setting that allows //Control without password.//328 +In standard operation, sending control and telecontrol signals requires user password entry. However, in certain cases, this level of security may be excessive. To accommodate such scenarios, the CENTO software includes a setting that allows //Control without password.// 331 331 332 332 Control without password is configured using the diagram (i.e., via the Information Model). To enable this, add the attribute Control without password with the code //skip_password// and the bool type to the class of the control object (see Fig. 3.3.16). 333 333 334 -[[image:Screenshot 2025-12-17 at 17.25.19.png]] 335 - 336 -Figure 3.3.16. Setting the control attribute without entering password 337 - 338 -Thus, when creating an object of the selected class (see Fig. 3.3.17), include the specified attribute in the value field and verify its functionality on the diagram. 339 - 340 -[[image:Screenshot 2025-12-17 at 17.27.04.png]] 341 - 342 -Figure 3.3.17. Configuring an object with control without entering password 343 - 344 -To skip password entry during remote control, as with control, an attribute named //Skip password// (any name can be used) is to be added. This attribute should have the //skip_password// code and the //bool// type(see Fig. 3.3.18). 345 - 346 -[[image:Screenshot 2025-12-17 at 17.27.52.png]] 347 - 348 -Figure 3.3.18. Configuring the attribute for password-free control 349 - 350 -Next, for the object with remote control commands, this attribute, should be enabled as shown in Fig. 3.3.19, and the command sending on the diagram should be tested. 351 - 352 -[[image:Screenshot 2025-12-17 at 17.32.18.png]] 353 - 354 -Figure 3.3.19. Configuring object for control without entering password 355 - 356 -=== 3.3.2. Configuring permission for remote control === 357 - 358 -Before executing remote control commands, some devices require an initial permission signal to be sent to a dedicated register. This signal enables remote control functionality. Only after this permission is granted the device accepts and process the main remote control commands. 359 - 360 -To implement this type of remote control (TC) in CENTO, the following attributes are added to the object class (see Fig. 3.3.20): 361 - 362 -* **telecontrol_permit_on_ti** – permission to switch TC on; 363 -* **telecontrol_permit_off_ti** – permission to switch TC off. 364 - 365 -[[image:Screenshot 2025-12-17 at 17.34.12.png]] 366 - 367 -Figure 3.3.20. Attributes for remote control permission 368 - 369 -The system assigns the IDs of the corresponding tags to these attributes of the IM object. These tags are configured to send a signal to the register that enables remote control (see Fig. 3.3.21) 370 - 371 -[[image:Screenshot 2025-12-17 at 17.34.50.png]] 372 - 373 -Figure 3.3.21. Configuration of attributes for enabling telecontrol 374 - 375 -When an object uses the system class //Telecontrol// to send control commands, the permission-related attributes are designated as //permit_on_tag// and //permit_off_tag// (see Fig. 3.3.22): 376 - 377 -[[image:Screenshot 2025-12-17 at 17.35.21.png]] 378 - 379 -Figure 3.3.22. Attributes for enabling remote control 380 - 381 -In some devices, a single tag handles this function, while in others, two separate tags perform it. These tags are configured similarly to those used for direct remote control, differing only in the register address (see Fig. 3.3.23): 382 - 383 -[[image:Screenshot 2025-12-17 at 17.37.11.png]] 384 - 385 -Figure 3.3.23. Tag configuration for telecontrol permission 386 - 387 -Thus, after adding the attributes //telecontrol_permit_on_ti// and //telecontrol_permit_off_ti//, configuring the tags, and assigning them to the IM object, CENTO software first sends the remote control permission command before transmitting the actual remote control command. 388 - 389 -= 4. RECOMMENDED SETTINGS AND SPECIAL CASES = 390 - 391 -[[image:Screenshot 2025-12-17 at 17.38.23.png]] 392 - 393 -[[image:Screenshot 2025-12-17 at 17.38.44.png]] 394 - 395 -[[image:Screenshot 2025-12-17 at 17.38.57.png]] 396 - 397 -[[image:Screenshot 2025-12-17 at 17.42.19.png]] 398 - 399 -[[image:Screenshot 2025-12-17 at 17.41.38.png]] 400 - 401 -[[image:Screenshot 2025-12-17 at 17.42.37.png]] 332 +
- Screenshot 2025-12-17 at 17.27.04.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -106.1 KB - Content
- Screenshot 2025-12-17 at 17.27.52.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -111.9 KB - Content
- Screenshot 2025-12-17 at 17.32.18.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -121.9 KB - Content
- Screenshot 2025-12-17 at 17.34.12.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -116.5 KB - Content
- Screenshot 2025-12-17 at 17.34.50.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -74.6 KB - Content
- Screenshot 2025-12-17 at 17.35.21.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -107.1 KB - Content
- Screenshot 2025-12-17 at 17.37.11.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -105.5 KB - Content
- Screenshot 2025-12-17 at 17.38.23.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -67.7 KB - Content
- Screenshot 2025-12-17 at 17.38.44.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.8 KB - Content
- Screenshot 2025-12-17 at 17.38.57.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -66.7 KB - Content
- Screenshot 2025-12-17 at 17.39.30.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.8 KB - Content
- Screenshot 2025-12-17 at 17.40.05.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -12.2 KB - Content
- Screenshot 2025-12-17 at 17.40.35.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.7 KB - Content
- Screenshot 2025-12-17 at 17.41.38.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -47.4 KB - Content
- Screenshot 2025-12-17 at 17.42.19.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -56.7 KB - Content
- Screenshot 2025-12-17 at 17.42.37.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lana - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.9 KB - Content