Display of current data value

Forum Home Forums Understanding the Software Display of current data value

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1647
    derinder
    Participant

    Dear Sir,

    I have observed that , if we stop the communicator service, and keep the server on… then also at web display we get last values at current column display …

    if we switch off the server … all values goes off (it is as expected).. but the previous case it looked strange.

    Regards,

    #1649
    Mikhail
    Moderator

    Hello,

    If Communicator is off, the values become undefined in 5 minutes by default. You can change this time span by the parameter “Unreliable on inactivity” in SCADA-Server.

    #1653
    derinder
    Participant

    Dear Sir,

    I have tried it… it changes the colour of current data values … but still it shows the values (this can be confusing sonme time)… also if we click for charts… colour of the main graph is matching so one can not distinguish between true and false data. it creats confusion.

    I think unreliable values should not come in graph or should come with different colour…

    Regards.

    #1654
    Mikhail
    Moderator

    Good idea, thank you.
    I’ve added it to the issue list.

    If it is critical to your project, it is possible to change the Unreliable status to Undefined by a formula of input channel.

    #1656
    derinder
    Participant

    Ohh great… I would like to try this… pls share

    #1658
    Mikhail
    Moderator

    1. Create a formula in the Formulas table:

    int CorrectStat()
    {
      return CnlStat == 5 ? 0 : CnlStat;
    }
    

    2. Add the expression in the Formula field of an input channel:

    Cnl; CorrectStat()

    Note: I didn’t test this answer. It should work, but may have mistakes.

    • This reply was modified 7 years, 5 months ago by Mikhail.
    #1667
    derinder
    Participant

    Dear Sir,

    I am already using conversion formula already…. how to put one more formula .. after “;” or by some other means.

    regards,

    #1668
    Mikhail
    Moderator

    Please, provide your value of the formula field of the input channel.

    #1671
    derinder
    Participant

    right now i am using Cnl/1000 in formula field.

    #1673
    Mikhail
    Moderator

    The formula will be
    Cnl/1000; CorrectStat()

    #1981
    yuan
    Participant

    the scada-server and scada -commnicator is stopped,how can i start it

    #1985
    Mikhail
    Moderator

    Please create A NEW TOPIC:
    1. Go to this subforum
    2. Scroll the page down and find a text Create New Topic in “Installation Issues”
    3. Describe your issue in details, including links to screenshots.
    4. Press Submit button.

    #2343
    rambo
    Participant

    Hello Mikhail,

    Its long time , but I am back on rapid scada:))

    It seems fthe following formula doent work properly

    Cnl/1000; CorrectStat()

    any clue

    #2347
    Mikhail
    Moderator

    It seems fthe following formula doent work properly

    Hello,
    Please clarify what do you mean?

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