KB-31216: Window for typing values.
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: 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…
Question: How can I configure a tag to display the device’s status (Active or Inactive)? Solution: To do so, you can use the Browser Tag’s SlaveActive tag, which you can…
Autor
Guilherme Taschetto
Question: How can I connect Elipse E3 to a PostgreSQL database? Does it have native support to this database, or do I need to perform any extra procedures to do…
Question: How can I insert, edit and delete records of a database via E3? Solution: Via E3Studio, access the Query’s properties and then, on SQL tab, enable SQL’s edition option,…
Question: Is it possible to insert more than one Alarm Server in a Domain? Solution: No, it is not. You can only insert a single Alarm Server in the Domain.
Question: Which driver must I use to communicate with S7-300 via ISO-TCP protocol and with CP-3431 card? Solution: To do so, you must use M-Prot driver.
Question: How can I change the name of an E3Browser’s columns? Solution: There are two ways to do so: Via E3Studio: Just access E3Browser‘s properties and click Set up button…
Question: How can I create a “generic” XObject with a Modbus Driver, so that the Driver’s IP address and the Ethernet communication port can be configured when instancing the XObject?…