KB-26207: Altering timeout dynamically.
Question: How can I alter a driver’s timeout dynamically via a setpoint on the application’s screen? Solution: To do so, you must add IOTimeOutMs property (in IOKit’s Parameters folder) to…
Question: How can I alter a driver’s timeout dynamically via a setpoint on the application’s screen? Solution: To do so, you must add IOTimeOutMs property (in IOKit’s Parameters folder) to…
Question: Why is SNMP Driver not working with E3 version 2.5? Solution: According to SNMP Driver’s manual, the driver needs IOKit.dll Library’s version 1.15 and E3’s version 3.2 or higher …
Question: Do I need a specific model of modem to use it with Voice driver? Solution: No, this driver does not require any specific brand of equipment to be used…
Question: Which object and variation must be used for a double-point command via DNP driver? Solution: In a DNP driver, you must use an Object 12, and Variation 1 –…
Question: I have two DNP Slave drivers sending data to two different IPs: one of them reads data, and the other one works as backup. When the communication channel is…
Question: Is it possible to read digital inputs (SOE) with a Block Tag via DNP driver? Solution: No, this is not possible, because all elements in the block share the…
Question: Can Enable Unsolicited on Startup and Scans for Events every X ms options on DNP Master driver’s work together? Solution: Yes, they can. However, since you may want to…
Question: Can I configure a pulse’s duration in a DNP driver? Solution: Yes, you can. Driver’s Extra Settings’ DNP tab brings the options Control Relay Off Time – ms an…
Question: What settings are used to issue commands via a DNP Master driver? Solution: Use the following settings in an IOTag: N1 = 1, N2 = 5, N3 = 1201,…
Question: I am not being able to establish communication in E3 between DNP Master and Slave drivers when executing the master application. In the slave machine, there are two open…