KB-28315: Using a UnitelWay driver as master in a network with TSX Micro.
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: 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: 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.…
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…
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)…