Mikhail

Forum Replies Created

Viewing 15 posts - 5,611 through 5,625 (of 6,282 total)
  • Author
    Posts
  • in reply to: New Web App Idea? #1685
    Mikhail
    Moderator

    Note. Create topics for new issues, please. This thread has become too long. The new web app is coming very soon.

    in reply to: New Web App Idea? #1684
    Mikhail
    Moderator

    Issue 2. Interesting case. Thanks!
    This option exists for advanced users.

    1. Go to WebSettings.xml
    2. Set ViewsFromBase to false
    3. Specify view tree in ViewSettings.xml
    It has the new format in SCADA-Web 5 and edited manually in a text editor.

    in reply to: New Web App Idea? #1683
    Mikhail
    Moderator

    Issue 1. You have to grant access to “folders” which are separate records in Interface table.
    If it doesn’t help, post screenshots of the tables, please.

    in reply to: Channel value addition #1680
    Mikhail
    Moderator

    Hello,

    1. Add a new channel of the type Calculated Real.
    2. Enter a formula such as Val(1) + Val(2) and switch it on by the checkbox.
    3. Pass the configuration to Server and restart Server service.

    in reply to: New Web App Idea? #1678
    Mikhail
    Moderator

    Also Chart Pro for the new web app is ready.
    And the new plugin Elastic Report, which allows to generate almost any form of report.
    If need them, please let me know (they are not published yet).

    in reply to: New Web App Idea? #1677
    Mikhail
    Moderator

    Hello,
    It is done )) Download the beta again.
    Most likely, the official release will be in November 2016.

    in reply to: Showing Date and Time or Text in table and scheme #1676
    Mikhail
    Moderator

    Hi,

    You can easily display a date on a scheme by putting the parts close to each other.
    But dates can be shown separately in a table view for now.
    It is planned to add date and time format to Rapid SCADA. I hope, in this year or till the next spring. If the issue is critical, you are welcome to sponsor this feature to get it fast 🙂

    in reply to: Display of current data value #1673
    Mikhail
    Moderator

    The formula will be
    Cnl/1000; CorrectStat()

    in reply to: SCADA – communicator – unable to browse #1670
    Mikhail
    Moderator

    Also you can add items to the configuration file manually and watch whether it works or not.
    File path: C:\SCADA\ScadaComm\Config\KpOpc_XXX.xml

    in reply to: SCADA – communicator – unable to browse #1669
    Mikhail
    Moderator

    There are few similar questions:
    1st
    2nd
    3rd

    I think, you should try tuning DCOM configuration. How to open the config is described at the end of the article.

    in reply to: Display of current data value #1668
    Mikhail
    Moderator

    Please, provide your value of the formula field of the input channel.

    in reply to: SCADA – communicator – unable to browse #1665
    Mikhail
    Moderator

    Hello,

    Does this error appear for any folder of the OPC server?
    Could you try the same with Matrikon.OPC.Simulation server?

    in reply to: I need to read data format RTU modbus INT32-M10K #1664
    Mikhail
    Moderator

    Does it work for the current time?

    in reply to: I need to read data format RTU modbus INT32-M10K #1660
    Mikhail
    Moderator

    The approach is
    1. Receive data in UInt16 (4 Bytes)
    2. Create a formula in the configuration database (SCADA-Administrator, Formulas table) which decodes the data.
    3. Use the formula for your input channels in the Formula field.

    Do you have an algorithm how to convert INT32-M10K to normal integers or floats?

    in reply to: Display of current data value #1658
    Mikhail
    Moderator

    1. Create a formula in the Formulas table:

    int CorrectStat()
    {
      return CnlStat == 5 ? 0 : CnlStat;
    }
    

    2. Add the expression in the Formula field of an input channel:

    Cnl; CorrectStat()

    Note: I didn’t test this answer. It should work, but may have mistakes.

    • This reply was modified 9 years, 7 months ago by Mikhail.
Viewing 15 posts - 5,611 through 5,625 (of 6,282 total)