Mikhail

Forum Replies Created

Viewing 15 posts - 5,941 through 5,955 (of 6,270 total)
  • Author
    Posts
  • in reply to: BacNet #909
    Mikhail
    Moderator

    Hi,

    BACnet implementation is not currently in our plans. It can be included in the plans if we find a sponsor of this feature. Also I can help an external developer to integrate BACnet driver with Rapid SCADA if someone decides to develop it.

    Mikhail
    Moderator

    OLE DB connection is possible instead of ODBC.

    Mikhail
    Moderator

    Integration with Rapid SCADA article describes how to access to Rapid SCADA native data programmatically.

    Mikhail
    Moderator

    Rapid SCADA uses its own data format for storing archives by default.
    May be for your task the optimal way is using standard DBMS. It depends on a way how data is processed and shown.
    There is ModDBExport.dll – a SCADA-Server module. It allows online export data to Oracle, MS SQL, MySQL, PostgreSQL, etc. The examples of settings is in dbexport_en.pdf in the installation package.

    Mikhail
    Moderator

    Hello,

    I think, comments should be inserted into event tables. The format of event tables allows to write 50 bytes of auxiliary event data. Is it enough? If it is not enough, another storage must be used.

    Anyway custom development is required for the forms for entering data and showing inserted comments.

    Could you provide more details of your question about SCADA-Administrator?
    Also it is possible to use one of the popular DBMS to solve your task.

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

    The normal call stack is UserData.GetUserData() -> AppData.InitAppData()
    Then MainData.SettingsFileName = ConfigDir + CommSettings.DefFileName;

    Is MainData.SettingsFileName = … executed?

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

    Check why serverComm == null in MainData.CheckUser() after executing MainData.RefrServerComm() method.

    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, 3 months 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.

Viewing 15 posts - 5,941 through 5,955 (of 6,270 total)