Changes for page 8. Control Setup Manual

Last modified by Iaroslav Platonov on 2026/06/09 11:18

From version 57.3
edited by Lana
on 2025/12/17 20:46
Change comment: There is no comment for this version
To version 57.2
edited by Lana
on 2025/12/17 20:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -181,7 +181,7 @@
181 181  * **Control resolution** field specifies whether the ability to send write commands is enabled.
182 182  * **Write function **is completed according to the device manual. The mapping between write functions and their identifiers is provided on the //ID Directory //sheet (see Fig. 3.2.3).
183 183  
184 -[[image:Screenshot 2025-12-17 at 16.52.25.png||height="332" width="641"]]
184 +[[image:Screenshot 2025-12-17 at 16.52.25.png]]
185 185  
186 186  Figure 3.2.3. ID Directory write function
187 187  
... ... @@ -231,7 +231,7 @@
231 231  
232 232  Check the created //Write value// class on the classes editor page:
233 233  
234 -[[image:Screenshot 2025-12-17 at 16.55.17.png||height="597" width="1223"]]
234 +[[image:Screenshot 2025-12-17 at 16.55.17.png]]
235 235  
236 236  Figure 3.3.2. Class Write value with attributes in the web-interface of the IM editor
237 237  
... ... @@ -243,31 +243,31 @@
243 243  
244 244  Check the created //Motor// class on the classes editor page:
245 245  
246 -[[image:Screenshot 2025-12-17 at 16.56.24.png||height="337" width="1437"]]
246 +[[image:Screenshot 2025-12-17 at 16.56.24.png]]
247 247  
248 248  Figure 3.3.4. Class Motor with attributes in the web-interface of the IM editor
249 249  
250 250  In the IM object editor, create an object with the class //Motor//. In the **Attributes** table, set tag ID, upper and lower limits, value variants (if necessary, reference book is to be created) for configuring.
251 251  
252 -[[image:Screenshot 2025-12-17 at 16.56.55.png||height="480" width="1400"]]
252 +[[image:Screenshot 2025-12-17 at 16.56.55.png]]
253 253  
254 254  Figure 3.3.5. Configuring the Control in the Information Model (object editor)
255 255  
256 256  To add aliases of values for writing, download a template from the **Information model references** block (see Fig. 3.2.1). Next, open the downloaded file. On the sheet //Categories,// add the code of the directory and its name:
257 257  
258 -[[image:Screenshot 2025-12-17 at 16.57.33.png||height="133" width="444"]]
258 +[[image:Screenshot 2025-12-17 at 16.57.33.png]]
259 259  
260 260  Figure 3.3.6. Configuring IM directory
261 261  
262 262  The added directory should be placed on a separate Excel tab, with the tab name matching the directory code. The table structure for the directory should be copied from the provided templates, and the values for writing should be entered into it (see Fig. 3.3.7). These values can later be selected during control operations on the diagram (see the “User manual” for details).
263 263  
264 -[[image:Screenshot 2025-12-17 at 16.58.03.png||height="162" width="959"]]
264 +[[image:Screenshot 2025-12-17 at 16.58.03.png]]
265 265  
266 266  Figure 3.3.7. Table of IM directories
267 267  
268 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.
269 269  
270 -[[image:Screenshot 2025-12-17 at 16.58.31.png||height="434" width="1427"]]
270 +[[image:Screenshot 2025-12-17 at 16.58.31.png]]
271 271  
272 272  Figure 3.3.8. IM directory
273 273  
... ... @@ -277,7 +277,7 @@
277 277  
278 278  If an IM object is intended for remote control from a diagram, the following system attributes are added to the object's class (see Fig. 3.3.9)
279 279  
280 -[[image:Screenshot 2025-12-17 at 16.59.06.png||height="156" width="749"]]
280 +[[image:Screenshot 2025-12-17 at 16.59.06.png]]
281 281  
282 282  Figure 3.3.9. Adding remote control attributes to the Switch class
283 283  
... ... @@ -287,13 +287,13 @@
287 287  * telecontrol_off_ti – Tag ID for switching the object off;
288 288  * telecontrolled – flag indicating whether the object can be controlled (TRUTH – remote control is available, FALSE – not available).
289 289  
290 -[[image:Screenshot 2025-12-17 at 16.59.40.png||height="240" width="1524"]]
290 +[[image:Screenshot 2025-12-17 at 16.59.40.png]]
291 291  
292 292  Figure 3.3.10. Configuring Switch remote control via Excel
293 293  
294 294  Remote control can also be configured in the Information Model Editor (see Fig. 3.3.11).
295 295  
296 -[[image:Screenshot 2025-12-17 at 17.02.42.png||height="599" width="1375"]]
296 +[[image:Screenshot 2025-12-17 at 17.02.42.png]]
297 297  
298 298  Figure 3.3.11. Configuring switch remote control via the web editor
299 299  
... ... @@ -301,19 +301,19 @@
301 301  
302 302  For objects with multiple telecontrol (remote control) commands, the IM includes a system class called //Telecontrol// (class code: telecontrol) with the following attributes (see Fig. 3.3.12):
303 303  
304 -[[image:Screenshot 2025-12-17 at 17.04.22.png||height="440" width="790"]]
304 +[[image:Screenshot 2025-12-17 at 17.04.22.png]]
305 305  
306 306  Figure 3.3.12. Telecontrol (remote control) class with attributes
307 307  
308 308  For an IM object requiring multiple remote control commands, a class should be created whose attributes reference the //Telecontrol// system class. An example of such a class is shown in Fig. 3.3.13:
309 309  
310 -[[image:Screenshot 2025-12-17 at 17.05.09.png||height="246" width="789"]]
310 +[[image:Screenshot 2025-12-17 at 17.05.09.png]]
311 311  
312 312  Figure 3.3.13. Class attributes with the type Telecontrol
313 313  
314 314  Fig. 3.3.14 shows an example of a configured IM object with multiple remote control commands:
315 315  
316 -[[image:Screenshot 2025-12-17 at 17.06.00.png||height="927" width="1289"]]
316 +[[image:Screenshot 2025-12-17 at 17.06.00.png]]
317 317  
318 318  Figure 3.3.14. IM object with multiple telecontrol commands
319 319