Problem with data adquisition

Forum Home Forums Understanding the Software Problem with data adquisition

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #12554
    feltduck
    Participant

    Hi,
    I want to know if there is any way to be able to read the records from x days ago. when I have a cut instead of filling in the gap with the corresponding time
    fills it with the consumption of the current hour.For example:
    I have a power cut at 9:15 and it is restored at 15:00,the scada instead of consulting the data from 9:15 onwards and filling in the empty hours, takes
    the current data and continues as if the data occurred at 9:30.

    #12561
    Mikhail
    Moderator

    Hi,

    Usually when controller is not available, the Communicator app sets data to undefined. If you provide screenshots of the settings and data, we could provide additional thoughts about that.

    #12569
    feltduck
    Participant

    Which settings do you want to see?

    #12573
    Mikhail
    Moderator

    Communicator settings, channels, user interface.

    #12623
    feltduck
    Participant

    Hi, sorry for the delay.
    These are the communicator settings:
    https://tinypic.host/i/ohOeKk

    And these the channels:
    https://tinypic.host/i/ohOcsD

    I’m not using an user interface.

    #12625
    Mikhail
    Moderator

    Hi,
    Also a screenshot of the device data form (from Communicator) is needed.

    #12627
    feltduck
    Participant
    #12638
    Mikhail
    Moderator

    Probably, you need to change connection mode to individual and set IP address to the device properties if you don’t use an intermediate gate device between the PLC and PC.

    • This reply was modified 11 months ago by Mikhail.
    #12645
    Mikhail
    Moderator

    If device communication was OK, and then the device become unavailable, the device data in Communicator should be changed to ---. If not, let me know and provide communication line log.

    #12650
    feltduck
    Participant

    I need to set the connection on shared because I’m working with more than 1 device.

    The communication is working well but when the SCADA stores the data in the BBDD it has a problem with the datetime.
    E.g:
    In this screenshot the datetime is at 10:00 when the real time is 12:15.
    https://tinypic.host/i/ohzhpA

    Then at 12:30 it’ll store the data with the datetime at 10:15 in the BBDD.

    #12653
    Mikhail
    Moderator

    Could you tell what is “BBDD”?
    What is the time zone?

    #12668
    feltduck
    Participant

    I’m sorry, BBDD it’s the acronym for data base on my language.
    My timezone is Madrid GMT+2

    #12670
    Mikhail
    Moderator

    In Rapid SCADA all data uses UTC timestamps. Some databases (like PostgreSQL) have special data type to work with timezone, some databases don’t have such data type.
    If actual timestamps always differs by timezone offset, it’s OK and can be corrected in the SQL request.

    #12671
    Mikhail
    Moderator

    Also check in log files that data queues of the module do not overflow.

    #12675
    feltduck
    Participant

    Ok, thanks for the information. The other question that I have is when a device get disconnected the data is stored like this:
    https://tinypic.host/i/oW7LIq
    I want to check the data that is stored in the device at that hour and replace it.

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