Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThanks for the solution! I hope it will help others.
MikhailModerator
MikhailModeratorI don’t think that Firewall blocks the page. The cause is in ASP.NET, IIS and WCF.
What Windows version do you use?
MikhailModeratorMost likely Microsoft WCF does not work on your computer.
Try the following recomendations: http://stackoverflow.com/questions/6425442/http-error-404-3-not-found-in-iis-7-5
Be attentive: you need WCF 4 or higher
MikhailModeratorHi Bret,
It is great that you have an option to change ports.
If a training is required, write me using skype or email to adjust a time.
MikhailModeratorDoes http://localhost/Scada/scheme/ScadaSchemeSvc.svc open correctly?
MikhailModeratorIs there any additional information in the log files in the folder C:\SCADA\ScadaWeb\log ?
MikhailModeratorThe complexity of increasing the field length is that the database structure becomes incompatible with the previous version. I’d prefer to include a fix in the next major version of Rapid SCADA, if a workaround exists.
MikhailModeratorHi Bret,
The field length issue shall be fixed. But it tooks a time.
Are all of your devices have the same port?
In this case you can set “Remote TCP Port” of communication channel properties in SCADA-Communicator and omit port in SCADA-Administrator.Every input channel has a Signal. Signal is an ID of a tag in SCADA-Communicator.
MikhailModeratorHi Dejan,
Yes, use “Status” color. The color depends on input channel status that can be calculated with formula.
MikhailModeratorHi,
It’s easy. Add your messages to Units table like “Alarm states 1” record. Then select created unit for an input channel with Discrete channel type and Text format.
1st message is 0.0 (value)
2nd message is 1.0
etc.
MikhailModeratorSCADA-Web:
Go to C:\SCADA\ScadaWeb\images
Then just overwrite the images.
Also you can change css styles in *.css but is is not recommended because you should do the same task when a new version released.Other applications:
Add the files in the application directory (for example, C:\SCADA\ScadaServer):
About.jpg
About.txtThe content of About.txt:
http://rapidscada.org 232 174 95 23
There the numbers are X, Y, width and height of the link.
MikhailModeratorSwitch to Modules page in SCADA-Server and add ModDBExport.dll
SQL examples are located in Doc\dbexport_en.pdf
In case of questions about DB Export Module, post them in a separate topic.
MikhailModeratorWould you like to insert the logo into the web application only or into all the applications of Rapid SCADA?
MikhailModeratorHi,
Usually it is needed to export hourly or minute archives to Excel. To export current data you could set up export to any database and use the 3rd party tools to export to Excel. Of course you can develop or purchase the custom report. -
AuthorPosts