Mikhail

Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 6,239 total)
  • Author
    Posts
  • in reply to: OPC DA null values because bad quality. #13261
    Mikhail
    Moderator

    If DrvDsOpcUaServer.xml does not exist, the driver creates a default configuration file. You can put it in the project and change if needed. I recommend to use the default configuration if it fit your needs, because there are a lot of settings which are not obvious. The file in the screenshot was created by the OPC Foundation developers (and included in the driver), and I haven’t seen any documentation related to it.

    in reply to: OPC DA null values because bad quality. #13257
    Mikhail
    Moderator

    every signal have default limits (0 to 100) but values are higher than limits

    In this case, you get Bad quality status?

    in reply to: OPC DA null values because bad quality. #13256
    Mikhail
    Moderator

    If you need to use values with bad status as good values, I can provide the source code of the OPC DA driver, so you can change it as needed.

    in reply to: SQL string 8 caracters #13252
    Mikhail
    Moderator

    In SCADA I created 2 fields showing column 1 and column 2

    Good workaround. Thank you for the idea.

    in reply to: SQL string 8 caracters #13251
    Mikhail
    Moderator

    The 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.

    in reply to: Communication Lines and speeds #13250
    Mikhail
    Moderator

    If you use Modbus TCP, using multiple communication lines will increase polling performance.

    in reply to: OPC DA null values because bad quality. #13249
    Mikhail
    Moderator

    Bad quality status is received only by Rapid SCADA driver or also by other OPC clients, like Matrikon OPC Explorer?

    in reply to: Communication Lines and speeds #13244
    Mikhail
    Moderator

    In general, communication lines work in parallel.

    in reply to: Communication Lines and speeds #13243
    Mikhail
    Moderator

    Hello,

    It may depend on the communication protocol. Could you provide screenshots of the Communication line settings?

    in reply to: SQL string 8 caracters #13242
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: scada-v6 source code debug #13238
    Mikhail
    Moderator

    After 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.

    in reply to: SQL string 8 caracters #13237
    Mikhail
    Moderator

    Hi,

    Could you provide a screenshot?

    in reply to: add new condition ins scada scheme V5 #13234
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: Add formula in RapidScada v6 #13233
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: add new condition ins scada scheme V5 #13230
    Mikhail
    Moderator

    I think, it’s better to develop new components using the existing components as base classes, or as examples.

Viewing 15 posts - 1,516 through 1,530 (of 6,239 total)