Object PmaData (Data)
This object inherits properties, methods and events of the
PmaObject object.
Properties and methods of this object:
Properties and methods inherited from the PmaObject object:
AddEvent() | Registers a function into the specified event |
GetOwnedByIndex() | Returns the subobject defined by its index |
GetOwnedByName() | Returns reference to the subobject defined by its name |
GetOwnedByType() | Returns an array of references to the subobjects |
GetOwnedNum() | Returns number of subobjects in the object |
GetPar() | Reading the value of the Pma object parameter (or its parents) |
GetPathName() | Object name with the path to this object |
GetPermission() | Returns permission of corresponding operation from object |
Methods | Access to designer methods of this object |
Name | Object name (without the path) |
Parent | Returns reference to the parent Pma object |
Pm() | Returns reference to the Pma object or to its implementation subobject |
RemoveEvent() | Unregisters the function in the specified event |
Root | Returns reference to the root application object PmaRoot |
Events of this object:
onEndOfTransfer | Is triggered after ending the data transfer |
onItemAfterWrite | Is triggered after writing into (the change of) the value of one variable |
onItemBeforeWrite | Is triggered before writing into (the change of) the value of one variable |
Events inherited from the PmaObject object:
onStart | Is triggered for each object in runtime only once at the beginning |
onStop | Is triggered for each Pma object in runtime only once at the stop of the application |
Configuration tabs:
Object | General information about the object |
Events | Definition of object events algorithms |
Data | Data definition |
DDE | Definition of conditions for DDE sharing the variables |
Sockets | The link-up of the object to the socket group |
Permissions | Object permissions |
Web server | The link-up of the object to Web server |
Related objects:
PmVar | (Variable) Object represents one data item of the object |
Data extensions | The data extensions are PROMOTIC system components, extending the basic functionality of PmVar data items (variables).
Each data extension type is used for specific purpose (e.g. limit excess alarm, OPC server or connection to the PmaComm object, trends, etc.). |
History:
Pm9.00.00: Object name changed:
PmData ->
PmaData