Forum Replies Created
-
AuthorPosts
-
MikhailModeratorRapid SCADA 6.4.1 has been released.
– Improved API of plugins and extensions (backward compatibility is supported)
– Fixed errors in MQTT and DB Import drivers
– The Server service writes initial command values to events before calculating by formula
– PostgreSQL historical archive supports in-memory cachingThe projects are fully compatible with the previous release.
MikhailModeratorYou can see that the Channel column is empty. It should be filled by the channel numbers. I suggest to delete the channels related to the device (in the Channels table) and create channels again using the wizard.
-
This reply was modified 9 months, 2 weeks ago by
Mikhail.
MikhailModeratorAfter you successfully displayed a table view, you should check a data page in Communicator to make sure that you receive valid data from devices.
MikhailModeratorPlease check ScadaWeb.log for the error details.
MikhailModeratorWow! Windows is unpredictable sometimes.
MikhailModeratorHello,
Could you clarify the question?
MikhailModeratorIn ScadaServer.log, there is no connection made by the ScadaWeb user. It looks like the web application tries to connect to another TCP port. Open the connection options of the Webstation app using the Administrator app and check that the port 10000 is set there.
MikhailModeratorMake sure that the latest updates are installed on your Windows 11.
MikhailModeratorUsing the TcpView utility make sure that TCP port 10000 is not being used by any other application except the ScadaServer service.
MikhailModeratorPlease also provide ScadaServer.log
MikhailModeratorHi,
Thank you for the info.
Scada.Scheme.Editor.AppData.StartWcfService(System.String ByRef)
The above line means that the error occurred when starting a WCF service.
This discussion is related to the issue, but it does not contain a solution.
We are planning to get rid of WCF in Scheme Editor. Until then, I suggest using a virtual machine to create schemes.
MikhailModeratorAccess to the log files is denied. Please make them public.
MikhailModeratorI 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.
MikhailModeratorHi,
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.
MikhailModeratorHello,
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 startedThe 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.
-
This reply was modified 9 months, 2 weeks ago by
-
AuthorPosts