Update historical data in V6

Forum Home Forums Understanding the Software Update historical data in V6

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13765
    kcks66
    Participant

    Hi Mikhail,

    Check the tools such as DatViewer-v6 and TrendTableViewer-v6 that allow to view *.dat files. Tools for editing have not been developed yet. Use ScadaTestClient-v6 to update data in archives.
    I hope that the DAT viewers will be updated to editors later.

    I want to manual update historical data in V6. From the post above, may I know is the DAT viewers / Trend Table Viewer with editor function is ready?

    Currently I am using ScadaTestClient-v6 to update historical.

    Thank you.

    #13774
    Mikhail
    Moderator

    Hi,

    At this moment there is no data editor to change *.dat files manually. ScadaTestClient should be used for this purpose.

    For bulk data update it would be more useful to develop an application that is not format dependent and can write data to any type of Rapid SCADA archive. Like importing CSV data to a specified archive.

    #13776
    kcks66
    Participant

    Hi Mikhail,

    Noted with thx.

    #13791
    JW
    Participant

    I have actually wrote 1 script to convert V5 .dat to .csv and to convert.csv to .dat.

    But I don’t have a very well defined .csv format for the data. timestamp and channel number are 2 axis, but each channel has 2 values (Val and Stat). putting Val and Stat in 2 separated csv file, or putting them in 2 columns in 1 file, is very inconvenient to edit.

    Any recommended format for .csv file to store the data?

    I plan to make and share a new converter for converting history data between.dat and.csv.

    #13793
    Mikhail
    Moderator

    Using Administrator v5 we can export to this csv https://ibb.co/jhTFJmR
    It would be useful to be able to import such file into v6.
    If channel status is 0, a cell is empty. Otherwise, let’s assume status is 1.

    #13794
    Mikhail
    Moderator

    DatToCsv.exe for v5 creates csv like https://ibb.co/QfcMW7Q

    #13795
    Mikhail
    Moderator

    I plan to make and share a new converter for converting history data between.dat and.csv.

    It would be great. It could be added to https://github.com/RapidScada/scada-community repository.

    • This reply was modified 10 months ago by Mikhail.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.