Parameters > Citect.ini File Parameters > General Parameters > [General]TagWriteEventFmt

[General]TagWriteEventFmt

By default, log messages stored in TagWriteEventQue allocate only 32 characters for the tag name and 12 for the value. Since tag names may be up to 79 characters long and strings tags may be up to 128 characters long, the format may be customized by setting the TagWriteEventFmt parameter. For example:

[General]TagWriteEventFmt = {Name,79} {Value,128}

See Also