In order to execute a subprogram several times in succession, the desired number of program repetitions can be programmed in the block with the subprogram call at address P: value range 1 to 9999. Parameters are transferred only when the program is called or in the first pass.
The parameters remain the same for all repetitions. If you want to change the parameters between passes, you should make the relevant declarations in the subprogram.