Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIf you create a module for SCADA-Server, you can use PassCommand() method within the module.
If you create a driver for Communicator, you can use CommLineSvc.PassCmd() method to send command to a device that is bound to the same communication line.
MikhailModeratorHello,
Please provide more information how data are transferred from PostgreSQL to Rapid SCADA?July 10, 2017 at 5:55 am in reply to: How to create navigation link for navigating through different pages? #2349
MikhailModeratorIt’s true.
Kurlekar, if you need to speed up development of the required feature, you can be a sponsor of this feature.
MikhailModeratorHello,
If you choose the fore color “Status” for the dynamic text, its behavior becomes similar to table view.
MikhailModeratorIt seems fthe following formula doent work properly
Hello,
Please clarify what do you mean?
MikhailModeratorSometime the received data are incorrect. You can check it by http://modbus.rapidscada.net/ or any other Modbus parser. I recommend to try increasing a delay after request in Communicator (Request Sequence tab). Probably the polling speed is too fast for the particular device and network.
MikhailModeratorHi,
First of all, create a new topic and provide screenshots and logs.
MikhailModeratorAlso check that Communicator is connected to SCADA-Server.
MikhailModeratorData are not lost. The values equal 0 from 12am to 12pm.
The next time when the issue repeats, you need to check communication line log in Communicator and find out the cause of the error.
MikhailModeratorHi,
It would be great if you tell about the progress of your work in this forum topic.
MikhailModeratorPlease provide the necessary screenshots.
MikhailModeratorYou need to choose the correct parameters in your Modbus template in the Communicator app. Set correct type of register and byte order. Try the empty and 2301 byte order.
MikhailModeratorHello,
I work with WinForms and WPF. Both of them are stable and a good choice. WinForms is more simple for a developer. WPF allows to create really beautiful rich applications with cool GUI themes which you can download. But WPF requires more LoE in compare with WinForms.
These platforms work fast and performance depends on developer skills.
Also you should think about using OpenGL or Direct Drawing for the GUI.I haven’t developed using UWP. I think it is a good choice if you want your app to be cross platform.
MikhailModeratorYou can try changing the port in C:\SCADA\ScadaSchemeEditor\ScadaSchemeEditor.exe.config
MikhailModeratorHi,
“System.ServiceModel.AddressAlreadyInUseException” means that TCP port 10001 already used by another application. Try to find this application and close it. Use TCP View utility to check opened ports. -
AuthorPosts