Table of Contents

ParameterList

Namespace
ZAux

Variables

MaxStates INT := 30

Maximum of allowed distinct states in any StateMachine

MaxLoggers INT := 5

Maximum number of loggers that are handled by a Logging object

MaxMessageLength UDINT := 350

Maximum messages lengths per message used for any kind of logger, which utilizes RingBufferMessage. This includes all loggers that are shipped with Zeugwerk Framework - custom implementations of ILogger may use a different approach.

MaxObjectManagerObjectCount UDINT := 500

Maximum object count that a single object manager can handle. The value limits the maximum count of equipment objects (i.e. Actuators, Axes, Lights, ...) that a single unit can utilize. Usually the default value is enough, large machines may require a higher value than the default.

DefaultLogLevel LogLevel

default log level for all loggers if not specified differently by using a loggers MinimumLevel property.

DefaultMaxFileSize DINT := 10000

default maximum size per (rotated) file for a file logger or LoggerRollingFileAppender, respectively.

DefaultBackupCount INT := 10

default number of rotated file for a file logger or LoggerRollingFileAppender, respectively.