Notifications
Clear all

Can i merge GSM900, GSM1800 & UMTS to one sweep?

1 Posts
1 Users
0 Likes
6,824 Views
(@moderator)
Noble Member Admin
Joined: 14 years ago
Posts: 1044
Topic starter  

A lot of cutomer ask us: Is it possible to sweep a bulk of profiles at once so that you can "jump" between those to save sweeptime?

The answer is: Yes, no problem at all! :D

Attached sample code sweeps three profiles (GSM900, GSM1800 and UMTS) 5 times each and starts over again.
Simply delete program 150 (scanprog) and insert this code instead. Afterwards press any hotkey to activate the code.

 LOADVAR 0Fh
 LDSHCO 05h
 JUMPLT LABEL-1
 LOADVAR 0Fh
 LDSHCO 0Ah
 JUMPLT LABEL-2
 LOADVAR 0Fh
 LDSHCO 0Fh
 JUMPLT LABEL-3
 LDSHCO 00h
 STOREVAR 0Fh
 STOP
LABEL-1:
 SETUP
    STARTFREQ:922 STOPFREQ:960
    RESBANDW:1
 PRINTSTR 03h, "GSM900"
 LOADVAR 0Fh
 LDSHCO 01h
 ADD
 STOREVAR 0Fh
 STOP
LABEL-2:
 SETUP
    STARTFREQ:1800 STOPFREQ:1880
 PRINTSTR 03h, "GSM18K"
 LOADVAR 0Fh
 LDSHCO 01h
 ADD
 STOREVAR 0Fh
 STOP
LABEL-3:
 SETUP
    STARTFREQ:2110 STOPFREQ:2170
    RESBANDW:103
 PRINTSTR 03h, " UMTS"
 LOADVAR 0Fh
 LDSHCO 01h
 ADD
 STOREVAR 0Fh
 STOP

Its quite simple to expand (add more profiles) or to change parameters for each profile or to change the number of each profile repeats. Have fun!

P.S. The latest MCS already works fine with such "frequency hoppings".

Snip


   
Quote
Share: