Mikhail

Forum Replies Created

Viewing 15 posts - 3,361 through 3,375 (of 6,218 total)
  • Author
    Posts
  • in reply to: rapid scada scheme #7730
    Mikhail
    Moderator

    Hi,

    All available schemes are located in C:\SCADA\Projects

    in reply to: Grafana (backend) and Rapid SCADA #7729
    Mikhail
    Moderator

    Hi,
    Compile the app in Debug configuration and copy DLL to the destination.
    Then open Debug – Attach to process – w3wp.exe

    in reply to: Windows server 2019 VM server is unvailable #7728
    Mikhail
    Moderator

    Check the the following Windows services are installed and started
    ScadaAgentService
    ScadaServerService
    ScadaCommService

    in reply to: ModDBExport Authentication failed #7727
    Mikhail
    Moderator

    Hello,

    Try

    ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘root’;

    from this page. The issue is not related directly to Rapid SCADA. You should search the internet and try suggested solutions.

    in reply to: Administrator Find and Replace Bug #7722
    Mikhail
    Moderator

    Hi,

    Could you check this video? Do you do the same?

    in reply to: Windows server 2019 VM server is unvailable #7720
    Mikhail
    Moderator

    What in ScadaServer.log?

    in reply to: HTTPS endpoint #7719
    Mikhail
    Moderator

    Please note the web.config file in ScadaWeb\plugins\Scheme also needs to be edited for HTTPS to work corectly.

    The archive I mentioned above, contains all web.config files needed for the web app and plugins.

    in reply to: HTTPS endpoint #7718
    Mikhail
    Moderator

    No it doesn’t.

    So the current issue is related to IIS configuring, not Rapid SCADA. I suggest watching some videos in the internet how to setup HTTPS on IIS. Also we can configure IIS for a fee.

    in reply to: Input Chanel Size and string format #7713
    Mikhail
    Moderator

    Hello,

    1 input channel can contain only 8 Latin characters. You could split your order number into 2 strings and store it in 2 input channels.

    We will implement long strings in the next generation of the software.

    in reply to: Administrator Find and Replace Bug #7712
    Mikhail
    Moderator

    Hi,

    Thank you. I will check and write here.

    in reply to: Automatic Control Module integration #7711
    Mikhail
    Moderator

    Hello,

    I suggest configuring the Rapid SCADA on Windows and then upload it to Linux. You should create a new deployment profile in Administrator to connect to remote machine.

    in reply to: Windows server 2019 VM server is unvailable #7706
    Mikhail
    Moderator

    What in ScadaServer.log?
    You should check that no other application except SCADA-Server uses TCP port 10000.

    in reply to: HTTPS endpoint #7705
    Mikhail
    Moderator

    Does https://localhost work?

    in reply to: Elastic Report Flexibility #7701
    Mikhail
    Moderator

    If you need to realize Excel formulas syntax, you should enter a formula in Excel and save the workbook as XML Table 2003.

    in reply to: Elastic Report Flexibility #7700
    Mikhail
    Moderator

    Hello,

    The default report example contains Excel formulas that refer other cells:
    <Field calcType="Formula" value="=R[-5]C-R[-5]C[1]" cellStyle="cell-tot" />

    Alternatively, you could try to develop formulas that calculates the required values for the input channels. And then use the result in the report.

Viewing 15 posts - 3,361 through 3,375 (of 6,218 total)