Mikhail

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 6,124 total)
  • Author
    Posts
  • in reply to: Time string format and Locale #16554
    Mikhail
    Moderator

    > Is the any method to alter the default shorttime format of zh-CN globally (system / scada level).

    I suppose, it’s hardcoded somewhere in .NET framework.

    in reply to: Reading event log from modbus device #16553
    Mikhail
    Moderator

    The event address must be in the range 0x1000 <= Register <= 0x13FF, where register 0x1000 contains the most recent even

    Is it possible to read only the most recent event as many times as it exists instead of polling different addresses?

    in reply to: Reading event log from modbus device #16552
    Mikhail
    Moderator

    Events in terms of Rapid SCADA can be generated with Automatic Control Module.

    in reply to: Reading event log from modbus device #16550
    Mikhail
    Moderator

    Hello,

    Likely, it’s possible to send the required requests using the existing Modbus Driver. But the driver parses the received packets as current data. Do you think, it can be OK for your task? If so, you could try, and I can help. Otherwise, a custom driver (based on the existing one) may be needed.

    • This reply was modified 6 months, 2 weeks ago by Mikhail.
    in reply to: The archived file is lost. #16541
    Mikhail
    Moderator

    What device do you use to run Rapid SCADA?

    in reply to: The archived file is lost. #16540
    Mikhail
    Moderator

    Try enabling writing to log in the archive options. It will create a separate log file ModArcBasic_Min.log. Then check the log file for errors.
    Did some files disappear or they never been created?

    in reply to: Time string format and Locale #16538
    Mikhail
    Moderator

    Column headers use the fixed formats, link. Only the selected culture name affects them.

    • This reply was modified 6 months, 2 weeks ago by Mikhail.
    in reply to: DrvFreeDiskSpaceJP #16537
    Mikhail
    Moderator

    If the driver is ready, add it to Store 🙂

    Mikhail
    Moderator

    Hello,
    Just create channels of the Output type with the above tag codes. Then send commands to the created channels from the web interface or by Automatic Control Module.
    In case of possible issues, please provide screenshots.

    in reply to: Time string format and Locale #16528
    Mikhail
    Moderator

    I suppose, the following should work:
    In the Formats table, find the row with ID=33. Set the Format field of that row to HH:mm:ss. Use the format with ID=33 for the channel.
    Does it work? If no, I can research by debugging.

    in reply to: Store the data in the database #16526
    Mikhail
    Moderator

    Could you make a screenshot of the ScadaServer.txt log file?

    in reply to: Create Lookup Formula/Script #16525
    Mikhail
    Moderator

    Hi,
    As an example, open the Formats table ach check the Off-On format.
    If you have many values in an enumeration, it’s supported to text each value per line.

    in reply to: Time string format and Locale #16517
    Mikhail
    Moderator

    Probably, the simplest approach is changing the Format table (edit existing or add new format). Possible format strings are here.

    in reply to: Time string format and Locale #16516
    Mikhail
    Moderator

    Hi,

    The conversion is performed here by the ToString method.

    I suppose, it doesn’t depend on the OS settings. It depends on the format string from the Formats table (you can change it) and depends on the selected culture name.

    in reply to: I want to display text from decimal numbers. #16515
    Mikhail
    Moderator

    🙂

Viewing 15 posts - 331 through 345 (of 6,124 total)