Mikhail

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 6,282 total)
  • Author
    Posts
  • in reply to: OPC DA to OPC UA Server Question Communicator #17609
    Mikhail
    Moderator

    I suggest to configure a project on a modern x64 machine, and then upload the project on the x86 machine. In this case, the Administrator app is not needed on x86.

    in reply to: OPC DA to OPC UA Server Question Communicator #17602
    Mikhail
    Moderator

    There is a chance that it is possible, but no one has tried.
    Try to download and install .NET x86 and 32-bit version of OPC Core Components.
    Did you install “OPC Core Components Redistributable (x86) 3.00.108.msi” ?

    in reply to: Blinking in faceplate not working #17597
    Mikhail
    Moderator

    In the mimic provided, I edited the instance of AI_Nameplate, bound the Alm property to the channel 104. I use the Hello World project. An image blinking properly when the channel 104 is On.

    in reply to: Blinking in faceplate not working #17596
    Mikhail
    Moderator

    The object is not blinking.

    This is because the object in the example is not visible. I will check why.

    in reply to: Blinking in faceplate not working #17595
    Mikhail
    Moderator

    Hello,

    the text alignement center don’t work

    To center text horizontally, set a fixed text width.

    in reply to: Custom modbus driver #17594
    Mikhail
    Moderator

    Play with the TextFormat and Text properties of an event.
    Link

    in reply to: Transfer historical data to DB #17593
    Mikhail
    Moderator

    Hi,
    > is there a specification of the dat file format?
    Yes. Please search in Additional documentation

    > How to export complete historian data to csv?
    Use the utilities.

    Mikhail
    Moderator

    🙂

    in reply to: Custom modbus driver #17588
    Mikhail
    Moderator

    A device tag is not null event if it is not bound to a channel.
    You should initialize device tags in the driver logic in the InitDeviceTags method.
    According to your first message, you already have device tags. For tests, try DeviceTags[0]

    in reply to: Transfer historical data to DB #17587
    Mikhail
    Moderator

    I suggest to use DAT and PostgreSQL archives in parallel. In that case, you have 2 copies of data, fast performance when read DAT format, flexibility when read using SQL.

    in reply to: Transfer historical data to DB #17586
    Mikhail
    Moderator

    Hi,

    Is it possible to transfer historical data to the database from the dat archive?

    There is no direct converter. If you decided to develop it, I could help.
    Using the existing tools, you can export data to CSV, and then import it back from CSV to Rapid SCADA. When importing, data is sent to the Server service which writes it to the active archives.

    in reply to: Backup strategy for distributed system #17582
    Mikhail
    Moderator

    If the connection is lost, will the data be supplemented in the central SCADA after it is restored?

    This feature is implemented by Rapid Gate Module as noted by manjey73.

    in reply to: Backup strategy for distributed system #17581
    Mikhail
    Moderator

    Hi,

    This document can be useful.

    I am considering the following architecture: one central SCADA serving all objects and devices, and a miniPC in each object with local SCADA.

    Looks good. As far as I know many Rapid SCADA users choose that architecture.

    in reply to: Custom modbus driver #17580
    Mikhail
    Moderator

    Hi,
    An event generated from the driver should be bound to a device tag.
    A device tag should be bound to a channel.
    Check this example.

    in reply to: Installation of drv_telegram_6.1.0.0_en on Raspberry Pi CM4 #17577
    Mikhail
    Moderator

    Hi,

    This is a common issue.
    You should configure communication line and device according to the manual. Ufter project upload, you will find the required records in the log.

Viewing 15 posts - 136 through 150 (of 6,282 total)