Forum Replies Created
-
AuthorPosts
-
MikhailModeratorCreating a driver seems like the best option. Check this article.
Otherwise, you could write data to a database, then read by Rapid SCADA.July 22, 2024 at 9:50 am in reply to: “Service control command failed” When uploading configuration #14998
MikhailModerator1. Open IIS management console. Type
IISin Windows search bar.
2. Select the Scada website.
3. Press the Restart button.July 22, 2024 at 9:48 am in reply to: Notification if data not received from particular device #14997
MikhailModeratorHi,
You could configure Automatic Control Module to send message when channel status is 0, for example. Check this video.
MikhailModeratorHello,
Rapid SCADA 6.2.1 requires .NET8. Make sure that you use the latest Rapid SCADA version and .NET 8 (ASP.NET and Desktop) is installed.
MikhailModeratorHello,
> It appears from ScadaServer.log that the back end has started up on my ARM64
Interesting. If so, ScadaWeb also should run.Try the following:
1. Open a command line bycmdcommand
2. Set the current directory to SCADA\ScadaWeb
3. Execute ScadaWeb.exe and check console outputPlease share the results.
MikhailModerator> The current method of creating two channels is a compromise. It requires saving these two meaningless channel values ββin the database.
If limits can be changed by a user, channels are not meaningless. In general, I agree with you, it would be a useful feature to display limits on chart.Specify
SetData()output formula for min and max channels. And create a new limit record for the channel.
MikhailModeratorThe driver page in the Store is https://rapidscada.net/store/Module/en/KpM61107
MikhailModeratorHi,
Good.
MikhailModeratorHello,
More info needed.
Are those 3 PLCs operate as Modbus master (client) or Modbus slave (server)?
MikhailModeratorThe OPC UA server that is built in Communicator cannot send commands to the application. You should look for another way of sending commands to Rapid SCADA. May be, via a database or 3rd party OPC server.
MikhailModeratorHi,
Do you mean to include .NET inside Rapid SCADA executables?
MikhailModeratorCreate 2 channels of the Calculated/Output type in the Channels table.
Specify their numbers in the Limits table in a limit row.
Display the created channels in a table view.
Then provide screenshots.
MikhailModeratorCould you provide screenshots of the settings and error?
MikhailModeratorπ
MikhailModeratorHello,
I’m not sure that it can work on Windows ARM.
If the Rapid SCADA services work, check log files ScadaServer.log, ScadaComm.log and ScadaWeb.log -
AuthorPosts