KB-26180: Generating daily reports.
Question:How can I print a report daily, and always at a certain time (for example, 10h 41 min)? Solution: To do so, you can create a Demo Tag whose Scan…
Question:How can I print a report daily, and always at a certain time (for example, 10h 41 min)? Solution: To do so, you can create a Demo Tag whose Scan…
Question: How can I load the text of the last active alarm into a script’s variable? Solution: To do so, you can use the Alarms’ GetInfo(“Comment”) function. Example of script:…
Question: How can I export/print the application’s scripts? Solution: To do so, right-click the Application item (via Organizer) and select the Script Report option.
Question: How can I split a string into smaller parts? Solution: To do so, you can use the Global Manager’s Right, Left and Mid functions, found at Elipse SCADA’s Global…
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…
Question: Can I execute IF/ELSE/ENDIF commands in an Expression Tag? Solution: No, this is not possible.
Question: How can I change the script’s font size? Solution: To do so, go to the script edition area, and execute one of the following actions: either press [Ctrl] key…
Question: How can I use the historic’s Average() function? Solution: This function returns the average value of a set of data in the historic. The complete command is: Average (src,…