Account  |  Mobile  |  Help    
 
Home Database Live Audio Forums Wiki Classifieds Submit Info About

Go Back   The RadioReference.com Forums > Software > Scanner Programming Software


Scanner Programming Software This is the place to discuss scanner programming and control software.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-05-2008, 08:02 PM
Member
   
Join Date: Jan 2008
Location: Chesterfield, VA
Posts: 53
Default problem with frequencies

Hey there,
I'm trying to download, using Win500, any trunked frequencies for Hopewell, VA. I get the following message when I do:

There is a problem with a 'bandplan' element from the RR database:
Base = 851.0125
Offset = 0
Spacing = 25.0

(one or more of the values is zero)

You may want to report this to the RadioReference.com site. Be sure to reference 'sid=654' in any report you make.


Is there something I might be doing wrong?
Thanks,
SV
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 07-05-2008, 08:51 PM
fmon's Avatar
Member
 
Premium Subscriber
 
Join Date: May 2002
Location: Eclipse, Virginia
Posts: 6,146
Default

The reason for the nag is because the three UHF Military systems use the same SYSID 791A. Click on through the three nags and select Hopewell Site and talkgroups for import. You can also select the FT Lee site and talkgroups if you are close enough. It would be impossible pick up the NavBase/NavShpYd and Hopewell/Ft Lee at the same time.
__________________
Frank
RR Wiki Programming Shortcuts
When one engine fails on a twin-engine airplane you still have sufficient power to get to scene of the crash
Reply With Quote
  #3 (permalink)  
Old 07-05-2008, 10:15 PM
Member
   
Join Date: Jan 2008
Location: Chesterfield, VA
Posts: 53
Default thanks...

for the info. Wasn't sure what the deal was.
SV
Reply With Quote
  #4 (permalink)  
Old 07-08-2008, 12:11 PM
loumaag's Avatar
Moderator
 
Database Admin
 
Join Date: Dec 2002
Location: Katy, TX
Posts: 10,303
Default

Whereas Frank is correct, so is the database. The error messages are actually something Don should look at. The data is correct based on which site you want to monitor, the problem is I am not sure the scanners are capable of monitoring both types of sites in the same bank (T-Sys). I don't have a GRE 500/600 but I know that the Pro-96/2096 has to be either 800 or UHF with a band plan from the "simple choices".

Technically, based on the frequencies used, a custom multi-table could be constructed that would fit both types of sites. But since I am not there, I can't test it to see if it would work. If anyone wants to try, you can try this as a band plan:
Code:
Lo    Hi    Base       Offset   Spacing
  0   379   851.0125   0        25.0      
380   759   406.0000   380      12.5
__________________
Lou Maag

Rules and Guidelines for Forum Post Content
Reply With Quote
  #5 (permalink)  
Old 07-08-2008, 12:58 PM
fmon's Avatar
Member
 
Premium Subscriber
 
Join Date: May 2002
Location: Eclipse, Virginia
Posts: 6,146
Default

Quote:
Originally Posted by loumaag View Post
Whereas Frank is correct, so is the database. The error messages are actually something Don should look at. The data is correct based on which site you want to monitor, the problem is I am not sure the scanners are capable of monitoring both types of sites in the same bank (T-Sys). I don't have a GRE 500/600 but I know that the Pro-96/2096 has to be either 800 or UHF with a band plan from the "simple choices".

Technically, based on the frequencies used, a custom multi-table could be constructed that would fit both types of sites. But since I am not there, I can't test it to see if it would work. If anyone wants to try, you can try this as a band plan:
Code:
Lo    Hi    Base       Offset   Spacing
  0   379   851.0125   0        25.0      
380   759   406.0000   380      12.5
Lou, thanks for your help.

Don reconfigured an earlier version of Win500 to automatically import the tables as you describe above. (only the UHF table was listed at the time)

Working with Stick43 who lives in the area, I ask if he would program a 2096 with those tables and the 4 Hopewell and 2 Ft Lee controls to determine if both towers will work in the same bank (wouldn't earlier with single UHF table). It does now work according to his report back. I know it works with GRE because I drove through the area on May 20 and both systems functioned ok in same TSYS.

Don stated to me that it was unnecessary to list the tables in Eastern Region database for using Win500 as he has it coded to set both tables, however, PSREdit and ARC500 will import the tables correctly with them listed. The only real problem is OP's original, the nag in Win500, but clicking through the nag will allow for a correct import.

Win96 will give a nag also and still imports the single UHF table, the user will need to edit and set both as you indicated above.
__________________
Frank
RR Wiki Programming Shortcuts
When one engine fails on a twin-engine airplane you still have sufficient power to get to scene of the crash

Last edited by fmon; 07-08-2008 at 01:02 PM..
Reply With Quote
Sponsored links
  #6 (permalink)  
Old 07-08-2008, 01:43 PM
Member
 
Premium Subscriber
 
Join Date: Jun 2003
Location: Santa Clara, CA
Posts: 2,584
Default

Quote:
Originally Posted by loumaag View Post
Whereas Frank is correct, so is the database. The error messages are actually something Don should look at. The data is correct based on which site you want to monitor, the problem is I am not sure the scanners are capable of monitoring both types of sites in the same bank (T-Sys). I don't have a GRE 500/600 but I know that the Pro-96/2096 has to be either 800 or UHF with a band plan from the "simple choices".

Technically, based on the frequencies used, a custom multi-table could be constructed that would fit both types of sites. But since I am not there, I can't test it to see if it would work. If anyone wants to try, you can try this as a band plan:
Code:
Lo    Hi    Base       Offset   Spacing
  0   379   851.0125   0        25.0      
380   759   406.0000   380      12.5
It almost certainly won't work in a PSR-500. The TSYS would have to be either "MOT VHF/UHF" or "MOT 800/900". The control channel data (and how it must be interpreted) differs between the two types (OBT vs. non-OBT). If you set the TSYS to 800/900, the Hopewell site will work, but the others (400 MHz) won't, and vice-versa.

The message shown by Win500 can be dismissed, and the program will still create the "combination" table above (though in the opposite order). The table will "work" for either of the two TSYS types you create for this system.
__________________
I'll keep my freedom, my guns, and my money... you can keep the change
Reply With Quote
  #7 (permalink)  
Old 07-08-2008, 02:12 PM
fmon's Avatar
Member
 
Premium Subscriber
 
Join Date: May 2002
Location: Eclipse, Virginia
Posts: 6,146
Default

Quote:
Originally Posted by DonS View Post
It almost certainly won't work in a PSR-500. The TSYS would have to be either "MOT VHF/UHF" or "MOT 800/900". The control channel data (and how it must be interpreted) differs between the two types (OBT vs. non-OBT). If you set the TSYS to 800/900, the Hopewell site will work, but the others (400 MHz) won't, and vice-versa.

The message shown by Win500 can be dismissed, and the program will still create the "combination" table above (though in the opposite order). The table will "work" for either of the two TSYS types you create for this system.
At this very moment, I'm listening to the 2 UHF Navy systems with TSYS set at MOT 800/900 and tables as indicated (though the 400 tables are listed first. Air miles is 50 to Hopewell/Ft Lee but as stated in my previous, I scanned both successfully with this setup on May 20.

BTW, it works set as MOT VHF/UHF down here also, but I haven't tried this setting in Hopewell area as the file used then is set to MOT 800/900.
__________________
Frank
RR Wiki Programming Shortcuts
When one engine fails on a twin-engine airplane you still have sufficient power to get to scene of the crash
Reply With Quote
  #8 (permalink)  
Old 07-08-2008, 02:32 PM
Member
 
Premium Subscriber
 
Join Date: Jun 2003
Location: Santa Clara, CA
Posts: 2,584
Default

Quote:
Originally Posted by fmon View Post
At this very moment, I'm listening to the 2 UHF Navy systems with TSYS set at MOT 800/900 and tables as indicated (though the 400 tables are listed first. Air miles is 50 to Hopewell/Ft Lee but as stated in my previous, I scanned both successfully with this setup on May 20.

BTW, it works set as MOT VHF/UHF down here also, but I haven't tried this setting in Hopewell area as the file used then is set to MOT 800/900.
If you're really listening to the 400 MHz sites on a "Mot 800/900 TSYS", then, even though those are VHF/UHF sites, the controller is really sending out "non-OBT" messages. If that's what's really happening, then you should be able to select all 4 sites in the system into a single TSYS, set the TSYS type to MOT 800/900, and use either the tables above or those created by Win500 when you import from RadioReference. You should then be able to monitor any of the 4 sites from that single TSYS.
__________________
I'll keep my freedom, my guns, and my money... you can keep the change
Reply With Quote
  #9 (permalink)  
Old 07-09-2008, 03:29 PM
fmon's Avatar
Member
 
Premium Subscriber
 
Join Date: May 2002
Location: Eclipse, Virginia
Posts: 6,146
Default

Don,

I'm running a test with current UHF CC for Norfolk NavBase (SysID 791A ) and current 800 Smartnet CC from Suffolk, VA (SysID 0B01). 791A is the Eastern Region database in this thread discussion and the TSYS tables are as in Eastern Region, but with VHF/UHF listed first.
Scanner TSYS settings:
Type: MOT VHF/UHF (UHF will not work if set to 800/900 but both work if set to UHF)
Multi-Site: Stat
Check All C: Yes
T Tables: Custom


Attempting these Extended Table settings in the Pro-2096 produces zilch.
__________________
Frank
RR Wiki Programming Shortcuts
When one engine fails on a twin-engine airplane you still have sufficient power to get to scene of the crash
Reply With Quote
Sponsored links
  #10 (permalink)  
Old 07-09-2008, 03:33 PM
Member
 
Premium Subscriber
 
Join Date: Jun 2003
Location: Santa Clara, CA
Posts: 2,584
Default

Quote:
Originally Posted by fmon View Post
Don,

I'm running a test with current UHF CC for Norfolk NavBase (SysID 791A ) and current 800 Smartnet CC from Suffolk, VA (SysID 0B01). 791A is the Eastern Region database in this thread discussion and the TSYS tables are as in Eastern Region, but with VHF/UHF listed first.
Scanner TSYS settings:
Type: MOT VHF/UHF (UHF will not work if set to 800/900 but both work if set to UHF)
Multi-Site: Stat
Check All C: Yes
T Tables: Custom


Attempting these Extended Table settings in the Pro-2096 produces zilch.
OK. I had it backwards. The system is sending "OBT" messages even on the 800 MHz frequencies.

As for the PRO-2096... I can only guess that it's seeing the 800 MHz freqs in the bank and is presuming that it's a "non-OBT" system - similar to setting the TSYS type to "MOT 800/900" in the PSR-500.
__________________
I'll keep my freedom, my guns, and my money... you can keep the change
Reply With Quote
  #11 (permalink)  
Old 07-09-2008, 03:38 PM
Member
   
Join Date: Jan 2008
Location: Chesterfield, VA
Posts: 53
Cool Wow...

lot's of information here and ya'll are way over my head. I clicked through the nag screens and loaded whatever. My head is spinning and as soon as it stops, which may be next week, I'm gonna go back through that database and read s-l-o-w-l-y what ya'll have posted here and see if I can't learn something. At the very least, I will not be any more confused than I am right now...and that's not bad for me.
Thanks!
sv
Reply With Quote
  #12 (permalink)  
Old 07-09-2008, 03:55 PM
Member
 
Premium Subscriber
 
Join Date: Jun 2003
Location: Santa Clara, CA
Posts: 2,584
Default

After clicking through the Win500 nag/error message, make sure you change the TSYS type to "MOT VHF/UHF"
__________________
I'll keep my freedom, my guns, and my money... you can keep the change
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hawken Fire Freqs? robe7 Nevada Radio Discussion Forum 8 07-21-2007 02:12 PM
Must have frequencies in your scanner cookiend15 New York Radio Discussion Forum 12 06-25-2007 12:49 PM
Salinas Airshow screxer California Radio Discussion Forum 32 10-05-2006 06:57 PM
Win96, Win97, and RR.com conventional frequencies DonS Scanner Programming Software 60 07-11-2006 05:27 PM
Problem with regular frequencies eagle422a Ohio Radio Discussion Forum 2 08-28-2004 10:00 AM


All times are GMT -5. The time now is 04:26 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All information here is Copyright 2009 by RadioReference.com LLC and Lindsay C. Blanton III.Ad Management by RedTyger
Copyright 2009 by RadioReference.com LLC Privacy Policy  |  Terms and Conditions