Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
The manual exists as an interactive website. There is no PDF document. It’s possible to copy all the web pages into a DOC file and save as PDF.
MikhailModeratorHi,
Check ScadaWeb.log. Make sure that PlgMap is loaded without errors when the web application starts.
MikhailModeratorHi,
It is impossible to implement such a possibility this year, but it would be good to implement it. If you remind me in January, there is a chance that it will be done.
MikhailModeratorHi,
Please check this example.
MikhailModeratorTry playing with the columnWidth attribute. It can help to make rows different heights. For example, two widgets with columnWidth=6.
-
This reply was modified 8 months, 4 weeks ago by
Mikhail.
MikhailModeratorHi,
Currently, no. The aspect ratio is set for a dashboard, so width/height is the same for all widgets. I’ve added this issue to the backlog. If a row has less widgets, its height will be bigger, because the aspect ratio is a constant.
Nesting is not planned.
MikhailModeratorHi,
No, because it is designed for historical data.
If you familiar with HTML and JavaScript, it’s possible to make a custom page and insert it in a dashboard.
MikhailModeratorFor example,
<Location> <Name>Eiffel Tower</Name> <Descr>Avenue Anatole France, Paris, France</Descr> <Icon></Icon> <Lat>48.858222</Lat> <Lon>2.2945</Lon> <StatusCnlNum>104</StatusCnlNum> <DataItems> <DataItem cnlNum="101" /> <DataItem cnlNum="105">My text</DataItem> </DataItems> <Links> <Link viewID="2" /> <Link viewID="2">My link</Link> </Links> </Location>
MikhailModeratorHi,
You can see it in Live Demo.
Blue marker is unbound, while green (or red) marker is bound to a channel.
Yes, a channel is needed to define marker status.
MikhailModeratorHi,
Currently, a map view does not check access rights for each particular object.
Could you describe how your system is used? I’d like to imagine this case.
MikhailModeratorHi,
The CurData widget can only display data as it is. This could be an idea for future development.
You could insert a table view as a widget if it solves the issue.
MikhailModeratorHi,
I suppose, it should be possible to configure.
Could you check if AspNetCoreModuleV2 exists?
Image
MikhailModeratorSeptember 10, 2025
Fixed picture conditions.
MikhailModeratorHi,
Thank you for the info.
If you open http://localhost on the ARM64 Windows machine, what do you get?
MikhailModeratorCnl(101) is a mistake, use Val(101).
-
This reply was modified 8 months, 4 weeks ago by
-
AuthorPosts