Promotic

InfoLogAdd - method of the Pm object

Description:
Writing text into the user tab in the Debug item of the INFO system.
User tab must be first created by the Pm.InfoLogReg method (for example in the PmaRoot.onAppStartEnd event).
Syntax:
Empty InfoLogAdd(String sId, String sText)
Parameters:
sId(String) The identifier of the tab in the INFO system that has been previously registered by the Pm.InfoLogReg method.
sText(String) Text to be written into the tab in the INFO system.
Note:
This method is also functional in Web panels.
Example:
Writing text containing name and content of the mValue variable (object of the PmMap type) into the "Log1" tab in the INFO system.
JavaScriptVBScriptSelect and copy to clipboard

Pm.InfoLogAdd("log1", "mValue=" + Pm.JsonStringify(mValue));

History:
Pm9.00.05: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
Navigation:
 
- Pm
 
- Abs
- Cos
- E
- Exp
- InfoLogAdd
 
 
- LN2
- PI
- Pow
- Sin
- Tan
© MICROSYS, spol. s r.o.