KB-31997: Graph’s refresh time in SCADA.
Question: Does Trend Graph object in SCADA have any type of refresh time? Solution: Yes: on Trend’s General tab, there is an option called Refresh Trend every X seconds.
Question: Does Trend Graph object in SCADA have any type of refresh time? Solution: Yes: on Trend’s General tab, there is an option called Refresh Trend every X seconds.
Question: Can a real-time Trend Graph’s scrolling be paused and played in SCADA? Solution: Yes; to do so, you must use the Trend’s Frozen property, attributing values 1 to when…
Description: Can I create 3D animations and/or rotation and sliding movements in SCADA? Solution: The object Animation will only switch images, so the 3D effect must be in the images.…
Question: How can a Browser’s settings be edited at run time? Solution: To do so, open this object’s Properties window to edit it via EditProperties() function. Example: Browser1.EditProperties()
Question: Can I set a Browser’s column width in SCADA? Solution: Yes, but this cannot be done directly. Width depends on the size of the field’s content, which is set…
Question: How can the Keypad be closed when Enter button is pressed? Solution: A possible solution is to create a script in the desired screen, in OnKeyPress event, and select…
Sample application using Pens’ AddDatA() and CopyObject() functions to create personalized drawings in a Trend. Attachments: Sample.zip
Sample application showing how to use BarGauge object, and also how to multiplex screens via SetTag() function. Attachments: Sample.zip
Sample application showing how to use Video screen object, which reproduces .AVI files with sound. Attachments: Sample.zip
Sample application showing how to add data manually to a trend set with XY via AddData() function. Attachments: Sample.zip