Skip to content

Elipse Knowledgebase

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

Categoria:

KB-40481: Listing files from a folder in a browser.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-40481: Listing files from a folder in a browser.

Autor
Mateus Machado

Leia Mais

KB-31076: Script for scanning files in a directory.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-31076: Script for scanning files in a directory.

Autor
Guilherme Taschetto

Leia Mais

KB-39044: Recording the name of the user logged into the application in a text file.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-39044: Recording the name of the user logged into the application in a text file.

Question: How can I record the name of the user logged into an Elipse SCADA application in a text file (*.txt)?Solution: To do so, just write the application’s userName attribute,…

Leia Mais

KB-30056: Displaying a message when the login is incorrect.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-30056: Displaying a message when the login is incorrect.

Question: How can I display a message when the login is incorrect? Solution: To do so, you must use a script that tests if the Application’s useName attribute contains any…

Leia Mais

KB-29927: Breaking a line on a MessageBox.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-29927: Breaking a line on a MessageBox.

Question: How can I break a line on a MessageBox? Solution: To do so, you must write a script using the Chr() function. For example: MessageBox(“phrase line 1″+Chr(13)+Chr(10)+”phrase line 2”…

Leia Mais

KB-38308: Requesting confirmation before writing on a tag.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-38308: Requesting confirmation before writing on a tag.

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…

Leia Mais

KB-28065: Converting a number into a string.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-28065: Converting a number into a string.

Question: How can I convert a number into string?                 Solution: To do so, use the Global Manager’s Str() function. Example of script: // Str(Value,size,prec)TagReceiveValue = Str(30.95,6,2)

Leia Mais

KB-28076: Removing blank spaces from a variable.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-28076: Removing blank spaces from a variable.

Question: How can I remove blank spaces from a variable? For example, the text “Elipse Software Ltd.” is in a variable, but I want to display “ElipseSoftwareLtd.” instead. Solution: To…

Leia Mais

KB-27732: Exponentiation function.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-27732: Exponentiation function.

Question: What is the exponentiation function in Elipse SCADA ? Solution: To do so, you must use **. Example of script: // tag001 squared tag001 ** 2

Leia Mais

KB-27605: Executing Windows calculator via application.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-27605: Executing Windows calculator via application.

Question: How can I call the Windows calculator at run time? Solution: To do so, you must use the Global Manager’s ShellExecute method: ShellExecute (strOperação, strArquivo, strParametros, strDir, nCmdVisual)) Example…

Leia Mais

Navegação por posts

1 2 … 4 Próximo

Categorias

Busca por Categoria

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