If you have hacked ClearSCADA to show the time on the screen, support mentioned you should not show the seconds and I recently had some work on an existing ClearSCADA system and not only do they display seconds but also thousandths of seconds. Should the seconds be removed? I’m guessing it’s a performance thing, forcing all the points on the currently viewable screens to update?
Solved! Go to Solution.
It's going to depend...
a) showing the seconds can be a little misleading, since if the client is connected to the non-Main server they may not see this increment every second.
b) If you have your tag subscribe set to defaults then it's already 1second for most tags, and 0.5seconds for 'Fast' tags. So the data retrieval aspect won't be significant.
c) showing milliseconds doesn't have any real benefit that I can think of... it will still only update the value at the normal / fast rate.. was there any info on why milliseconds were being displayed?
d) the animation load of a seconds thing shouldn't be a big concern.. depending on what you're actually doing with it. I've got some very questionable animations which use the seconds to do psuedo-scrolling text... I wouldn't' recommend that.
It's going to depend...
a) showing the seconds can be a little misleading, since if the client is connected to the non-Main server they may not see this increment every second.
b) If you have your tag subscribe set to defaults then it's already 1second for most tags, and 0.5seconds for 'Fast' tags. So the data retrieval aspect won't be significant.
c) showing milliseconds doesn't have any real benefit that I can think of... it will still only update the value at the normal / fast rate.. was there any info on why milliseconds were being displayed?
d) the animation load of a seconds thing shouldn't be a big concern.. depending on what you're actually doing with it. I've got some very questionable animations which use the seconds to do psuedo-scrolling text... I wouldn't' recommend that.
Thanks for the info. None of those sound that bad. I don’t know why they are showing thousandth of seconds. Even if it worked or updated that fast it would not be readable. Right now it just randomly shows some number every second or so. They didn’t say why just that is was not good to put even the seconds on a ClearSCADA screen. I like to on other SCADAs so you can easily see the system is running or if it is running slow and not updating consistently.
Usually the timestamp popular for printing mimics so someone knows the time of the data at a later moment, but anything sub second is pointless.
It's worse on WebX the update rate of 5 seconds, and any ViewX or WebX clients connected to a standby can be a few seconds more between updates than clients connected to the main due to the synchronisation.
Discuss challenges in energy and automation with 30,000+ experts and peers.
Find answers in 10,000+ support articles to help solve your product and business challenges.
Find peer based solutions to your questions. Provide answers for fellow community members!