Skip to content

Elipse Knowledgebase

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

Category: Scripts

KB-29996: Using WriteToFile() command to write on a new line.

25 de March de 20198 de January de 2020Elipse SoftwareLeave a Comment on KB-29996: Using WriteToFile() command to write on a new line.

Question: On an application, WriteToFile() command is being used to write values in a TXT file, but it is not writing in a new line. How can I fix the…

Read More

KB-29927: Breaking a line on a MessageBox.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment 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”…

Read More

KB-29371: Reading a TXT file.

25 de March de 20198 de January de 2020Elipse SoftwareLeave a Comment on KB-29371: Reading a TXT file.

Question: How can I read a one-line TXT file with a number in it? Solution: To do so, you must use the ReadFromFile() method. For example: dim var, tst var…

Read More

KB-28982: Executing an Excel macro via Elipse SCADA.

25 de March de 20194 de January de 2022Elipse SoftwareLeave a Comment on KB-28982: Executing an Excel macro via Elipse SCADA.

Question: Can I execute an Excel macro via Elipse SCADA? Solution: Yes, you can. To do so, you must use DDEExecute (server, topic, command) function, where: server: name of the…

Read More

KB-29098: Logout() function not closing the application.

25 de March de 20192 de April de 2020Elipse SoftwareLeave a Comment on KB-29098: Logout() function not closing the application.

Question: Why is the Logout() function in a script not closing the application? Solution: This function does not close the application; it just logs the current user out. To close…

Read More

KB-28574: UserAdministration() function only executed by users with permission.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-28574: UserAdministration() function only executed by users with permission.

Question: There is a script in the application using UserAdministration() function, but when the function is executed nothing happens. Why is this happening? Solution: This function is only executed if…

Read More

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

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment 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…

Read More

KB-28065: Converting a number into a string.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment 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)

Read More

KB-28076: Removing blank spaces from a variable.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment 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…

Read More

KB-27732: Exponentiation function.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment 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

Read More

Posts navigation

Previous 1 … 3 4 5 … 9 Next

Categories

Support to Elipse SCADA has closed
on August 31, 2017.

Search by Category

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