KB-13089: Setting more than one line in a Text Report’s description via scripts.
Question: How can I set more than one line in a Text Report’s description via scripts? For example:Text on Line 1Text on Line 2 Solution: To do so, write the…
Question: How can I set more than one line in a Text Report’s description via scripts? For example:Text on Line 1Text on Line 2 Solution: To do so, write the…
Question: How can I configure a scrollbar linked to a Browser to roll the data being displayed on screen? Solution: To do so, you must insert a Slider object and…
Autor
Mateus Machado
Question: How can I display images from a Webcam in Elipse SCADA? Solution: To do so, follow these procedures: Insert a Watcher object in the application via Organizer–Watcher–New option. Select…
Question: How can the objects’ TAB order on a screen be set in an application? Solution: The browsing order via TAB button is set according to the order the objects…
Question: Which are the restrictions of the development licenses of Elipse SCADA? Is it necessary to purchase a license for I/O Drivers? Solution: When using any development license, the application…
Question: How can I generate a bitmap of the Trend object on SCADA? Solution: To do so, just execute the SaveBitmap() function of the Trend object’s Plot item. Example: Plot.SaveBitmap(“Figure.bmp”,…
Question: Is it possible to set up a SetPoint to display characters in all caps? Solution: Yes. To do so, you must write a script using MakeUpper() function, because it…
Question: Why is a Display showing incorrect date/time when using CurrentTime attribute? Solution: This may happen because SCADA’s internal clock is delayed/early in relation to the Windows clock. To disable…
Question: Can I read a bar code with a scanner via supervisory? Solution: Yes, you can. To do so, the scanner must have a PS2 connection so it can work…