This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DP83TD510E-EVM: delay and loop with USB2MDIO

Part Number: DP83TD510E-EVM

Hello, 
I would like to create USB2MDIO script in order to continuously read register values of the DP83TD510E-EVM with gap time between each reading. 
I've read the previous post about this subject ( here) that says there is no way to do it. The post explains there is no way to create loop and delay with USB2MDIO tool,  and if we want to read registers values many times, the only way to do it is by copy paste the line the number of time we want. 
But it seems there is a way to use delays and loops because the original example script given by TI is the following : 

The comments explicitly mean the script can perform delays and loops. My question is how to do it ?  

Because when I try to simply uncomment the lines "loop 5" and "endloop" for example, I got errors. Another way would be the loop made by the registers functions, but it seems to me not.
Can you please tell me if it is possible to do it and how ? 

Thank you ! 

Hanna