Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Does the Administrator app work on ARM64?
You should wait for the new Mimic Editor, or use the beta version. Check the YouTube video that shows how to activate it. It is a plugin for the web application.
MikhailModeratorHi,
> I created a calculated channel based on the status of the database channel
Likely, this approach is more clear.
If you need triggers based on the status, check the actual channel values and statuses.
Note that events can be generated according to the channel properties without the module.
MikhailModeratorHi,
PlgMap.xml must be located in the project as a part of it.
MikhailModeratorSeptember 5, 2025 update
The component model has been slightly modified. On existing schemes, some colors will need to be entered manually.
MikhailModeratorHi,
Custom icons are configured in PlgMap.xml. Then they can be used in map views. Use the existing Site icon as an example.
MikhailModeratorHi,
Try the channel formula
CnlStat > 0 ? Cnl : Val()
MikhailModeratorHi,
Both || and && work for boolean expressions.
For more info, check the error in ScadaServer.log.
MikhailModeratorHello,
Yes. In that case you need to deploy your tile server. Then specify its address in the plugin configuration file, PlgMap.xml
MikhailModeratorWindows 7 is not supported. Minimum is Windows 10.
MikhailModeratorHello,
Make sure that IIS is installed and works correctly.
MikhailModeratorThank you for the update.
Note that in the Format column, it’s possible to write one value per line without semicolons. It may be more comfortable to edit.
MikhailModeratorAugust 31, 2025 update
Fixed a bug when adding a component
MikhailModeratorThe string length is limited by the Administrator application. Actual length can be bigger.
MikhailModeratorHello,
You could manually edit Format.xml in a text editor, e.g. Notepad++.
Then reload the project or configuration database. -
AuthorPosts