KB-28571: SCADA full screen closed with Ctrl+F4.
Question: Why is a SCADA full screen being closed when pressing Ctrl+F4? Solution: This is SCADA’s standard behavior. To change it, you can use the Ctrl+F4 combination in an OnKeyPress()…
Question: Why is a SCADA full screen being closed when pressing Ctrl+F4? Solution: This is SCADA’s standard behavior. To change it, you can use the Ctrl+F4 combination in an OnKeyPress()…
Question: What is the IOKit? Solution: The IOKit is a shared component used by Elipse’s I/O drivers that implements the default access to its physical level and provides interfaces to:…
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…
Question: How can I export screens from Elipse SCADA to Elipse E3? Are scripts exported too? Solution: To do so, access Elipse SCADA, open the Organizer (Alt+O), select the desired…
Question: My application has two identical drivers. Both work properly in Organizer/Studio, but when I run the application, one of them presents communication problems. How can I fix this? Solution:…
Question: How can I recover an application from the .BAK file after the .APP file had been corrupted? Solution: To do so, follow these procedures: Delete the corrupted .APP file.…
Descrição: É possível adicionar colunas ao objeto ListBox? Solução: Sim, é possível. Por exemplo: Screen.Item(“ListBox1”).ColumnCount = 3 Screen.Item(“ListBox1”).Clear() Screen.Item(“ListBox1”).AddItem “Row 1, Col 1” Screen.Item(“ListBox1”).List(0, 1) = “Row 1, Col 2″…
Question: How can I request the user to confirm before writing on a tag? Solution: To do so, you must use MessageBox() function. Then, depending on the answer returned by…
Autor
Mateus Machado