KB-38865: Reconnecting the Viewer to another E3 Server via scripts.
Question: Can I automatically reconnect the Viewer to another E3Server via scripts? Solution: Yes, you can. To do so, you must write a script. In the example below, the script…
Question: Can I automatically reconnect the Viewer to another E3Server via scripts? Solution: Yes, you can. To do so, you must write a script. In the example below, the script…
Question: When testing the connection to an Access database, the error 80004005 is displayed. How can I fix this? Solution: To do so, check if the *.mdb file path is…
Question: On Windows 2003 Server SP2, when executing scripts that work with Double data, a script error occurs with an Overflow message. How can I fix the problem?Solution: To do…
Question: How can I export a report to PDF format? Solution: To do so, you must first download a PDF printer (PDFCreator, for example) and set it as Windows’s default…
Question: When I execute a script with HistoricName.Analysis() as an administrator logged into Windows XP, it works properly. However, when another type pf user logs in, the options on the…
Question: How can I configure a serial port with a Siemens’ PC Adpter 5.1 cable connected to a PLC S7-300? Solution: To do so, perform these settings in the driver’s…
Question: When I try to open a screen with an E3Alarm or an E3Browser on it, it does not open properly, and its display reads exactly like an internet browser…
Question: How can I use the “ElseIf” clause in a script? Solution: To do so, just insert it into an “If”‘s loop. For example: If condition == “value”ActionElseIf condition2 ==…
Question: How can I display a message when the login is incorrect? Solution: To do so, you must use a script that tests if the Application’s useName attribute contains any…
Question: Can I establish ASCII communication with Elipse SCADA or E3? Solution: Yes, you can. To do so, use one of the following drivers: ASCII Generic or RS232 Generic.…