Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Currently no. The event list automatically scrolls down when new events appear.
MikhailModeratorHi,
Could you provide screenshots?
Channels are related to objects. You can create an object and use it for all channels.
MikhailModeratorSeptember 8, 2025
Set the image stretching again.September 8, 2025 at 11:26 am in reply to: Calculated Channel computing current minimum value of multiple channels #16986
MikhailModeratorNote that is is not efficient to pass an array as a function argument. Because a new array is created each iteration.
It’s better to make a function likepublic double GetMinValue(int cnl1, int cnl2, int cnl3) { ... }September 8, 2025 at 11:24 am in reply to: Calculated Channel computing current minimum value of multiple channels #16985
MikhailModeratorHi,
Creating formulas is a development service and is outside the scope of support. If you have a specific question about the syntax or features of formulas, please ask.
MikhailModeratorHi,
Channel CC formula could be
Cnl(101) == 1 && (Cnl(102) <= 2 || Cnl(102) >= 3.5) ? 1 : 0
101 is AA.
102 is BB.
Not tested.
MikhailModeratorTo make the web application work, check if IIS available on the tablet.
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 -
AuthorPosts