Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe above description is correct.
Sorry if it is studi question but how to modifiy the driver ?
1. Change the driver by yourself using the source code.
2. Sponsor the update, and we would implement the required feature.Any source code somewhere ?
Driver’s source
See DrvDbImport projects. For example, DrvDsOpcUaServer supports long strings.
MikhailModeratorIf you use Modbus TCP, using multiple communication lines will increase polling performance.
MikhailModeratorBad quality status is received only by Rapid SCADA driver or also by other OPC clients, like Matrikon OPC Explorer?
MikhailModeratorIn general, communication lines work in parallel.
MikhailModeratorHello,
It may depend on the communication protocol. Could you provide screenshots of the Communication line settings?
MikhailModeratorHi,
Thank you for the screenshot.
In Rapid SCADA 6 channels of the string type may contain more then 8 characters.
However, the DB import driver currently does not support long strings. The driver needs an update to implement the required feature.
MikhailModeratorAfter build, the executable and other files should be correctly copied to the runtime location as the installer does. Services must be registered in the system. Then they can be started.
MikhailModeratorHi,
Could you provide a screenshot?
MikhailModeratorHi,
My be it’s better to create new components inheriting them from the existing, because in this case you have more freedom to add new features.
MikhailModeratorHi,
The instruction is here. In Rapid SCADA 6 the Formulas table was renamed to Scripts. You should copy from line 21 to 205.
The formulas also should work on the 6th version.
MikhailModeratorI think, it’s better to develop new components using the existing components as base classes, or as examples.
MikhailModeratorHi,
There is no password in ScadaAdmin. However, it would be useful.
You could prevent other users to change the project it by configuring Windows access rights on the application and project folders.
MikhailModeratorHi,
ScadaClient is class is not thread safe, while you executeclient.GetCurrentDatain many threads.
MikhailModeratorHello,
Old versions are not published. I suggest to upgrade to the latest version.
If you need to move the software to another server without any changes, copy files and use this instruction.
MikhailModeratorMake sure that you don’t ignore registration keys when upload the configuration. The checkbox must not be set.
https://ibb.co/RT4kMz6 -
AuthorPosts