KB-64100: Returning a specific line in a text file (TXT) via E3.
Question: How can I return the contents of a specific line in a TXT file? Solution: To do so, you must use the methods in FileSystemObject objects. Example: Const ForReading…
Question: How can I return the contents of a specific line in a TXT file? Solution: To do so, you must use the methods in FileSystemObject objects. Example: Const ForReading…
Question: In an application, the behavior of a Historic linked to IOTags is odd: Values are recorded as soon as the application starts running, even though it is set up…
Descrição: Como posso contar o número de linhas contidas em um arquivo TXT?Solução: Para isto, deve-se utilizar os métodos do objeto FileSystemObject. Exemplo: ‘Script para retorno de linhas do arquivo TXTi…
Descrição: Como retornar o conteúdo de uma linha específica de um arquivo TXT? Solução: Para isto, deve-se utilizar os métodos dos objetos FileSystemObject. Exemplo: Const ForReading = 1 Set fso = CreateObject(“Scripting.FileSystemObject”) Set f…
Access to Elipse SCADA’s database can happen via ISAM or ODBC sources. ISAM Connection ISAM is not supported by Windows x64, only x86, and as long as ISAM connection drivers…
Descrição: Qual a quantidade máxima permitida de campos de histórico quando estiver utilizando o Access? Solução: É possível utilizar até 127 campos, pois para cada campo criado no Histórico, um…
Question: How does a pen’s ScanValue property work in an E3Chart? Does this property have any influence on BufferSize property? How does BufferSize property work? Solution: The ScanValue property stands…
O acesso ao banco de dados do Elipse SCADA pode ser feito através de fontes ISAM ou ODBC.Conexão ISAM O suporte a ISAM não funciona em Windows x64, apenas x86,…
To create a Historic, first make sure the Domain has a DBServer. To add one to the Domain, right-click the project and select the option Insert – > Database, and…
Question: How can an E3Chart be drawn from left to right? Solução: To load a chart from left to right, you must invert how the horizontal axis scale is updated.…