KB-29747: Monitoring the communication between Elipse E3 and a PLC.
Question: How can I set up an alarm to be triggered when the communication between the Elipse E3 and a PLC is offline? Solution: There are two different ways to…
Question: How can I set up an alarm to be triggered when the communication between the Elipse E3 and a PLC is offline? Solution: There are two different ways to…
Question: In an application, the data is being “drawn” by E3Chart, but when leaving the screen and returning to back to it, the chart is erased and it starts to…
Question: Which files must be copied for backing up an E3 application? Solution:To do so, you must copy the .DOM (Domain), .PRJ (Project), and .LIB (Library) files. However, it is…
Question: How can I set the Viewer’s resolution to be used with four monitors in 2×2 format, each monitor with 2560 x 1600? Solution: To do so, you must sum…
Question: Can I use OPC communication in order to exchange information between two Elipse E3 applications? Solution: One thing should be taken into consideration when planning information exchange between Elipse…
Question: In the Domain File, why do I need to inform the shared directory where application to be accessed is? Solution: You must do this so that E3 will access…
Question: What is the maximum amount of Historic fields when using Access DB? Solution: You can use up to 127 fields: for each field created in the Historic, another one…
Autor
Paula Eneas
Question: Can I add columns to a ListBox? Solution: Yes, you can. For example: Screen.Item(“ListBox1”).ColumnCount = 3Screen.Item(“ListBox1”).Clear()Screen.Item(“ListBox1”).AddItem “Row 1, Col 1″Screen.Item(“ListBox1”).List(0, 1) = “Row 1, Col 2” Screen.Item(“ListBox1”).List(0, 2) =…
Description: After installing E3, you can execute a sample application that demonstrates several available features of the software. To open the application, you must access the Start menu…