Forum Replies Created
-
AuthorPosts
-
September 2, 2015 at 6:30 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #391
Mikhail
ModeratorHello Dejan,
Thanks for the info.
In addition, if IIS was installed after .NET, it is required to integrate them by executing aspnet_regiis.exe -iMikhail
ModeratorI think, it works as expected.
Export current data error occurs because you send the same data twice.
Export archive data is executed, for example, when you select Generator in SCADA-Server and send archive data.Current and historical data are stored in the same data table in case of using SQL from the manual.
September 1, 2015 at 2:48 pm in reply to: Rapid Scada not running on Web Browser due to 404 not found error #386Mikhail
ModeratorDejan,
Your Windows Features screenshot seems OK.
What is the error page at the current time?Mikhail
ModeratorIs there a error in C:\SCADA\ScadaServer\Log\ModDBExport.log ?
If so, please post here a error message.September 1, 2015 at 2:32 pm in reply to: Rapid Scada not running on Web Browser due to 404 not found error #383Mikhail
ModeratorHello Savan,
I’ve sent you information by email that you specified during forum registration.
September 1, 2015 at 9:27 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #377Mikhail
ModeratorI suppose that installed .NET is not full and WCF is not installed.
September 1, 2015 at 9:24 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #376Mikhail
ModeratorHi Dejan,
4.0 is the right version.
Can you make a screenshot of installed Windows Features? I’m interesting in subitems of IIS and WCF nodes.September 1, 2015 at 9:10 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #374Mikhail
ModeratorI could connect remotely and try to setup SCADA-Web. It is a payable service, so only you can decide whether to use it or not.
September 1, 2015 at 9:06 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #373Mikhail
ModeratorDejan, could you check the version of .NET that is used by the application pool of your web application?
September 1, 2015 at 8:56 am in reply to: Rapid Scada not running on Web Browser due to 404 not found error #372Mikhail
ModeratorHi,
What version of NET Framework is written in the bottom of the error page?
What version of Windows do you use?Mikhail
ModeratorPlease, write more info.
Mikhail
Moderatorhttp://server_name/scada
http://192.168.1.10/scada
where 192.168.1.10 is server IP
Make sure that port 80 is allowed by the server firewall.Mikhail
ModeratorThanks! I’ve got it.
Channel status describes quality of the channel value.
All statuses are containded in “Event Types” table. You can add your own status.
After “;” you can put a statement that calculates status. Status is integer.
For example, Cnl;Cnl > 0 ? 1 : 11Mikhail
ModeratorHi,
We are going to get rid of Silverlisght and use HTML5 + Javascript.
I hope within a 3-5 month.Mikhail
ModeratorHi,
1. Create the appropriate output channel using SCADA-Administrator
2. Open SCADA-Scheme Editor, create an element, choose “Send Command” action for the element and fill “Output channel” property of the element.When you click the element, a command window will appear.
-
AuthorPosts