User manual
IEC61131 User and Reference Manual
April 22, 2008
242
Code
Description
16
The log was successfully deleted. No log configuration exists.
17
Undefined status. This should never occur.
Example
The following example is used to create a data log with logID = 5. The input variables define
the inputs to the dlogcnfg function block.
The maximum number of records in the log is 225 (maxRecords = 225).
The number of data fields is 4 (numFields = 4).
The first field is boolean (boolType = 0).
The second field is integer (intType = 3).
The third field is real (realType = 4).
The last field is days & hundredth seconds (daysType = 5).
The remaining field types are unused and must be set to 0.
See Also
dlog, dlogread