KB-32040: Converting strings into integers.
Question: How can I convert a string into an integer?Solution: To do so, you must use VBScript’s CInt function. For example: CInt(“string”)
Question: How can I convert a string into an integer?Solution: To do so, you must use VBScript’s CInt function. For example: CInt(“string”)
Question: How can I edit Windows services via E3? Solution: It is not possible to do so, because E3 will not support Windows services’ edition.
Question: Can I create templates at run time? Solution: No, you cannot. At run time, you can only create values and units.
Descrição: Ao armazenar alarmes no Banco de Dados, o E3 cria as tabelas automaticamente?Solução: Sim, ele cria. Para isto, basta acessar as propriedades do Servidor de Alarmes no E3Studio, aba…
Question: Why is an ActiveX (E3Browser, E3Alarm or E3Chart) displayed in front of other objects at run time, even though it was configured to be displayed behind these objects? Solution:…
Question: How can I set a filter by date on an E3Storage’s Query? Solution: To do so, you must use the CompressedDataStartEndTime query and set the dates in the respective…
Question: How can I display images from a Webcam in Elipse SCADA? Solution: To do so, follow these procedures: Insert a Watcher object in the application via Organizer–Watcher–New option. Select…
Question: Does ELO-2180 driver enable reading mass memory? Solution: No, it does not. ELO-2180 driver only enables reading instant variables from the user’s output. To read mass memory, you must…
Descrição: É possível abrir um arquivo CHM especificando um determinado tópico via E3? Solução: Sim, é possível. Para isso, deve-se utilizar o método ExecuteExternalApp do Viewer. Exemplo de script: Application.ExecuteExternalApp…
Question: How can the objects’ TAB order on a screen be set in an application? Solution: The browsing order via TAB button is set according to the order the objects…