Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIt’s strange. You should debug and understand the details.
MikhailModeratorWhen 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.
MikhailModeratorI 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.
MikhailModeratorHi,
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.
MikhailModeratorIs 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
MikhailModeratorcan I Suggest your new scheme Functions?
Of course.
MikhailModeratorRight click DLL and click Unblock button. The example
MikhailModerator2. 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.
MikhailModerator1. 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
ScadaDisabledIf a domain user is a member of the security group, he can login Rapid SCADA.
Domain controller is a server where AD operates.
MikhailModeratorEmail:
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.
MikhailModeratorYou 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.
MikhailModeratorVisual Studio 2013 or higher. Community Edition is OK.
MikhailModeratorIn 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.
MikhailModeratorWhat’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.
MikhailModeratorYou 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.
-
This reply was modified 10 years, 1 month ago by
-
AuthorPosts