Promotic

DdeClientEnabled - property of the PmaNumber object

Description:
Sets/returns if this object communicates by the DDE as a DDE client
Syntax:
Boolean DdeClientEnabled
Values:
true (default) - DDE communication is enabled in this object
false - Otherwise
Note:
Property access for read and write.
 
The property is meaningful only if the communication is set by the DDE as the DDE client on the "DDE" tab of this object (in the running application the communication can be disabled or repeatedly enabled by this property).
Disabling the communication by this property is not functional for change reading from server. But it is functional for periodic reading and writing and for change writing into the server.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oNumber = pMe.Pm("/Number0");
var bEnabled = oNumber.DdeClientEnabled;   // Reading from the property
oNumber.DdeClientEnabled = true;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.