Forum Replies Created
-
AuthorPosts
-
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).
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.
-
AuthorPosts