ST_LON_WriteData

Structure of transmit buffer

TYPE ST_LON_WriteData :
STRUCT
  wNVIndex          : WORD;
  udiSrcAddrWriteValue  : UDINT;
  uiLenWriteValue       : UINT;
  udiAdrBusy        : UDINT;
  udiAdrErrorKL     : UDINT;
END_STRUCT
END_TYPE

wNVIndex: NV-Index

udiSrcAddrWriteValue: Address of the value to be sent

uiLenWriteValue: Length of the value to be sent

udiAdrBusy: Address of the output "bBusy"

udiAdrErrorKL: Address of the output "dwErrorKL"