KB-28296: Maximum amount of Historic fields when using Access DB.
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: 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: Can a UnitelWay driver work as master with E3 or Elipse SCADA in a PLCs network (TSX Micro)? Solution: No, it cannot. Elipse currently features only the slave…
Autor
Paula Eneas
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.…
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…
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: 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) =…
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…