KB-14451: Setting an animation’s image to keep its original size.
Question: How can I configure an animation’s image to keep its original size? Solution:To do so, click the Adjust image button on General tab of the animation’s properties.
Question: How can I configure an animation’s image to keep its original size? Solution:To do so, click the Adjust image button on General tab of the animation’s properties.
Question:How does SCADA calculate the PerformanceCount attribute’s value? Solution: The calculation is performed every second, and it counts the time that the application takes to answer. The worst the application’s…
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…