Forum Replies Created
-
AuthorPosts
-
MikhailModeratorA data source configuration file will appear in Communicator – Configuration files, named like DrvDsOpcUaServer.xml.
MikhailModerator> I guess I would need create multiple UA servers and then set their ports in the xml configs?
Yes. Click the Properties button to open the data source options. Create a new configuration for for a data source. Find TCP port in the created file. Please let me know about the result.> Are you able to explain connection between devices under the communicator vs devices in the configuration database?
On Server level, there are calculated channels. While on Communicator level, only data received from the devices.
MikhailModeratorIf you ask about installation, file copying is required to ScadaWeb and ScadaAdmin folders.
MikhailModeratorIt’s different. It’s mostly implemented using JavaScript and a bit of C#. See the example here.
MikhailModeratorHi,
I suppose, yes.
Using the Administrator application, in Communicator – Data sources, create several data sources with the DrvDsOpcUaServer driver. Each data source works independently.Note that OPC UA server in Rapid SCADA operates on Communicator level. It can access data of Communicator.
We are planning to implement access to calculated channels on Server level, but it’s in the future.
MikhailModeratorHello,
The most likely cause is a change in the computer code due to a change in the computer parameters.Please email us a new computer code shown by Chart Pro to check.
MikhailModeratorHi,
I suggest to install Communicator and Agent on the local Linux-based controller to poll the Modbus device. Then configure sending data from Communicator to the cloud server.
MikhailModeratorYes, you right. This is the most optimal way.
MikhailModerator🙂
MikhailModeratorOK
MikhailModeratorSo set the channel, the output formula would be
SetTempData()public double SetTempData() { MyVal = CmdVal; return CmdVal; }
MikhailModeratorHi,
Try another solution.
In the Scripts table, declare a variable:
public double MyVal = double.NaN;In the input formula of the channel use:
MyValVariables are not stored in archives.
MikhailModeratorThe CSV export utility is a separate small application which always requires UTC time.
You can export historical data to Excel using the local time and then save to CSV.
MikhailModerator101 is a channel to reset.
-
AuthorPosts