Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIt depends of your Modbus register map. You have to create commands in Modbus template. The default configuration contains example of Modbus commands.
Can you share what you did?
MikhailModeratorHi,
First of all, make sure that sending commands works well only in Communicator (open Commands tab). If it doesn’t work, see communication line log.
SetVal() doesn’t send command. You should use output channels for this.
MikhailModeratorSee http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html for the details.
MikhailModeratorHi,
1. Add a new channel of Calculated real type.
2. Set a formula of the new channel, for example, (Val(1)+Val(2)+Val(3))/3
where 1,2 and 3 are existing channels.
3. Add new channel to your user interface.
MikhailModeratorHi,
Please make a screenshot of communication line log too.
MikhailModeratorGreat!
Thanks for sharing the experience.
MikhailModeratorHi,
What is shown in Communicator?
MikhailModeratorHi Robybob,
Did you copy ModDBExport.dll from tbe Windows distributive of Rapid SCADA to Linux?
Try copying MySql.Data.dll to SCADA/ScadaServer/
Please tell about the result.
MikhailModeratorHi,
Thanks for the detailed description.
in Authentication option, i choose Windows Authentication, so i think Password of this field is my computer.
Windows Authentication is when you specify no password. Select an option with a password.
MikhailModeratorRapid Gate is needed for data exchange between many instances of Rapid SCADA. For example, big central instance and many small local instances. You need to install a Rapid Gate and get a license for each small local instance of Rapid SCADA.
MikhailModeratorHello,
As I know it’s possible to connect to Excel like it is a database. I didn’t try it. If you can do this, then you can read data by KpDbImport driver.
MikhailModeratorHi,
1. Define a function in the Formulas table.
2. Use the function in the Formula field of a channel.
MikhailModeratorProvide log of the communication line when send a command.
MikhailModeratorHi,
Switch channel type to Calculated Real and remove Signal.
MikhailModeratorTry this update. Copy ScadaData.dll to C:\SCADA\ScadaWeb\bin
Don’t forget to backup the existing DLL.
Please write here about the result. -
AuthorPosts