FM Analysis > FM Scope Script Files
FM Monitoring Script v3 (pira)
Lucas G.:
All fine, Jan. Thanks for your efforts!
Rene:
Hallo Jan,
there is a little bug in your script in the Part "AntennaLoop:". If i use only one antenna in the config, the monitoring runs in a infinite loop. If a comment the part out:
;inc(CurrentAntenna)
;if (%CurrentAntenna<=%HowManyAntennas)
; goto (AntennaLoop)
; endif
the script runs fine.
Thank you for your perfect work and your products.
Jan:
Thank you. You can change the number of antennas at line 25:
--- Code: ---set (HowManyAntennas,1) ;default is 1 (single antenna)
--- End code ---
Please verify that this line has not been inadvertently changed.
Your solution will also work of course :)
Rene:
I use the default setting in your script
set (HowManyAntennas,1)
but with this config the monitoring runs in a infinite loop. Sorry.. :) I can“t find the error in your script.
My workaround is comment the part out:
;inc(CurrentAntenna)
;if (%CurrentAntenna<=%HowManyAntennas)
; goto (AntennaLoop)
; endif
Then the script runs one time.
Jan:
If I set (HowManyAntennas,1), the script runs only once, as expected. It seems to me that no fix is needed to the original script.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version