Forum Replies Created
-
AuthorPosts
-
October 14, 2016 at 5:29 pm in reply to: SendStandardCommand, SendBinaryCommand, SendRequestCommand #1643
MikhailModeratorIt is an ID of a user from the configuration database which you can see in Administrator. You can set it to 0 means undefined. User ID is just an information who send a command.
MikhailModeratorProbably, the first list item above is difficult to implement, because devices are installed for a long period of time. In this case you need a software simulator of devices, that can respond for requests.
MikhailModeratorpolling frequency 30 sec to 5 mins distributed among devices
This is not high load.
1. After you configure Rapid SCADA, you should start the whole process and watch for CPU, RAM, HDD and network load.
2. Test responsiveness of the web app by serfing data views. Compare first open time of a view if Communicator is running or not. First open time after restart application pool of IIS.
3. Explore logs of the web app and SCADA-Server service (you should switch to detailed log).
MikhailModerator1) Both are good choice.
Server 2016 is not tested with Rapid SCADA, but I’m sure, it will work well. In case of any issues with it, I can help you.2-4) Very good.
5) I forget to ask about communication protocols. Could you describe how devices will be connected?
I think, from 10 to 100 parallel polling threads (communication lines) have to work.
It would be wonderful if you share stats when you launch the system.I recommend Extended Support for important systems. Also recommend the new web app.
MikhailModeratorHi,
Rapid SCADA is tested in the lab with 10000 input channels and works well on Pentium i3 and 4GB RAM. Active communication between Server and Communicator may require more resources.
Some additional questions:
1. What OS is planned?
2. What frequency of polling is really needed?
MikhailModeratorHello,
If it already works, it will work further too.
But there can be a mess for administrator.
I recommend to create communication lines and assign them to devices.
Objects are optional.
MikhailModeratorThe most simple is MySQL and MS SQL 🙂
MikhailModerator1521 is the default Oracle port. I don’t think you should explicitly specify it.
Have you specified your connection settings in tnsnames.ora ?Connection tab contains settings those used by the shell to connect to SCADA-Server service. You don’t need to change them.
MikhailModeratorHello,
You should specify the views in the configuration database using SCADA-Administrator. See install_web_beta_en.pdf in scada_web_beta_en.zip
MikhailModeratorIt is technically possible, but it is not a good idea, because if network connection lost, data will not be saved. You can try UNC network path as a directory.
Why do you need it?
MikhailModeratorTry using these manuals:
https://www.postgresql.org/docs/9.1/static/client-authentication-problems.html
https://www.postgresql.org/docs/9.3/static/auth-pg-hba-conf.html
http://stackoverflow.com/questions/21388701/postgresql-sspi-authentication-fatal-2801-password-authentication-failed-forThis issue is not caused by ModDBExport but the PostgreSQL itself.
MikhailModeratorAccording to your screenshot I can say that SCADA-Web is not installed in C:\SCADA\ScadaWeb
What are the current state of installation?
I can install Rapid SCADA remotely, if you’d like. It is a commercial service.
MikhailModeratorSCADA-Web app was not installed.
You have to switch on Common HTTP Features -> Static Content option.
Also switch off all the options for .NET 3.5
MikhailModeratoruse postimage.org for publish screenshots
MikhailModeratorDid you follow the recommendations in the error message?
Was SCADA-Web successfully installed by the next attempt?
Please post screenshots of the errors. -
AuthorPosts