Message Logging
The AKD2G drive records the contents of all Modbus messages sent to and from the drive. In addition to the contents of the packets the IP address and port number or the remote endpoint are also recorded. DRV.RUNTIME is also latched with each message.
The logged data returned by MODBUS.MSGDUMP is shown exactly as it is transferred over Ethernet. See Read Holding Registers (3) and Write Multiple Registers (16) on how this data is formatted.
The message log contains the last twenty messages sent or received. Logging is turned on and off with MODBUS.MSGLOG.
To enable logging set MODBUS.MSGDUMP = 1.
-->MODBUS.MSLOG 1 -->
To view the logged messages.
-->MODBUS.MSDUMP 39d:21h:30m:48s): 1 242 0 0 0 6 255 3 0 0 0 4 from 10.8.232.204:62944 39d:21h:30m:48s): 1 242 0 0 0 11 255 3 8 0 0 0 2 0 0 0 0 to 10.8.232.204:62944 39d:21h:30m:56s): 1 243 0 0 0 6 255 3 0 0 0 4 from 10.8.232.204:62944 39d:21h:30m:56s): 1 243 0 0 0 11 255 3 8 0 0 0 2 0 0 0 0 to 10.8.232.204:62944 -->





