MIP_SDK
v3.0.0-170-g6440bd3
MicroStrain Communications Library for embedded systems
|
Some commands accept a parameter named suppress_ack
which prevents the standard ack/nack reply from being returned by the device, e.g. the 3DM Poll Data command. Use of this parameter is not fully supported by the MIP SDK and will cause the command to appear to time out after a short delay.
If you wish to use this feature, (i.e. just send the command without waiting for an ACK/NACK), you can build and send the command manually:
This applies to the following commands:
The device timeout must be sufficiently long when sending these commands. There are 3 potential ways to avoid erroneous timeouts:
additionalTime
parameter. This raises the timeout specifically for that one command instance and is the recommended option.