KB-41359: Special characters in the setpoint.
Question: How can I keep the user from typing special characters in a setpoint ? Solution: To do so, you must add the following script to Setpoint’s Validate event: N…
Question: How can I keep the user from typing special characters in a setpoint ? Solution: To do so, you must add the following script to Setpoint’s Validate event: N…
Question: When there is no communication with the device, why does WriteEx() method not return script errors, unlike a regular write on tag, which always returns this type of error?…
Question How can I set up Elipse SCADA so that the Disable Application Switching option works properly in Windows 7? Solution To make sure Disable Application Switching option works properly,…
In order to send records to a database, you must insert a Historic object. A tutorial for creating Historics can be found in the article https://kb.elipse.com.br/pt-br/questions/123. Figure 1: Inserting a…
Question: Can the serial port set up in a driver be edited at run time? Solution: Yes. To do so, you must edite the IO.Serial.Port tag. To force the IOKit…
Question: How can I create a digital link via scripts? Solution: Example: set bind = Screen.Item(“Text1”).Links.CreateLink(“Value”, “Data.Tag1.Value”, 3) bind.OnValue = “Text ON” bind.OffValue = “Text OFF”
Autor
Mateus Machado
Question: Even when configuring a SQL Server database as ComputerName\SQLEXPRESS, there is a need to repeat this configuration every time the machine changes. Is it possible to set up the…
Autor
Paula Enéas
Question: Can I export a project’s Resources’ figures to use them in other projects? Solution: No, you cannot export a project’s Resources’ figures. To use this figures in other projects,…