If it is the radio network that is echoing the command sent by the SCADA master then it doesn't appear that changing the FMD response time would help at all, since even if the FMD PLC does not respond the radio would still echo the command isn't it?
By default the PLC is set to respond to a command after 10ms. This may be change to to 20 or 30ms (maximum) using SETSYSTEM 3, x where x is an 8 bit number and bit 0 & 1 is for COMM1, bit 1 & 2 is for COMM2 and bit 2 & 3 is for COMM3. The two bits can be set to 00
00 - no wait, respond as fast as possible
01 - 10ms, (default)
10 - 20ms
11 - 30ms
However, I am doubtful that this change will help if the problem is because the radio is echoing the command.