Promotic

GetInfo - method of the AtouchX object

Description:
Returns information about the communication core.
The method returns the available information about the communication core and returns it in the created matrix.
Syntax:
Integer GetInfo(Array INFO)
Parameters:
INFO[for read and write] (Array) The version of the communication core in BCD format such that the upper byte contains the version number and the lower byte contains the subversion number. For example, version 1.60 corresponds to &H160.
Return value:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oATC = pMe.Pm("/AtouchApp").Acx;
var mInfo = Pm.CreatePmMap();
mInfo.ParValue = Pm.CreatePmArray(1, 1);
var nState = Pm.CallAxMethod("", oATC, "GetInfo", mInfo);
var aInfo = mInfo.ParValue;
Pm.Debug("AtouchX.GetInfo return INFO: " + aInfo.GetItem(0));
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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