Show1

Show1 1:

Output of a message with a value to be formatted.

VAR_INPUT

dLogType      : DWORD;
sLogCode      : T_MaxString;
sLogText      : T_MaxString;
tArg1         : T_Arg;
bIgnoreBlock  : BOOL;

dLogType: Log type of the message to be displayed.

sLogCode: Optional, context-related additional information.

sLogText: Content of the message.

tArg1: Value to be formatted (see T_Arg).

bIgnoreBlock: Prevents the suppression of cyclically repeated messages.

VAR_OUTPUT

Show1     : BOOL;

Show1: Indicator of whether a message was output (TRUE) or discarded (FALSE).