Mikhail

Forum Replies Created

Viewing 15 posts - 346 through 360 (of 6,265 total)
  • Author
    Posts
  • in reply to: Dashboard layouts #17015
    Mikhail
    Moderator

    Hi,
    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.

    in reply to: CurData in dasboard view #17013
    Mikhail
    Moderator

    Hi,
    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.

    in reply to: Map location icon #17010
    Mikhail
    Moderator

    For 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>
    
    in reply to: Map location icon #17009
    Mikhail
    Moderator

    Hi,
    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.

    in reply to: Roles for map view #17008
    Mikhail
    Moderator

    Hi,
    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.

    in reply to: CurData in dasboard view #17007
    Mikhail
    Moderator

    Hi,
    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.

    in reply to: Build Rapid SCADA on ARM64 Windows Machine #17006
    Mikhail
    Moderator

    Hi,
    I suppose, it should be possible to configure.
    Could you check if AspNetCoreModuleV2 exists?
    Image

    in reply to: Update new mimic plugins #17005
    Mikhail
    Moderator

    September 10, 2025
    Fixed picture conditions.

    in reply to: Build Rapid SCADA on ARM64 Windows Machine #16999
    Mikhail
    Moderator

    Hi,
    Thank you for the info.
    If you open http://localhost on the ARM64 Windows machine, what do you get?

    in reply to: “IF” Formula in channels #16998
    Mikhail
    Moderator

    Cnl(101) is a mistake, use Val(101).

    in reply to: Sorting event list #16997
    Mikhail
    Moderator

    Hi,
    Currently no. The event list automatically scrolls down when new events appear.

    in reply to: Roles for map view #16996
    Mikhail
    Moderator

    Hi,
    Could you provide screenshots?
    Channels are related to objects. You can create an object and use it for all channels.

    in reply to: Update new mimic plugins #16993
    Mikhail
    Moderator

    September 8, 2025
    Set the image stretching again.

    Mikhail
    Moderator

    Note 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 like

    public double GetMinValue(int cnl1, int cnl2, int cnl3)
    {
    ...
    }
    Mikhail
    Moderator

    Hi,
    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.

Viewing 15 posts - 346 through 360 (of 6,265 total)