Forum Replies Created
-
AuthorPosts
-
Mikhail
ModeratorI see under the “Instance Status” it says webstation “Status not supported” Can it be relevant?
It’s not relevant. It just means that the app does not provide status.
I suggest to check events in Windows Event Viewer. If an app accidentally crashes, the OS writes some info there.Also try to deploy a new virtual machine using Hyper-V or VMware and install the editor from scratch.
Mikhail
ModeratorHi,
Please provide a screenshot of the error by posting a link to Google Drive or other image hosting.
Also check the ScadaWeb.log and ScadaServer.log files.Mikhail
ModeratorHello,
When the editor starts correctly, ScadaSchemeEditor.log contains
2025-03-25 12:50:42 <PC><user><ACT> Initialize common data of Scheme Editor 2025-03-25 12:50:42 <PC><user><ACT> Load components from files 2025-03-25 12:50:42 <PC><user><ACT> Components are loaded from the file C:\Program Files\SCADA\ScadaSchemeEditor\Web\bin\PlgSchBasicComp.dll 2025-03-25 12:50:43 <PC><user><ACT> WCF service is started
The editor uses WCF, so you may need to enable it as shown here.
The editor opens TCP port 10001. Using TcpView make sure that the port 10001 is not used by another application.
Mikhail
ModeratorWhen an error occurs, the details are written in ScadaWeb.log. Please check the log file for additional info.
Mikhail
ModeratorScadaWeb.log is OK.
Errors like “Dictionary file not found” are not critical.
What do you get when open http://localhost:10008/ in browser?Would you be able to explain the process of how the data from the Communication lines is transferred to the WebStation?
The Webstation app connects to the Server app using TCP port 10000 and requests data.
Mikhail
ModeratorHi,
Screenshots of the settings and results would help to solve the issue.Mikhail
ModeratorThe driver has been added to Store
https://rapidscada.net/store/Module/en/DrvParserTextJPMikhail
ModeratorHello,
Please open the browser tools (F12), select the Network tab, and make screenshots of the HTTP request details.
Mikhail
ModeratorThank you 🙂
Mikhail
ModeratorI keep seeing in the log that the Webstation is stopped. Now what?
This is a normal behavior. If the web application has not been used for some time, it is stopped. When you open it again, it will be started. You can see than in the log file.
Mikhail
ModeratorHow can I totally uninstall the program and servers so that I can install it again?
Usually it’s reinstallation needed to fix an issue.
Website with the same name exists and Application pool item already exists.
How so I deal with this, please?You can delete the pool and website manually in the IIS management console. If you are not sure, provide screenshots.
Mikhail
ModeratorHello,
Could you provide a screenshot or video?Mikhail
ModeratorMay be you should set an input formula of the channel 145 to blank, and try again.
Mikhail
ModeratorIf you remove Val(145) in that channel, where do you set the channel’s 145 value? Which place the TimeUpdate() function is called?
-
AuthorPosts