ShowDebugOutput

ShowDebugOutput (FUN)

FUNCTION ShowDebugOutput : BOOL

InOut:

Scope
Name
Type
Comment

Return

ShowDebugOutput

BOOL

Input

stDebugOutput

DebugOutput

Output

eModuleTypeID

ModuleType

Displays the read module type

Output

udiLastModbusWriteTransactionTime

UDINT

Modbus request transaction time in milliseconds for writing

Output

udiLastModbusReadTransactionTime

UDINT

Modbus request transaction time in milliseconds for reading

Output

uiConfiguredBusTimeoutInSeconds

UINT

Displays the read bus timeout time of the module

Output

udiLastReadRegister

UDINT

Displays the last read Modbus register

Output

udiLastWriteRegister

UDINT

Displays the last written Modbus register

Output

uxiReadErrorCounter

__UXINT

Number of error read commands

Output

dtLastReadErrorTimestamp

DT

Displays the last timestamp of a failed Modbus read command

Output

uxiWriteErrorCounter

__UXINT

Number of error write commands

Output

dtLastWriteErrorTimestamp

DT

Displays the last timestamp of a failed Modbus write command

Output

uxiRetrysAfterError

__UXINT

Number of attempts to restore communication after a read/write error occurred

Output

tTimeUntilNextCommunicationRetry

TIME

Time until the next attempt to restore communication

Last updated