KB-32745: E3/Excel communication.
Question: How can E3 communicate with Excel? Solution: There are a few possibilities: Using DDE driver (which is indicated when you just need to exchange data between E3 and Excel);…
Question: How can E3 communicate with Excel? Solution: There are a few possibilities: Using DDE driver (which is indicated when you just need to exchange data between E3 and Excel);…
Question: When I open E3Studio and load the project, both Save and Save All shortcut buttons are disabled. Why does this happen? Solution: This is E3Studio‘s default behavior. To enable…
Question: How can I copy an E3Chart from a screen to a Report? Solution: To do so, you must use CopyConfig method in the Report’s scripts. For example: Sub OnBeforePrint…
Question: Does Elipse E3 communicate with IP cameras? Solution: Yes. To do so, insert a Frame and type the camera’s IP address on its SplitLink property. This can also be…
Question: Why does GetADORecordSet() method, which correctly works with a local E3 Viewer, shows a script error when executed with a remote E3 Viewer? Solution: This happens because Database’s EnableLocalCreation…
Question: How can I add a Driver to an XObject, and also allow access to its properties when the XObject is inserted in the project? Solution: To do so, you…
Question: What is the size limit of the DocString property’s content? Solution: This limit is of 1GB of characters or the free memory’s size (if it is smaller than 1GB).
Question: How can I set a security procedure in order to avoid losing data when E3 Server disconnects from the Database? Solution: E3 automatically avoids losing data on the Database:…
Question: What is the meaning of the values of the tags’ Quality property? Solution: The quality value that is loaded/displayed in a tag follow the standards defined by OPC: For…
Question: How can I set up the alarm to be hidden on the E3Alarm only after it is acknowledged? Solution: To do so, on the alarm’s settings via E3Studio, you…