KB-28535: Sharing directories for Remote Domains.
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: 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: 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 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.…
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
Question:Can I extract a ZIP file via scripts? Solution: Yes, you can. For example: ‘ZIP file to be extracted:pathToZipFile=”C:\Folder1\MyZIPfile.zip” ‘Folder of destination:extractTo=”C:\Folder2\”‘Tests if the file existsset fso2 = CreateObject(“Scripting.FileSystemObject”)if fso2.FileExists(pathToZipFile)…
Descrição: Ao instalar o Elipse E3, é possível rodar uma aplicação exemplo que demonstra vários recursos disponíveis no software. Para abrir a aplicação, acesse o menu Iniciar >>> Programas >>>…