Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. Collapse Details
    #11
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site
    Setting the stop frequency at 12200 should find a transponder at 12189 because 12189 is less than 12200.

    Setting the stop frequency at 12050 should not allow a transponder at 12189 to be registered. Here are the code lines in the blindscan plugin that would not let that happen:

    if freq >= self.blindscan_start_frequency.value and freq <= self.blindscan_stop_frequency.value and symbolrate >= self.blindscan_start_symbol.value * 1000 and symbolrate <= self.blindscan_stop_symbol.value * 1000:
    add_tp = True
    else:
    add_tp = False
    Reply With Quote
     

  2. Collapse Details
    #12
    Join Date
    Mar 2018
    Location
    West Central Florida
    Posts
    618
    Post Thanks / Like
    That's what I thought but it must be 150mhz off. 12050= 12200
    There is a game on 91w Ku at 12120 tonite do a blind scan with 12050 as the stop and see if you get it.
    open pli 6.2 release is what i use with VU+ zero 4K.
    attached some scans and you can see setting the stop at 11960 did not find tp 12120 where setting the stop at 11975 did find the tp 12120.
    that shows it is around 150 mhz off.
    Attached Files Attached Files
    Last edited by Megatron817; 08-18-2018 at 09:41 PM.
    Reply With Quote
     

  3. Thanks el bandido thanked for this post
  4. Collapse Details
    #13
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    Are you using Circular for lnb type in antenna setup?
    Reply With Quote
     

  5. Collapse Details
    #14
    Join Date
    Mar 2018
    Location
    West Central Florida
    Posts
    618
    Post Thanks / Like
    yes, still using Circular settings.
    Reply With Quote
     

  6. Collapse Details
    #15
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    I need to think about that a minute, and it is a little late to do that today. But you are correct about the 150 MHz.
    The enigma2 plugin thinks the lnb is universal, so we have to trick it to run the standard 10750 lnb... We tell it to start 150 MHz lower--which makes it scan 150 MHz higher... We can add a few lines to the plugin file and fix this. Or run it like it is and understand the problem.

    While we are at it, we can fix it where it shows 11700 for a start frequency instead of 11550 in the blindscan logs, but that will take a few more lines of code. Maybe this winter I will have time to go back through the plugin file and fix some of these items.
    Reply With Quote
     

  7. Thanks Megatron817, eastof111 thanked for this post
Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •