Mikhail

Forum Replies Created

Viewing 15 posts - 4,231 through 4,245 (of 6,139 total)
  • Author
    Posts
  • in reply to: Elastic Report and Chart Export function through iPad #4963
    Mikhail
    Moderator

    Let’s play with Elastic Report.
    Open C:\SCADA\ScadaWeb\plugins\ElasticReport\js\elasticrep.js
    Find the code:

        if (scada.utils.iOS()) {
            // disable Excel and PDF formats for iOS
            $("#rbHtmlFormat").prop("checked", true);
            $("#rbExcelFormat").prop("disabled", true);
            $("#divExcelFormat").addClass("disabled");
            $("#rbPdfFormat").prop("disabled", true);
            $("#divPdfFormat").addClass("disabled");
        } else {
            var format = localStorage.getItem(FORMAT_ITEM_NAME);
            // switch to stored format
            if (format == "PDF") {
                $("#rbPdfFormat").prop("checked", true);
            }
            else if (format == "HTML") {
                $("#rbHtmlFormat").prop("checked", true);
            }
        }
    in reply to: Elastic Report and Chart Export function through iPad #4962
    Mikhail
    Moderator

    Hello,

    Replace the newly bought iPads with Android tablets?

    I would not like this way.

    Minute Data report are functioning normally on the iPad.

    This is interesting. My iPad can’t open Minute report. What application opens this report on your iPad?

    Is it due to the licensing of Elastic Report and Chart Pro which limits the function on iPad?
    Is there any way to enable these functions on the iPads?

    Only technical reason. The cause is that iPad has no internal location to save report files. May be this changed since the reports were developed. We should try to run them and see what happens.

    in reply to: SQL Server Compact 3.5 #4961
    Mikhail
    Moderator

    Could you provide the info listed below?
    1. Sequence of steps that reproduces the problem.
    2. Expected result.
    3. Actual result

    in reply to: SQL Server Compact 3.5 #4958
    Mikhail
    Moderator

    Hello,

    You should not use MSSQL Compact from SCADA-Server. If you need access to the configuration database from SCADA-Server, explore the files in DAT format from C:\SCADA\BaseDAT

    We will get rig of MSSQL Compact soon.

    in reply to: export data to MS SQL #4956
    Mikhail
    Moderator

    Hi,
    Export to Database Module already included. It’s path is C:\SCADA\ScadaServer\Mod\ModDBExport.dll
    You need to add it to SCADA-Server on the Modules page and then configure using the scripts listed by this link.

    in reply to: When Scada Comm send data to Scada Server. #4953
    Mikhail
    Moderator

    I hope you can change the size.

    For a big system, you may need our assistance to research how Rapid SCADA works under the required load and what the bottle necks are. Changing either data formats or internal protocol may be a subject of a contract between our companies. This is a business model of our project and many other open source projects.

    in reply to: Time Out #4949
    Mikhail
    Moderator

    By default, it is in C:\SCADA\ScadaWeb\log\

    in reply to: When Scada Comm send data to Scada Server. #4948
    Mikhail
    Moderator

    I need send tens of thousands of bytes to ScadaServer

    Could you describe your system?

    in reply to: When Scada Comm send data to Scada Server. #4947
    Mikhail
    Moderator

    is already used900M memory

    Seems not usual. Do you use the default configuration?

    in reply to: Web Application on Windows Server 2012 R2 #4946
    Mikhail
    Moderator

    You should create a new topic about export data to MS SQL. Read this before.

    in reply to: When Scada Comm send data to Scada Server. #4942
    Mikhail
    Moderator

    when the cmdlen’s number more than 65536,the scada server can not receive the cmdlen

    Yes, this is a limitation.

    When debug ScadaServer,The computer is very stuck.Why?

    Depends on a computer hardware.

    ScadaComm runs long time,the memeory of ScadaComm become much bigger.Why?

    Can you provide memory usage chart?

    I think you can use Design Patterns to insteaed the switch method,the ProcCommCommand function is too long to beautiful.

    I agree. I hope this will be refactored in the future.

    in reply to: Web Application on Windows Server 2012 R2 #4940
    Mikhail
    Moderator

    1. Before running Rapid SCADA setup, you should switch on the features of Windows Server 2012 R2. If you provide link to their screenshot, I’ll write what features to select.

    2. Microsoft SQL Server Compact 3.5 is used for configuration only, not for data archive. You can’t change it to SQL 2018. In the future we will get rid of SQL Server Compact.

    in reply to: Averaging formula #4937
    Mikhail
    Moderator

    I implemented several averaging formulas in different projects. I can help you with averaging based on your requirements. But this is out of free support.

    in reply to: Time Out #4936
    Mikhail
    Moderator

    Hello,

    You need to find a cause of logout. What operation system do you use? What is written in ScadaWeb.log when logout?

    in reply to: Averaging formula #4935
    Mikhail
    Moderator

    How to do to average same variable along a certain time (n previous
    readings)?

    Create new formulas in the Formulas table depending on your needs. There are many different ways to calculate averages.

    What does “averaging” column in Input Channels work if marked?

    Summarizes all values received from controller and then divide by their count. This is performed separately when write minute and hourly data in the archive.

Viewing 15 posts - 4,231 through 4,245 (of 6,139 total)