Mikhail

Forum Replies Created

Viewing 15 posts - 4,321 through 4,335 (of 6,219 total)
  • Author
    Posts
  • in reply to: When Scada Comm send data to Scada Server. #4942
    Mikhail
    Moderator

    when the cmdlen’s number more than 65536,the scada server can not receive the cmdlen

    Yes, this is a limitation.

    When debug ScadaServer,The computer is very stuck.Why?

    Depends on a computer hardware.

    ScadaComm runs long time,the memeory of ScadaComm become much bigger.Why?

    Can you provide memory usage chart?

    I think you can use Design Patterns to insteaed the switch method,the ProcCommCommand function is too long to beautiful.

    I agree. I hope this will be refactored in the future.

    in reply to: Web Application on Windows Server 2012 R2 #4940
    Mikhail
    Moderator

    1. Before running Rapid SCADA setup, you should switch on the features of Windows Server 2012 R2. If you provide link to their screenshot, I’ll write what features to select.

    2. Microsoft SQL Server Compact 3.5 is used for configuration only, not for data archive. You can’t change it to SQL 2018. In the future we will get rid of SQL Server Compact.

    in reply to: Averaging formula #4937
    Mikhail
    Moderator

    I implemented several averaging formulas in different projects. I can help you with averaging based on your requirements. But this is out of free support.

    in reply to: Time Out #4936
    Mikhail
    Moderator

    Hello,

    You need to find a cause of logout. What operation system do you use? What is written in ScadaWeb.log when logout?

    in reply to: Averaging formula #4935
    Mikhail
    Moderator

    How to do to average same variable along a certain time (n previous
    readings)?

    Create new formulas in the Formulas table depending on your needs. There are many different ways to calculate averages.

    What does “averaging” column in Input Channels work if marked?

    Summarizes all values received from controller and then divide by their count. This is performed separately when write minute and hourly data in the archive.

    in reply to: Averaging formula #4930
    Mikhail
    Moderator

    Hi,

    Something like
    (Val(1) + Val(2) + Val(3)) / 3
    where 1, 2 and 3 are input channel numbers.
    You need to add an extra input channel of calculated real type that uses the above formula.

    in reply to: Installation of Webstation plugins #4929
    Mikhail
    Moderator

    Rapid Scada 5.6.0 that includes Webstation to 5.0.7.0 ))

    in reply to: 5.6.0 Web is not normal #4924
    Mikhail
    Moderator

    Hi,

    We fixed a bug that may relates to your issue. Download the latest Rapid SCADA again, reinstall Webstation and press Ctrl+F5 in browser.

    in reply to: Error in packaging the project #4923
    Mikhail
    Moderator

    In this forumn, 1 topic is for 1 kind of error. Please create new topics for new errors.

    in reply to: Displaying string instead of input #4922
    Mikhail
    Moderator

    1. Open Administrator.
    2. Open the Units table, and create your row, for example,
    Running; Not Running
    3. Create an input channel.
    4. Set the Format field to “Enum text”.
    5. Set the Unit field to your the unit you created on step 2.

    in reply to: Installation of Webstation plugins #4921
    Mikhail
    Moderator

    First of all, upgrade Webstation to 5.0.7.0.

    in reply to: Rapid SCADA Documentation PDF #4914
    Mikhail
    Moderator

    I hope in the future we will come up with something. Thank you for noticing.
    You can download zip archive from https://github.com/RapidScada/scada then find ScadaDoc folder and open web pages locally.

    in reply to: What is the meaning of the algorithm? #4913
    Mikhail
    Moderator

    Please specify your question.

    in reply to: Installation of Webstation plugins #4912
    Mikhail
    Moderator

    First of all, upgrade Webstation to 5.0.7.0 and Scheme Editor to 5.2.2.0.

    1. Please check ScadaWeb.log for errors.
    2. Horizontal or vertical depends on level width and height. Just resize it.
    3. Provide more details about the issue.
    4. Colorized gauge is the same component with background image. Background images can be found in the internet.

    in reply to: Rapid SCADA Documentation PDF #4908
    Mikhail
    Moderator

    In Chrome press Ctrl+P, select “Save as PDF” printer and save it.

Viewing 15 posts - 4,321 through 4,335 (of 6,219 total)