Mikhail

Forum Replies Created

Viewing 15 posts - 5,971 through 5,985 (of 6,270 total)
  • Author
    Posts
  • in reply to: ScadaScheme can't run #842
    Mikhail
    Moderator

    The new scheme engine is under construction. Don’t waste much time by improving the existing scheme project.

    in reply to: ScadaScheme can't run #841
    Mikhail
    Moderator

    Open ScadaSchemeWeb project properties, go to web tab and change viewSet as below
    scheme/ScadaScheme.aspx?viewSet=0&view=1

    in reply to: SCADA-Scheme Editor does not work #838
    Mikhail
    Moderator

    Please copy the result here and start a new topic for the new issue.

    in reply to: SCADA-Scheme Editor does not work #836
    Mikhail
    Moderator
    in reply to: SCADA-Scheme Editor does not work #835
    Mikhail
    Moderator

    Please open you Windows Features window again, expand Internet Information Services node and subnodes and send me a screenshot. I’m going to check what subitems are installed.

    in reply to: SCADA-Scheme Editor does not work #832
    Mikhail
    Moderator

    Could you post a screenshot of http://localhost/scada/scheme/ScadaSchemeSvc.svc ?

    in reply to: SCADA-Scheme Editor does not work #830
    Mikhail
    Moderator

    Does it help?

    in reply to: Sending Email Notifications #829
    Mikhail
    Moderator

    Hi,
    I’ll help you. Just create a new topic in Installation Issues

    in reply to: SCADA-Scheme Editor does not work #827
    Mikhail
    Moderator

    In Win 7 the required feature is included in .NET Framework. You don’t need to tick checkbox.

    Please check that application pool with .NET 4 is chosen for Scada web application. Use IIS Manager for this purpose.

    in reply to: SCADA-Scheme Editor does not work #825
    Mikhail
    Moderator

    Please check that HTTP Activation feature for .NET 4+ is checked on:
    HTTP Activation feature

    in reply to: Dead band for data #822
    Mikhail
    Moderator

    Hi Gerrit,

    Thank you for the information.
    I think deadband is useful for exporting to an external DB, because DB may become a bottle neck. Rapid SCADA itself is fast and deadband is not very important.

    I’d like to improve the Export DB module in the future. I’ve written this idea in the internal tracker.

    Also you can variate a delay after polling in SCADA-Communicator to decrease a volume of information.

    in reply to: Dead band for data #820
    Mikhail
    Moderator

    I’m looking forward to receiving news from you

    in reply to: Dead band for data #818
    Mikhail
    Moderator

    If you mean you need export changes when the difference between the current and the previous values is greater than a deadband (curVal – prevVal > deadband), it is better to use a stored procudure because logic is more complex.

    What is the reason for filtering? If you try to minimize communicating with SQL Server my approach is not suitable for the case.

    in reply to: Dead band for data #817
    Mikhail
    Moderator

    Hello,

    I think you should add a filtering condition in SQL script in the export module or create a stored procedure that contains a filter and execute it in the export module.

    Something like this:

    INSERT INTO CnlData (DateTime, CnlNum, Val, Stat) 
    VALUES (@dateTime, @cnlNum, @val, @stat)
    WHERE @val > 100 -- filtering
    
    in reply to: Any questions about Rapid SCADA and Raspberry Pi #813
    Mikhail
    Moderator

    Hello,

    Schemes still don’t work on Raspberry. I expect that this working properly in the new version of SCADA-Web, which development will be started soon in February.

    Recently, the support of UTF-8 strings was added. It allows using of various national characters. It hasn’t been published yet. If this functionality is important for you I can send an update.

    Have you complete German translation or it is in progress?

Viewing 15 posts - 5,971 through 5,985 (of 6,270 total)