Mikhail

Forum Replies Created

Viewing 15 posts - 3,301 through 3,315 (of 6,288 total)
  • Author
    Posts
  • in reply to: Table View transposition & max present tavle values #8128
    Mikhail
    Moderator

    You need 2 records in the Interface table: one for the report and the 2nd for the link.

    in reply to: Table View transposition & max present tavle values #8127
    Mikhail
    Moderator
    in reply to: Error updating data webstation #8126
    Mikhail
    Moderator

    Hi,

    Press F12 in browser, open the Console tab and make a screenshot of detailed error.

    in reply to: HTTPS on Linux #8113
    Mikhail
    Moderator

    Is it the Mono-WCF bug stopping scada with apache2 https?

    Yes.
    What is the current status of your research?

    in reply to: Virtual Keyboard #8112
    Mikhail
    Moderator

    Thanks a lot for the info!
    Could you provide some screenshots?

    in reply to: behavior of lower / upper alarm limit #8111
    Mikhail
    Moderator

    If some limits are empty (null) they will not be converted to 0 and will not be checked at all.

    case like this, there should be only stat of 11,13,15

    Yes.

    in reply to: ModDBExport module is not working in Ubuntu #8110
    Mikhail
    Moderator

    Hello,

    What PostgreSQL version do you use?
    What is Mono version? Command to check:

    mono --version

    Try copying Mono.Security.dll from the Windows installation package to /opt/scada/ScadaServer/Mod/

    in reply to: Chart Pro application error #8109
    Mikhail
    Moderator

    Hi,

    To fix the issue, you should upgrade Webstation and Chart Pro to the up to date versions.

    in reply to: Internal server error (500) #8107
    Mikhail
    Moderator

    Hi,

    In a web browser press F12, open the Console tab and make screenshot of the errors there.

    in reply to: sec data save #8097
    Mikhail
    Moderator

    But be very careful, I am not sure if there will be any negative impact.
    I suspect it can slow down or even crash the server when you download minute report or plot chars.

    You absolutely right. I also wrote about this somewhere on this forum.
    Historical data are completely refactored in Rapid SCADA 6.

    in reply to: Modbus Comm Bug #8096
    Mikhail
    Moderator

    It’s a useful formula.
    Just a note: you can simplify

    if (ChannelErrors[CnlNum] >= n) {return double.NaN;}
    else {return Val();}

    to
    return ChannelErrors[CnlNum] >= n ? double.NaN : Val();

    in reply to: behavior of lower / upper alarm limit #8095
    Mikhail
    Moderator

    Hi,

    Thank you for this question.

    Case 3 : 10,20,None,None

    In this case None and Node are equal to 0. That’s why limits are interpreted as incorrect and ignored. This behavior will be changed in Rapid SCADA 6.

    You should set some values instead of None.

    in reply to: Silent server crash #8094
    Mikhail
    Moderator

    Also provide a screenshot of the trigger settings that sends the last command:
    01-16 05:15:47 <***C2> Command: out channel = 1402, user ID = 0

    in reply to: Silent server crash #8093
    Mikhail
    Moderator

    Hi,

    How often does the problem occur?
    What is your scenario of using Auto Control Module?

    It just happend to me that I might try disableing AutomaticControl first.

    Agree. This is a possible cause.

    in reply to: ScadaAdmin on Linux #8090
    Mikhail
    Moderator

    In case I can’t use the Administrator application, I usually use WinSCP to copy Rapid SCADA project from Windows PC to Linux server, and use Putty to restart services.

Viewing 15 posts - 3,301 through 3,315 (of 6,288 total)