KB-29153: Rotating Gallery images in E3Studio.
Question: How can I rotate a figure from E3Studio‘s Gallery? Solution: In E3Studio, follow these procedures: Add the desired figure to a screen. Right-click it and select the Convert to…
Question: How can I rotate a figure from E3Studio‘s Gallery? Solution: In E3Studio, follow these procedures: Add the desired figure to a screen. Right-click it and select the Convert to…
Question: How can I show a virtual KeyPad when opening the Login dialog? Solution: To do so, use the following script: Sub CommandButton1_Click() Set KeyPad = Application.GetKeyPad() KeyPad.Show() …
Question: How can I remove the Quality column from a Historic? Solution: To remove the Quality column from a Historic, you must use the Link Historic to an existing Table…
A linguagem SQL (Structured Query Language), bastante popular na interação com SGBDs (Sistemas Gerenciadores de Banco de Dados), foi desenvolvida nos anos 70 e atualmente é o padrão no mercado…
Descrição: Como posso verificar o tamanho de um banco de dados SQL? Solução: Para isto, deve-se executar uma Stored Procedure, disponível no próprio banco SQL. Para executá-la no E3, acesse…
Question: How can I check the size of an SQL database? Solution: To do so, you must run a Stored Procedure, available in the database. To run it in E3,…
Descrição: Como mostrar um KeyPad virtual ao abrir a janela de Login? Solução: Para isto, deve-se utilizar o seguinte script: Sub CommandButton1_Click() Set KeyPad = Application.GetKeyPad() KeyPad.Show() Application.Login()…
Question: On a network containing a machine dedicated specifically to the Data Server and others to E3, where is the data from a Query inside the Viewer processed: in the…
Question: How can I view images from closed-circuit television (CCTV) in Elipse SCADA? Solution: To do so, you must use the Watcher module with one of the options below: Sensoray…
Descrição:Como posso remover a coluna Quality de um Histórico? Solução:Para remover a coluna Quality do objeto Histórico, é necessário utilizar a opção Vincular o Histórico a uma Tabela já existente. Para…