Mikhail

Forum Replies Created

Viewing 15 posts - 4,276 through 4,290 (of 6,219 total)
  • Author
    Posts
  • in reply to: Chart Pro Select Time Period & Exporting data #5060
    Mikhail
    Moderator

    Hello,

    1) This function is not available because nobody wants to sponsor it.
    2) No. I’m not sure that such report has a good and clear layout, because there are a lot of data points which are scrolled on a screen.

    in reply to: Applikon Bioreactor #5059
    Mikhail
    Moderator

    Hi,

    What communication protocols are supported by the controller?
    If you try using OPC, these manuals can help:
    Article
    Video

    in reply to: Can I get data from communicatior directly? #5052
    Mikhail
    Moderator

    Definitely, your diagram is correct.
    If the system is not big, I suggest to deploy the same configuration database for all local computers and the remote computer to make configuring easier.

    in reply to: ModDBExport #5051
    Mikhail
    Moderator

    An INSERT statement executes for each channel separately.
    That’s why the default expression is simple

    INSERT INTO CnlData (DateTime, CnlNum, Val, Stat)
    VALUES (@dateTime, @cnlNum, @val, @stat)

    You have to change it to executing a stored procedure. Example for Postgres
    SELECT my_schema.proc_cur_data(@cnlNum, @val, @stat);

    And then perform filtering in the stored procedure my_schema.proc_cur_data.

    in reply to: MAP tile server #5050
    Mikhail
    Moderator

    Good!
    Is it heavy?

    in reply to: Cannot add new components in ScadaWeb #5049
    Mikhail
    Moderator

    ScadaWeb includes many folders after build. ScadaWebShell5 is the main part.
    For web applications, you should perform Publish in VS.

    in reply to: Modbus input channel scaling #5048
    Mikhail
    Moderator
    in reply to: Modbus input channel scaling #5047
    Mikhail
    Moderator

    Hi,

    Open Administrator, find the appropriate input channel and set its formula, for example, Cnl/10

    in reply to: Install software after building #5046
    Mikhail
    Moderator

    Hi,
    See the structure of the distributive package and this article.

    in reply to: ModDBExport #5038
    Mikhail
    Moderator

    but how to doit?

    See T-SQL manual. Also we can develop scripts for you for a fee.

    in reply to: Cannot add new components in ScadaWeb #5037
    Mikhail
    Moderator

    I suppose, first, you should install Rapid SCADA from distributive. When it works correctly, compare the installed files with results of your own build.

    in reply to: Can I get data from communicatior directly? #5036
    Mikhail
    Moderator

    You have several options:
    1. Deploy 2 instances of Rapid SCADA (local and remote) and connect them using Rapid Gate module.
    2. Get data from a remote computer by the web application.

    I have to get the data from the sever.

    That’s true.

    in reply to: ModDBExport #5030
    Mikhail
    Moderator

    What database do you use? (MS SQL, MySQL, etc.)
    I suppose, you should specify a stored procedure where to filter channels. And use this stored procedure in the export module.

    in reply to: Cannot add new components in ScadaWeb #5029
    Mikhail
    Moderator

    Could you update Webstation only? As I remember, there was a bug that hides error message in schemes containing the cause.
    Also you can find more details in C:\SCADA\ScadaWeb\log\ScadaWeb.log

    in reply to: cannot find the file specified in ScadaWeb #5028
    Mikhail
    Moderator

    Hi,
    OK. How did you solve the issue?

Viewing 15 posts - 4,276 through 4,290 (of 6,219 total)