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 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…
Question: How can I set up a specific screen to be displayed when the Viewer becomes inactive for more than one (01) minute? Solution: To do so, access the Viewer‘s…
Question: Can a screen from another Elipse SCADA application be imported? Solution: Yes. To do so, in the new application, click Import… button on the Organizer’s Application item, and select…
Question: When using the network board Marvel Yukon 88E8001/8003/8010, sometimes E3 Viewer does not connect to the E3 Server. Why does this occur? Solution: This occurs because there is a…
Question: How can I set up Elipse SCADA’s date and time to be refreshed whenever the computer’s date/time changes? Solution: To do so, you must create the following key in…
Question: How can I enable the Driver DNP 3.0 Master to send unsolicited messages? Solution: To do so, you must enable the Enable Unsolicited on Startup option in the Driver’s…
Question: How can I set up DateTime field to not be displayed in the Browser? Solution: To do so, open the Database tab in the Browser’s properties, select the DateTime…
Question: How can I display the pen’s values being displayed on the E3Chart? Solution: To do so, go to Legend tab in E3Chart‘s properties and enable the legend, selecting the…
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:…