KB-38948: Local SQL Server database.
Question: Even when configuring a SQL Server database as ComputerName\SQLEXPRESS, there is a need to repeat this configuration every time the machine changes. Is it possible to set up the…
Question: Even when configuring a SQL Server database as ComputerName\SQLEXPRESS, there is a need to repeat this configuration every time the machine changes. Is it possible to set up the…
Autor
Mateus Machado
Question: How can I create a digital link via scripts? Solution: Example: set bind = Screen.Item(“Text1”).Links.CreateLink(“Value”, “Data.Tag1.Value”, 3) bind.OnValue = “Text ON” bind.OffValue = “Text OFF”
Descrição: Como posso aplicar uma escala em um Tag de Comunicação? É possível, através da escala, descobrir seu valor sem escala? Solução: Para utilizar um escala de valor no tag…
Descrição: Como habilitar o serviço de NetDDE no Windows XP SP2/SP3? Solução: De acordo com o manual do Driver, seção Comunicação via Serviços do NetDDE, os usuários do Windows XP…
Descrição: Como acessar uma fórmula que está dentro de um XObject, para utilizar o método LoadFormulaValuesQuiet em um XControl? Solução: Para fazer isso, utilize o seguinte script em um botão…
Descrição: A porta serial configurada em um driver pode ser alterada durante a execução da aplicação? Solução: Sim. Para isso, é necessário alterar o tag IO.Serial.Port. Para forçar o IOKit…
Question: How can I increase the number times the E3 tries searching for a hardkey license, since it is not acknowledged when starting the application? Solution: When the E3Server starts,…
Pergunta: O que devo fazer para acessar (ler/escrever) os bits de um Tag de Comunicação? Resposta: Deve-se habilitar a propriedade UseBitFields do Tag de Comunicação. Desta forma, os bits do…
Autor
Mateus Machado