Mikhail

Forum Replies Created

Viewing 15 posts - 5,791 through 5,805 (of 6,219 total)
  • Author
    Posts
  • in reply to: No Data passthrough to webpage #1135
    Mikhail
    Moderator

    OK 🙂

    in reply to: Calculated Real working unreliable #1128
    Mikhail
    Moderator

    You have to use Caclculated channel type for channels 2&3 and define formulas for them.

    in reply to: Calculated Real working unreliable #1126
    Mikhail
    Moderator

    Is an alarm value for Channel 1 is generated by a device? In this case you can calculate values of other channels using formulas which depends on Channel 1 as you wrote Val(n). May be I didn’t catch your question.

    in reply to: Changing Table Colors, and event line color #1124
    Mikhail
    Moderator

    It’s weird.

    I usually do the following:
    1. Copy *.css to C:\SCADA\ScadaWeb\css overwriting the existing file.
    2. Open the web application in a browser and press Ctrl + F5

    If you think that a file is not updated, delete it first, press Ctrl+F5 to make sure that styles disappear, then copy the new file and press Ctrl+F5 again.

    in reply to: DLMS / COSEM #1121
    Mikhail
    Moderator

    Hi Fahrur,

    There is no such protocol in the nearest plan. There are 2 ways:
    1. Using OPC server, for example, http://www.matrikonopc.com/opc-drivers/opc-dlms/base-driver-details.aspx
    Pros:
    – Faster to start.
    Cons:
    – You should pay for each license of the OPC server.

    2. Purchase development of a native driver for Rapid SCADA.
    Pros:
    – More effective and stable in work.
    – You should pay once.
    Cons:
    – Take more time to develop.

    in reply to: Complete Formulas Functions and Variables #1118
    Mikhail
    Moderator

    Hi,

    The manual contains the hardcoded functions. Whereas, GetBit is defined in the configuration database in Formulas table.

    You definitely right – the documentation should be updated and improved. In the plans there is changing its format to HTML to make updating easier. Unfortunately, work takes more time than generating ideas )

    Thanks a lot for your vision.

    in reply to: Calculated Real working unreliable #1110
    Mikhail
    Moderator

    See also:
    C# Operators

    The easiest way tor debug your formulas is creating console application using Microsoft Visual Studio Community Edition.

    in reply to: Calculated Real working unreliable #1109
    Mikhail
    Moderator

    Hi,

    To create a new function open SCADA-Administrator -> Formulas table. It already contains a few examples.

    If you need a formula to calculate input channel value, it should be as the following:

    double MuFunc()
    {
      return 1; // for example
    }
    

    Then enter the formula in the Input channels table: MyFunc(); 1
    Where 1 is status of the input channel.

    Anyway the channel value is double. If you need string representation, use Unit table (find the example in the default configuration database).

    Also read about using formulas at Part 3. Software Configuration in http://rapidscada.org/product/documentation/

    in reply to: Rapid SCADA on Orange Pi 2 plus #1108
    Mikhail
    Moderator

    Thank you for the info.
    The issue is entered in the tracker in order to be resolved in the future.

    in reply to: Communicator using 100% CPU #1107
    Mikhail
    Moderator

    Solved. Will be published in the next version.

    in reply to: Calculated Real working unreliable #1102
    Mikhail
    Moderator

    Radix, could you write the required formula using C++, C# or math? In this case, I can tell how to apply it to Rapid SCADA.

    in reply to: Changing Table Colors, and event line color #1098
    Mikhail
    Moderator

    I you don’t find the answer with Chrome, I’ll help you, OK?

    in reply to: Changing Table Colors, and event line color #1097
    Mikhail
    Moderator

    Hi,

    You can easily the find the answer with help of Chrome. Press F12 and find the element by a mouse. Chrome displays the css file and line number.

    I recommend not to waste much time, because the web app will be totally redesigned.

    in reply to: Rapid SCADA on Orange Pi 2 plus #1096
    Mikhail
    Moderator

    First of all, let’s make sure about the reason. Please write about the result after changing localization.

    in reply to: Export data module manual exist? #1093
    Mikhail
    Moderator

    Hi,
    The manual is inside the installation package. The file name is Doc\dbexport_en.pdf
    Try using database model and scripts from the manual.

Viewing 15 posts - 5,791 through 5,805 (of 6,219 total)