KB-33713: Setting width in Browser’s columns.
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: 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…
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
Sample application showing how to use a historic trend and its properties, such as zoom, scrolling, queries, etc. Attachments: ex_tendhistEN
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: 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…