KB-36672: Rounding decimal places when saving values in a Database.
Question: How can I round the decimal places of the variables’ values when saving them in a Database? Solution: This is not recommended, but if you want to do it,…
Question: How can I round the decimal places of the variables’ values when saving them in a Database? Solution: This is not recommended, but if you want to do it,…
Descrição: Como configurar um objeto TextBox para aceitar apenas a entrada de valores numéricos? Solução: Para isso, deve-se escrever um script no evento Change do TextBox. Por exemplo: If Not…
Descrição: Como descobrir a resolução da tela aberta no E3Viewer em tempo de execução? Solução: Para isso, deve-se utilizar em um script a classe ‘Win32_VideoController’. Exemplo de script da classe…
Question: How does the I/O Driver’s ShareServer property work? Solution: If this property is set to True, the driver shares its execution with the other I/O Driver objects that have…
Question: When storing alarms on the Database, does E3 create the tables automatically? Solution: Yes, it does. To do so, just click the Create Table button on the Alarm Server’s…
Question: How can I display the InTime and OutTime information from an alarm occurrence a single register in E3 Browser? Solution: To do so, we suggest that you use the…
Question: Can I open the E3Studio on a server being executed with a runtime hardkey? Solution: If the hardkey has no E3Studio license, you won’t be able to open it,…
Question: How can I open a CHM file by setting a certain topic via E3? Solution: To do so, you must use the Viewer’s ExecuteExternalApp method. For example: Application.ExecuteExternalApp “hh.exe”,…
Autor
Mateus Machado
Question: Can I insert Boolean expressions and mathematic operations in the same link? Solution: Yes, you can. For example: 5 + (Tag1.Value AND Tag2.Value) In this example, the Boolean expression’s…