Forum Replies Created
-
AuthorPosts
-
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
MikhailModeratorIn this case, create 2 extra channels, max and min. Set them as limits of the 1st channel (see this page). To display them on a chart, you need to select them manually or display chart as a view with predefined channels.
MikhailModeratorDo you mean that you need to restart a line by another OPC UA client?
If so, you need a channel that can be changed by the client, and use Automatic Control Module to send a command depending on that channel.
MikhailModeratorHello,
Channel formula example,
Cnl <= 10 ? Cnl : 0
Condition ? expression1 : expression2
MikhailModeratorCurrent driver version supports number values. We will support 4 char strings in the next driver version.
MikhailModeratorHi,
You have to fill the tags in the device properties. One tag per line
MikhailModerator> I just want to know how many Y axes can be used at most
There is no software limit. If you create too many axes, they will appear ugly, I suppose.
MikhailModeratorCreate a channel of the Output type and set Tag Code to the above.
-
AuthorPosts