Mikhail

Forum Replies Created

Viewing 15 posts - 3,916 through 3,930 (of 6,299 total)
  • Author
    Posts
  • in reply to: Building the app error #6276
    Mikhail
    Moderator

    Log, ScadaCommCommon and ScadaData are located in the same repository. Build them before. Don’t forget to switch from Debug to Release configuration when build.

    in reply to: Mobile client and Rapid SCADA #6272
    Mikhail
    Moderator

    The possible cause is the settings of network equipment.
    If Communicator works in the same LAN as SCADA-Server, I strongly suggest to specify Server IP address instead of DNS name. The important thing is that SCADA-Server opens TCP port 10000 for connection. It must be enabled on advanced settings of Windows firewall. In case you use DNS, it also must be allowed in the router settings.

    Have you checked the firewall and network equipment?

    in reply to: Building the app error #6271
    Mikhail
    Moderator

    Probably, you got problems with NuGet references. Open NuGet manager and check.
    KpSnmp and KpOpcUa uses NuGet packages.

    in reply to: Building the app error #6270
    Mikhail
    Moderator

    Hi,
    The problems are in KpSnmp.dll. If you don’t need it, just unload KpSnmp project. If you need, check where it looks for SharpSnmpLib

    in reply to: Elastic Report – xml configuration #6269
    Mikhail
    Moderator

    Hello,
    In ElasticRepExample.xml there is a formula example:
    <Cell calcType="Formula" value="=SUM(RC[-3]:RC[-2])" />

    The best way to get correct formula, is generating report without a formula, then open it in Excel, insert formula, save in the XML 2003 format and see what formula is in the file.

    in reply to: Elastic report — non clickable link #6258
    Mikhail
    Moderator

    After you change Webstation settings, you have to download them into your project. Otherwise, you will override the settings by default when upload configuration.

    in reply to: Elastic report — non clickable link #6257
    Mikhail
    Moderator

    Hello,

    Make sure that Elastic Report plugin is activated in Webstation at http://localhost/Scada/plugins/Config/Plugins.aspx
    If it doesn’t help, provide more different screenshots.

    in reply to: Building the app error #6256
    Mikhail
    Moderator

    i taked to code source from github, but i will try with your link !

    My link is also GitHub.

    i try to use the ServerAdmin5, because the classic ServerAdmin

    That’s correct.

    i try to build ScadaAdmin5 i need the ScadaWebCommon5 Assembly but i only have the classic ScadaWebCommon

    Current name is ScadaWebCommon. The issue is strange. Could you make a screenshot of Visual Studio solution explorer with expanded References node?

    Mikhail
    Moderator

    Anyway, I suggest to add PlgElasticReport_Reg.xml into your project.

    Mikhail
    Moderator

    Hi,

    If you uncheck “Ignore Registration keys”, it means that registration keys are not ignored and uploaded.

    in reply to: Building the app error #6244
    Mikhail
    Moderator

    Hello,
    You should get the source code from the master branch v5.7.1
    In this case, I hope, the projects will be consistent. And you get the same binaries that are included in the installation package.

    it say that WebUtils don’t have a method named QueryParamToIntArray

    This method was deleted recently.

    in reply to: Remove unused Views #6243
    Mikhail
    Moderator

    Hello,

    First, you should delete from the Rights table. Then from the Interface table.
    When you delete from disk, there is no reference check.

    in reply to: MQTT in-depth Installation Help #6242
    Mikhail
    Moderator

    The message in the screenshot is not a error. You should check communication line log.
    Where did you download KpMqtt.dll from?

    in reply to: Runtime Error on Rasbian after upgrade to 5.7.1 #6232
    Mikhail
    Moderator

    Windows default folder configuration, which is obviously not working on Linux. After edeiting this it is fine again.

    That’s true.

    in reply to: Runtime Error on Rasbian after upgrade to 5.7.1 #6230
    Mikhail
    Moderator

    1) Standard way:
    Uninstall Rapid SCADA according to uninstall.txt and then install the new version.
    However you can try to copy new files overwriting the existing. Don’t forget to register the Agent daemon, it’s important.

    2) It’s easier than earlier. Click the Deployment profile button. Create a new profile, specify your Linux machine in the profile. Upload the project to Linux from Windows computer.

Viewing 15 posts - 3,916 through 3,930 (of 6,299 total)