Sample application: Using BarGauge object.
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 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
Sample application showing how to use a historic trend and its properties, such as zoom, scrolling, queries, etc. Attachments: ex_tendhistEN
Autor
Mateus Machado
Question: Is it possible to change the default font of a Text object on SCADA? Solution: No, it is not, because this is hard-coded on SCADA. So, you must change…
Question: How can I write more than one line on an object’s description (be it by using Chr(10), Chr(13), etc.)? Solution: It is not possible to write more than one…
Question: How can I show all decimal places on a SCADA’s Display, and not just its rounded up value? Solution: To do so, you must set up the Precision property…
Question: On an application, the value of a Chrono Tag (which counts the working time of a device) being shown on a Display in the format hh:mm:ss is erased after…
Question: How can I edit the tag linked to a screen object at run time? Solution: To do so, use the SetTag() method of the object whose link must be…