Mikhail

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 6,367 total)
  • Author
    Posts
  • in reply to: Map Plugin question #17049
    Mikhail
    Moderator

    You could try setting the view type explicitly in the Views table. Weird.

    in reply to: Map Plugin question #17048
    Mikhail
    Moderator

    Hello,
    The above link does not work. Could you fix it?

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

    Hi,
    Could you make a screenshot of the Views table?

    in reply to: Calculated input/output channels #17046
    Mikhail
    Moderator

    Hi,
    It’s simple.
    Set the output formula to SetData()
    Channel type is calculated/output.

    Mikhail
    Moderator

    🙂

    in reply to: Sending SetVal() from Schema #17032
    Mikhail
    Moderator

    Hi,
    Could you describe your task more common? Do you need a channel that is changed manually?

    Mikhail
    Moderator

    Hi,
    Led and toggle reflect an input channel. Your command should cause a change of an input channel to display its value.

    in reply to: Manual for Rapid Scada v 6.4 #17029
    Mikhail
    Moderator

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

    in reply to: Map Plugin question #17028
    Mikhail
    Moderator

    Hi,
    Check ScadaWeb.log. Make sure that PlgMap is loaded without errors when the web application starts.

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

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

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

    Hi,
    Please check this example.

    in reply to: Dashboard layouts #17016
    Mikhail
    Moderator

    Try playing with the columnWidth attribute. It can help to make rows different heights. For example, two widgets with columnWidth=6.

    • This reply was modified 11 months, 2 weeks ago by Mikhail.
    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>
    
Viewing 15 posts - 436 through 450 (of 6,367 total)