sec data save

Forum Home Forums New Ideas sec data save

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7979
    Zeus
    Participant

    will the project provide sec data save to dat file?

    #7992
    Mikhail
    Moderator

    Please explain what you mean.

    #8067
    JW
    Participant

    In administrator – Instances – Server – Saving parameters, you can choose the save interval for minute data.

    The options available options can be as low as per 30s.

    in the project folder, you edit the following file,
    Instances/Default/ScadaServer/Config/ScadaServerSvcConfig.xml
    change the following line

    <Param name=”WriteMinPer” value=”60″ descr=”Minute data writing period, sec” />

    fill in value=”1″.

    It will save data in ArchiveDAT/Min folder per 1 second on my test.
    But be very careful, I am not sure if there will be any negative impact.
    I suspect it can slow down or even crash the server when you download minute report or plot chars.

    #8097
    Mikhail
    Moderator

    But be very careful, I am not sure if there will be any negative impact.
    I suspect it can slow down or even crash the server when you download minute report or plot chars.

    You absolutely right. I also wrote about this somewhere on this forum.
    Historical data are completely refactored in Rapid SCADA 6.

    #8341
    Zeus
    Participant

    hi 123abc56
    you solved my problem,but have you tested dbexport module to save data into other database and i also write a driver to export curdata into influxdb with code oncurdataprocessed. thanks a lot

    #8366
    JW
    Participant

    I haven’t try dbexport module.
    But I did read and push cur data to other services. I have a separated service to do this instead of a scada driver, to avoid crashing scada.
    A tip for this type of action is set Cur folder to ram disk, which make the process faster.

    #8377
    Mikhail
    Moderator

    I also suggest to map log directories to RAM disk.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.