Promotic

MemoryUsage - property of the Pm object

Description:
The size of memory usage of the entire computer.
This property is obsolete (but functional) and it is better to use the Pm.GetSystemInfo method.
Syntax:
Long MemoryUsage
Note:
Property access for read only.
 
The value je expressed in kB with the precision of 4 kB blocks.
It is often handy to monitor this value when tuning the application. The computer memory usage can also be detected in the "/System/Memory" item of the INFO system. See also How to monitor the running PROMOTIC application.

This property is not functional in Web panels
See also:
- Pm.GetSystemInfo (method)
- Pm.CpuUsage (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var nMemoryUssage = Pm.MemoryUsage;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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