KB-31363: Communicating with Micrologix 1500 via DH-485 network
Question: How can I establish communication with Micrologix 1500 in a DH-485 network? Solution: This must be done via OPC Protocol, with RS-Linx as server, and Elipse SCADA or E3…
Question: How can I establish communication with Micrologix 1500 in a DH-485 network? Solution: This must be done via OPC Protocol, with RS-Linx as server, and Elipse SCADA or E3…
Este artigo mostra passo a passo como instalar e configurar o Banco de Dados PostgreSQL para uso com o Elipse E3, através de uma conexão ODBC (versões anteriores à 6.5)…
This article will show you how to install and configure the PostgreSQL Database step by step, in order to use it with E3 via ODBC connection. To do so, you…
Descrição: Ao usar penas históricas, o E3Chart está ligando os pontos em que a aplicação não estava comunicando. Como evitar que isso aconteça? Solução: Para isso, via E3Studio, basta adicionar…
Question: When using historic pens, the E3Chart connects the points where the application was not communicating. How can I prevent this from happening? Solution: To do so, in E3Studio, you…
Question: Can I use a parallel hardkey (Hasp-4 model) with E3 versions higher than 3.0? Solution: No, you can’t. With versions higher than 3.0, you must use the HL model…
Question: Why is the message Query: ‘Query1’ is not valid. :16 being displayed on an E3Chart’s legend Status column? Solution: This can happen when the pen requires a Query (that…
Question: Can tags with the same name be inserted into different Projects of a Domain? Solution: Yes, they can. However, to do so, the Projects must be inserted in different…
Question: Is there a command to open windows that is similar to MsgBox, but with a field for typing text? Solution: Yes, this is what VBScript’s InputBox is for. Script…
Question: How can retrieve the number of records that have been returned by a query? Solution: To do so, you must use the RecordSet‘s RecordCount property. The example below shows…