The developers guide indicates this on the ResponseOnBadCommand feature:
When the device sends a response that matches the ResponseOnBadCommand, then this will be indicated in the communication indicator of the DataMiner user interface.
Where should this be shown?
I've checked the streamviewer when receiving a response that matches the one defined in the ResponseOnBadCommand, but there is no difference with any other response.
Hi,
I believe this is no longer applicable. In System Display there used to be an icon in the top bar of Element Display , indicating the communication state which could have color red, green and indicated if responses matched or not.
The mentioned "communication indicator" are those icons but is not included in Cube.
I can probably verify this. Took a quick look in the code and even though the ResponseOnBadCommand is still getting processed in SLProtocol. It sets an internal flag to indicate it is an error.
However the code that uses this flag no longer seems to exists.
It is likely this code was removed when System Display was deprecated.
We will look into adjusting our documentation.