Mikhail

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 6,366 total)
  • Author
    Posts
  • in reply to: Text as a link to the channel #18072
    Mikhail
    Moderator

    Hi,

    1. Remove the channel number from the component data binding, and open a chart by a JS command that can be set as an action. An action script would be

    function (args) {
      args.renderContext.viewHub.features.chart.show(101);
    }

    2. Or create a custom binding for the text property with an empty channel.

    in reply to: SCADA Client API Command not Working #18068
    Mikhail
    Moderator

    Hi,

    You should check all steps how a command is transferred.
    Check ScadaServer.log, then ScadaComm.log, then the communication line log.
    Log files provide additional details that can help to resolve the issue.

    There is also a GUI client.

    Does the driver need to implement a specific command handling interface or method to receive commands?

    Is it your own custom driver or some of the existing drivers?

    in reply to: Red Hat Installation #18061
    Mikhail
    Moderator

    wine [file path]/ScadaAdmin.exe
    is enough to run the app. It was tested on Ubuntu.
    However, wine may need setup.

    Alternatively, you could try the web app created by @jurasskpark
    Link 1
    Link 2

    in reply to: Red Hat Installation #18058
    Mikhail
    Moderator

    Hello,
    Yes. Please check this topic.

    in reply to: Embedded Webpages #18056
    Mikhail
    Moderator

    Hello,

    I suggest:
    1. Press F12 in the web browser to open the developer tools.
    2. Check the error details in the console tab. What is the error?

    in reply to: Only Archive on “Status change” #18055
    Mikhail
    Moderator

    The highlighted value is too big. Use a value from 0 to 1000.

    in reply to: Dashboard Plugin #18043
    Mikhail
    Moderator

    Hello,

    The file shows in the list of views but when hovering over it there is a red circle with a line through.

    It means that the view type is not recognized by the web application.
    Could you provide screenshots of the related settings?
    In ScadaWeb.log, make sure that PlgDashboard is loaded after the web app starts.

    in reply to: Text as a link to the channel #18041
    Mikhail
    Moderator

    Hi,

    New mimics should do that in a straightforward manner. Do you have any issues?

    in reply to: Only Archive on “Status change” #18040
    Mikhail
    Moderator

    The architecture is OK.
    The last image cannot be open.

    in reply to: Embedded mimic does not work #18034
    Mikhail
    Moderator

    If I copy the faceplate into standalone mimic diagram it works well.
    If the faceplate is embedded in another mimic the pictures shows only default image.

    As a recap:
    – Mimic A,
    – Mimic B is inserted into Mimic A using the Frame component,
    – Faceplate works well when it is on Mimic A, but has issues when it is on Mimic B.

    Is the above correct?

    in reply to: Only Archive on “Status change” #18033
    Mikhail
    Moderator

    Hello,
    What is the architecture of your solution?

    in reply to: DNP3 TCP #18032
    Mikhail
    Moderator

    Hello,

    Good questions, I would also be interested to hear about practical experience with DNP3.

    Is the additional layer (DNP3 → OPC → Rapid SCADA) generally stable and reliable for continuous operation?

    I suppose, it depends on the particular OPC server.

    in reply to: Embedded mimic does not work #18027
    Mikhail
    Moderator

    Hi,
    Are the images loaded from the external web URL? If so, it would be better to include them into the faceplate file.

    in reply to: Showing units in table view #18025
    Mikhail
    Moderator

    Currently, unit is displayed in a tooltip of each table item.

    in reply to: Showing units in table view #18024
    Mikhail
    Moderator

    I’ve added the idea to the backlog.

Viewing 15 posts - 76 through 90 (of 6,366 total)