Mikhail

Forum Replies Created

Viewing 15 posts - 3,241 through 3,255 (of 5,157 total)
  • Author
    Posts
  • in reply to: Time Out #4994
    Mikhail
    Moderator

    Hello,

    Try this recommendation.

    in reply to: Webstation day change #4993
    Mikhail
    Moderator

    Hello,
    You need to manually select the next day. Would you like the application automatically switch a day?

    in reply to: Elastic Report and Chart Export function through iPad #4977
    Mikhail
    Moderator

    Hello,

    Right now, the Elastic Report page is fully functional when viewed using iOS device.

    I am very glad. What application is used by iPad to open PDF and Excel?

    Do you have any idea how to address the issue of ‘Export’ option not appearing in the Chart window when viewed using iOS device?

    Open C:\SCADA\ScadaWeb\plugins\ChartPro\js\chartproform.js
    Find $("#hlExport").parent().addClass("hidden"); // hide Export menu item and comment or remove it.

    in reply to: Elastic Report Flexibility #4973
    Mikhail
    Moderator

    You need an input channel that stores max. value of each day. Than use this channel in your report configuration file.

    in reply to: Send data from server to Device Modbus #4972
    Mikhail
    Moderator

    Hi,

    You need:
    1. Add commands in your Modbus template.
    2. Check that the commands work well in Communicator.
    3. Create output channels in Administrator to send commands from Server and Webstation.

    in reply to: Averaging formula #4969
    Mikhail
    Moderator

    The new formulas for moving (rolling) averaging are shared here. Thanks a lot to Horacio for sponsorship.

    in reply to: Elastic Report and Chart Export function through iPad #4968
    Mikhail
    Moderator

    Hello,

    However, I am unable to click on the select-box for the formats ‘Excel’, ‘PDF’, ‘HTML’.

    The old scripts may be cached. Can you clear browser cache on iPad?

    in reply to: Elastic Report and Chart Export function through iPad #4964
    Mikhail
    Moderator

    replace the first line of the fragment to
    if (false && scada.utils.iOS())

    The features should be enabled on iPad. How do they work?

    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\

Viewing 15 posts - 3,241 through 3,255 (of 5,157 total)