KB-29371: Lendo dados de um arquivo txt.
Descrição: Como ler um arquivo TXT que contém apenas uma linha com um número? Solução: Deve-se utilizar o método ReadFromFile(). Por exemplo: dim var, tst var = ReadFromFile(“D:\file.txt”) tst =…
Descrição: Como ler um arquivo TXT que contém apenas uma linha com um número? Solução: Deve-se utilizar o método ReadFromFile(). Por exemplo: dim var, tst var = ReadFromFile(“D:\file.txt”) tst =…
Descrição: Como zerar um Tag Contador? Solução: Para isto, é necessário primeiramente configurar a propriedade ResetCounterWhenEnable do tag como True. Logo após, no evento desejado, deve-se inserir um script para…
Descrição: O método Application.Exit() pode ser usado também em script do servidor de dados? Solução: Não. O Application.Exit() é um método do Viewer, portanto os script que estão no servidor…
Application working networked with a backup workstation. When the main application is turned off, the backup workstation starts operating and takes automatic control over the process. NOTE: to run this…
Illustrates how to use recipes for storing and retrieving data stored in files. With recipes, you can pass the value of a tag/property to a file and vice versa. Attachments:…
Sample application showing how to use multiple monitors to change the records in a historic via browser. Attachments: ex_multimon
Allows the connection and the information exchange between two applications. The attached file contains two applications: the server (which must run first), and the client. These application use Mirror network…
Sample application that shows how to read and write in *.INI files. Attachments: ex_demoini
Demo application that searches inside a batch. Attachments: ex_findbatch
Demo application that shows how to delete a register from a history file. Attachments: ex_deleterecord