Forum Home › Forums › Understanding the Software › Display of current data value
- This topic has 13 replies, 4 voices, and was last updated 8 years, 4 months ago by
Mikhail.
-
AuthorPosts
-
October 17, 2016 at 4:22 am #1647
derinder
ParticipantDear 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,
October 17, 2016 at 7:11 am #1649
MikhailModeratorHello,
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.
October 17, 2016 at 8:31 am #1653derinder
ParticipantDear 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.
October 17, 2016 at 10:04 am #1654
MikhailModeratorGood 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.
October 17, 2016 at 2:17 pm #1656derinder
ParticipantOhh great… I would like to try this… pls share
October 18, 2016 at 6:10 am #1658
MikhailModerator1. 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 9 years, 1 month ago by
Mikhail.
October 19, 2016 at 7:04 am #1667derinder
ParticipantDear Sir,
I am already using conversion formula already…. how to put one more formula .. after “;” or by some other means.
regards,
October 19, 2016 at 8:19 am #1668
MikhailModeratorPlease, provide your value of the formula field of the input channel.
October 19, 2016 at 9:08 am #1671derinder
Participantright now i am using Cnl/1000 in formula field.
October 20, 2016 at 7:09 am #1673
MikhailModeratorThe formula will be
Cnl/1000; CorrectStat()March 3, 2017 at 1:13 pm #1981yuan
Participantthe scada-server and scada -commnicator is stopped,how can i start it
March 3, 2017 at 3:00 pm #1985
MikhailModeratorPlease 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.July 7, 2017 at 6:28 pm #2343rambo
ParticipantHello Mikhail,
Its long time , but I am back on rapid scada:))
It seems fthe following formula doent work properly
Cnl/1000; CorrectStat()
any clue
July 10, 2017 at 5:49 am #2347
MikhailModeratorIt seems fthe following formula doent work properly
Hello,
Please clarify what do you mean? -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.