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…
Question: How can I generate communication logs for Elipse drivers and OPC servers/clients? Solution: For drivers: With IOKit: On Driver Settings, check the option Log to File and choose an address…
Question: Can I use retentive tags with Elipse SCADA? Solution: Retentive tags are used only with E3, but we can use Recipes to record the tags’ values in Elipse SCADA.…
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.…
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:…
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″…