IF_LoggerPoint - General Information
Type: |
Interface |
Available as of: |
V1.0.4.0 |
Inherits from: |
oSYSTEM.IQueryInterface |
This interface supports the functionalities of a logger point.
The interface provides the connection to an FB_LoggerPoint. Via this interface the data of the logger point can be read out.
Name |
Data type |
Accessing |
Description |
---|---|---|---|
etLogLevel |
Read |
Logger level that you selected for this logger point. |
|
sName |
STRING[80] |
Read |
Name that was given during the registration of the logger point. |
sSource |
STRING[40] |
Read |
Source that was given during the registration of the logger point. |
sType |
STRING[80] |
Read |
Type that was given during the registration of the logger point. |
udiId |
UDINT |
Read |
Identification number of the logger point. |
udiParentId |
UDINT |
Read |
Identification number of the logger point below with which this logger point is registered. |