KB-55774: Exporting I/O tags from Elipse SCADA to E3.
Question: Can I export a list of I/O tags from Elipse SCADA to E3? Solution: Yes, you can. To do so, you must access the driver in Elipse SCADA via…
Question: Can I export a list of I/O tags from Elipse SCADA to E3? Solution: Yes, you can. To do so, you must access the driver in Elipse SCADA via…
Question: When executing a command via scripts, “Error creating VBScript object” is displayed in the log. How can I fix this? Solution: Elipse E3 uses Visual Basic 32 bits as…
Another possibility is to use the technique of scanning a certain location (such as a data folder or a substation) to look for specific types of objects (internal tags, switchers,…
Most Elipse E3’s and Elipse Power’s objects can be inserted via scripts with AddObject method: AddObject(ClassName[[, Activate], ObjectName]) This method’s parameters are: ClassName: indicates the type of object to be…
In scripts that create objects automatically, it is important to check whether such objects have already been created in the application, in order to avoid duplicated objects or even script…
A vector is a one-dimensional matrix with n positions. Each position can store a value of any type. Vectors are commonly used in automated scripts, because they allow multiple values…
For the purposes of this article, we will consider option 1 from Lesson 2 is being used. After the .csv file has been read, we are left with a string…
Sample application that demonstrates how to set up Elipse Ping driver in Elipse SCADA. Setting up the application: To do so, follow these procedures: 1. Locate the driver’s DLL (PingDrv.dll).…
Autor
Guilherme Torres
Question: How can I generate an event that happens daily, always at the same ? Solution: To do so, follow these procedures: 1. Create an ExpressionTag. 2. Access this tag’s…