Skip to content

Elipse Knowledgebase

  • Home
  • Português do BrasilPortuguês do Brasil
    • English (US)English (US)

Categoria:

KB-41359: Special characters in the setpoint.

25 de março de 201922 de abril de 2019Marco Antonio Gomes SilvaDeixe um comentário on 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…

Leia Mais

KB-41736: Script error when writing on a tag.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-41736: Script error when writing on a tag.

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?…

Leia Mais

KB-40655: Digital link via scripts.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-40655: Digital link via scripts.

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”

Leia Mais

KB 39563: Server quitting a remote Viewer via scripts.

25 de março de 201924 de abril de 2019Elipse SoftwareDeixe um comentário on KB 39563: Server quitting a remote Viewer via scripts.

Autor
Mateus Machado

Leia Mais

KB-31216: Window for typing values.

25 de março de 201910 de agosto de 2021Elipse SoftwareDeixe um comentário on KB-31216: Window for typing values.

Question: Is there a command to open windows that is similar to MsgBox, but with a field for typing text? Solution: Yes, this is what VBScript’s InputBox is for. Script…

Leia Mais

KB-36260: VBScript language’s usage manual.

25 de março de 20199 de setembro de 2022Elipse SoftwareDeixe um comentário on KB-36260: VBScript language’s usage manual.

Question: Is there a manual with scripts examples and explanations about the VBScript’s properties, methods and parameters? Solution: You can use E3’s Scripts Reference Manual and the VBScript Reference Guide.

Leia Mais

KB-30665: Working with functions in E3 scripts.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-30665: Working with functions in E3 scripts.

Question: How can I work with a function in E3 scripts? Solution: To do so, you must set the function with the structure: Function Name(parameter1, parameter2,.., parameterN) scriptEnd function Example: Sub…

Leia Mais

KB-30556: Script error with Overflow message.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-30556: Script error with Overflow message.

Question: On Windows 2003 Server SP2, when executing scripts that work with Double data, a script error occurs with an Overflow message. How can I fix the problem?Solution: To do…

Leia Mais

KB-30308: Using the ElseIf clause in a script.

25 de março de 201924 de novembro de 2022Elipse SoftwareDeixe um comentário on KB-30308: Using the ElseIf clause in a script.

Question: How can I use the “ElseIf” clause in a script? Solution: To do so, just insert it into an “If”‘s loop. For example: If condition == “value”ActionElseIf condition2 ==…

Leia Mais

Extracting ZIP files via scripts.

25 de março de 2019Elipse SoftwareDeixe um comentário on Extracting ZIP files via scripts.

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)…

Leia Mais

Navegação por posts

Anterior 1 2 3 … 10 Próximo

Categorias

Busca por Categoria

© 2026 Elipse Knowledgebase | Elipse Software - Todos os Direitos Reservados.