KB-33767: Updating Elipse SCADA from 16 to 32 bits.
Question:What must be changed in an application developed with the Elipse SCADA 16 bits when updating it to the 32-bit version? Solution:Pay extra attention to the following points when updating…
Question:What must be changed in an application developed with the Elipse SCADA 16 bits when updating it to the 32-bit version? Solution:Pay extra attention to the following points when updating…
Descrição: Como obter o valor da hora atual em um script? Solução: Para isso, pode-se utilizar a função Hour do VBScript. Exemplo de script: VARIAVEL = Hour(Now)
Descrição: Como posso saber o tamanho que um arquivo de histórico irá ocupar no disco rígido? Solução: Para isto, é necessário realizar o seguinte cálculo: Cabeçalho do arquivo: 24 bytes.…
Question: How can I rename historic files (*.dat) according to the number of records and setting the current date on their names? Solution: You can do this by using a…
Autor
Mateus Machado
Question: Can I use figures from E3 Gallery in Demo mode? If the application was developed in the E3’s v. 3.0 , can I execute it in v. 2.5? Solution:…
Question: How can I export data from a *.dat file into Excel? Solution: To do so, follow these procedures: 1. Via Organizer, add a Text-type report and access Settings tab.…
Descrição: Como funciona a função MessageBox? Solução: A função MessageBox mostra uma caixa de mensagem que pode ser configurada pelo usuário. Ela retorna um valor correspondente a um botão pressionado…
Descrição: Como exibir a imagem de uma câmera dentro de uma tela do Elipse E3? Solução: Para isto, existem duas opções: Utilizar o ActiveX fornecido pelo próprio fabricante da câmera;…
Question: The Elipse SCADA only generates HTML files for active screens. How can I generate HTML files for all the application’s screens, be they active or not? Solution:To generate HTML…