Mikhail

Forum Replies Created

Viewing 15 posts - 5,896 through 5,910 (of 6,218 total)
  • Author
    Posts
  • in reply to: ScadaScheme can't run #892
    Mikhail
    Moderator

    It’s strange. You should debug and understand the details.

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

    When you uncomment #define DEBUG_MODE the following code works:

    userData.Login("admin", "12345", out errMsg);
    

    And user become logged on. SCADA-Server service must be running.

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

    I added some changes in development branch: https://github.com/RapidScada/scada/blob/develop/ScadaScheme/ScadaSchemeWeb/scheme/ScadaScheme.aspx.cs

    You should uncomment #define DEBUG_MODE
    If you work with master branch, you can copy the changes to you local copy of sources.

    in reply to: Slave address table #885
    Mikhail
    Moderator

    Hi,

    Try to use address 4001.
    If it doesn’t help, post here a part of communication line log.
    If you are able to receive a log of successfull communication with another application, you may use http://modbus.rapidscada.net/ tool to get all the details of polling and use this information in the template.

    • This reply was modified 10 years, 1 month ago by Mikhail.
    in reply to: ScadaScheme can't run #884
    Mikhail
    Moderator

    Is SCADA-Server running when you try to start debugging?
    May be there are some useful information in ScadaScheme.log and ScadaWeb.log in your sources log subfolder?
    Also look for additional information into C:\SCADA\ScadaServer\Log\ScadaServerSvc.log

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

    can I Suggest your new scheme Functions?

    Of course.

    in reply to: AutoControll load problem #879
    Mikhail
    Moderator

    Right click DLL and click Unblock button. The example

    in reply to: SCADA-server #878
    Mikhail
    Moderator

    2. It works like mirroring. It is recommended to save data copy to another HDD of the same server. In case of copying to another server it’s better to use a backup script or 3rd party backup tools becase network lags may affect SCADA-Server normal work.

    in reply to: SCADA-server #877
    Mikhail
    Moderator

    1. You can authenticate users of Active Directory (AD). In this case you don’t need to add users by SCADA-Administrator. It is easy to administrate and more secure. In AD the following global security groups have to be created:
    ScadaApp
    ScadaAdmin
    ScadaDispatcher
    ScadaGuest
    ScadaDisabled

    If a domain user is a member of the security group, he can login Rapid SCADA.
    Domain controller is a server where AD operates.

    in reply to: Email smtp configuration #876
    Mikhail
    Moderator

    Email:
    Address and Call number are empty. Open the device properies in Communicator to configure connection with mail server.

    SNMP:
    Host (IP address) is Call number field. Port is also Call number, e.g. 127.0.0.1:161. Port is optional.
    Open the device properties in Communicator and you will see all other SNMP-specific properties.

    in reply to: localization Rapid SCADA into Italian language #872
    Mikhail
    Moderator

    You don’t need any programming for localization.

    Search for *.en-GB.xml files into C:\SCADA folder. You should create similar files for Italian.

    Then open SCADA-Administrator -> Settings -> Language and type your culture name.

    in reply to: localization Rapid SCADA into Italian language #871
    Mikhail
    Moderator

    Visual Studio 2013 or higher. Community Edition is OK.

    in reply to: SNMP #870
    Mikhail
    Moderator

    In the current version you should create 3 (or more) calculated input channels for hours, minutes and seconds.
    In the next major version there will be time output format.

    in reply to: Alarm events sent by email or SMS #863
    Mikhail
    Moderator

    What’s the difference between demo mode, home and business for automatic control module? The demo mode is enough?

    For now the difference between home and business licenses is the price only.
    Demo mode allows to try the module, you need to restart SCADA-Server after 10 minutes of work otherwise commands stop to be sent.

    If the software is installed at work you have to purchase the business license.

    in reply to: Alarm events sent by email or SMS #862
    Mikhail
    Moderator

    You may be interesting in localization Rapid SCADA into Italian language. In this case just create a new topic and I’ll describe how to do it. It is easy.

Viewing 15 posts - 5,896 through 5,910 (of 6,218 total)