Add a delay in your Scilab script
SOCKET_pause(delay_s)
real. This is the delay you want add into your script.
This function creates a delay into your Scilab script. It could be usefull between a SOCKET_write() and SOCKET_read() functions. See the source code of SOCKET_query() for example.