DebugOutput

DebugOutput (STRUCT)

TYPE DebugOutput : STRUCT

InOut:

Name
Type
Comment

eModuleTypeID

ModuleType

Displays the read module type

uiConfiguredBusTimeoutInSeconds

UINT

Displays the read bus timeout time of the module

udiLastModbusWriteTransactionTime

UDINT

Modbus request transaction time in milliseconds for write

udiLastModbusReadTransactionTime

UDINT

Modbus request transaction time in milliseconds for read

udiLastReadRegister

UDINT

Displays the last read Modbus register

udiLastWriteRegister

UDINT

Displays the last written Modbus register

uxiReadErrorCounter

__UXINT

Number of error read commands

dtLastReadErrorTimestamp

DT

Displays the last timestamp of a failed Modbus read command

uxiWriteErrorCounter

__UXINT

Number of error write commands

dtLastWriteErrorTimestamp

DT

Displays the last timestamp of a failed Modbus write command

uxiRetrysAfterError

__UXINT

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

tTimeUntilNextCommunicationRetry

TIME

Time until the next attempt to restore communication

Last updated