Mikhail

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 5,979 total)
  • Author
    Posts
  • in reply to: Reading event log from modbus device #16575
    Mikhail
    Moderator

    > The last event is under 0x1000, the pass under 0x1008, and so on.
    After the last event is read by the driver, is the previous event moved to the address 0x1000?
    If so, it’s possible to use the existing driver.
    If not, you need to develop a driver based on the existing. For example, I had to develop a driver (named S2000-PP) in similar situation.

    in reply to: Internal Channels #16574
    Mikhail
    Moderator

    > Is it possible to create a channel which is not linked to real world IO
    Yes.

    > or alternatively to create mutiple channels linked to the same IO.
    Only one channel can get data from a data tag of Communicator. Other similar channels should take data of the 1st channel using the formula Data(1)

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

    The 1st active current data archive is Cur. If you deactivate it, current data will be read from the archive, having the code CurCopy.

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

    Automatic Control Module sends commands to a device. Commands can be for writing a register, and for polling a device.

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

    Historical file is created when a data point with the corresponding timestamp received by Server. UTC time is used. If you time zone is UTC+9, it’s correct.

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

Viewing 15 posts - 181 through 195 (of 5,979 total)