Mikhail

Forum Replies Created

Viewing 15 posts - 4,111 through 4,125 (of 6,282 total)
  • Author
    Posts
  • in reply to: Formulas check '-' #5677
    Mikhail
    Moderator

    Take into account that
    CnlStat – the status that was just received from Communicator
    Stat(N) – the current status of an input channel before receiving new status

    in reply to: "Pass to Server" button in 5.7.0 #5676
    Mikhail
    Moderator

    Hello,

    Main Menu > Deploy > Upload Configuration
    And the similar button with a small green arrow on the toolbar.

    in reply to: Version number change #5671
    Mikhail
    Moderator

    Since Rapid SCADA 5.7.0 we store the configuration database in XML as a part of a project. *.dat files are used in runtime.

    • This reply was modified 6 years, 11 months ago by Mikhail.
    in reply to: Version number change #5670
    Mikhail
    Moderator

    Where can i find and/or change the version number?

    Usually in the about page. Version number of what application?

    Also is it possible to acces the db like a sql datebase or?
    Is the baseDat the only thing i have?

    You can read the files like written here , get data from Server by TCP and use REST API.

    in reply to: Formulas check '-' #5669
    Mikhail
    Moderator

    Hi,

    if (CnlStat > 0) …

    Mikhail
    Moderator

    Hi,

    Can we use formula to calculate the elapsed time for the channel being in in True State?

    How many times a day a channel may change?
    The simplest approach is:
    1. Create an input channel of Minute real type.
    2. Use a formula Val(101) > 0 ? Val() + 1 : Val()
    where 101 is the source channel that can be 0 or 1
    The formula is calculated every minute for this type of channel.

    But this approach is not accurate.

    can we use formulas to make a digital counter so that we can calculate how many times channel changed from state to another state for example False to True?

    Just choose Switching counter type of the input channel. And it will count.

    in reply to: Unknown device tags #5660
    Mikhail
    Moderator

    Configured the aliases in OPC server. Now I have access to them from communicator service and it is now working. I didn´t know that the use of aliases was needed.

    That’s good! Thank you for sharing the cure recipe. OPC is a black box.

    in reply to: All value reset to 0 when device lost communication #5658
    Mikhail
    Moderator

    Hi,

    Stop the Communicator service, and use the Generator feature the collect more information how the formula works. The expected and actual results, you need, are not clear.

    in reply to: Unknown device tags #5651
    Mikhail
    Moderator

    Is it possible that this tags are blocked to use them outside OPC server?

    May be, but I don’t think so.
    Matrikon also provides OPC Explorer. Try to use it for get data of that tags. Does it work?

    I can connect to your PC remotely to do more diagnostic, however this is a commercial service and I’m not sure that I reach success in fixing this problem.

    I tried restarting communicator and also setting the tag´s names from administrator but still not work.

    Please provide communication line log.

    in reply to: Delete Archived Data #5649
    Mikhail
    Moderator

    Yes. Open the archive directories:
    C:\SCADA\ArchiveDAT\Events
    C:\SCADA\ArchiveDAT\Hour
    C:\SCADA\ArchiveDAT\Min

    and delete the unnecessary files. Each file is written for a one day.

    in reply to: Export to Database Module #5648
    Mikhail
    Moderator

    Is the “duplicate entry” error critical in your situation or can be ignored?

    in reply to: Unknown device tags #5647
    Mikhail
    Moderator

    Thank you.
    Could you check if the problem also occurs in case of using Matrikon OPC Simulation Server?

    Despite of the error, a name should be set non empty. Are there tags that can be added with non empty name? What if you save settings and restart the Communicator service?

    in reply to: Ubuntu Installation Forbidden from Apache2 #5646
    Mikhail
    Moderator

    OK 🙂

    in reply to: What is "Bound to Server" – Communicator #5641
    Mikhail
    Moderator

    OK 🙂

    in reply to: Export to Database Module #5640
    Mikhail
    Moderator

    May be you should change cnlmun to cnlnum in the INSERT request.

Viewing 15 posts - 4,111 through 4,125 (of 6,282 total)