Page 11 of 12 FirstFirst ... 6789101112 LastLast
Results 101 to 110 of 115
  1. Collapse Details
    Join Date
    Jul 2011
    Location
    Traverse City, Michigan
    Posts
    512
    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
    East, your file does open in a text reader. I think I see what EB mentioned but I don't have line numbers. I'll C/P here.

    def correctBugsCausedByDriver(self, tplist):
    if self.is_c_band_scan:
    x = 0
    for transponders in tplist:
    if tplist[x].frequency > 4200000:
    tplist[x].frequency = 5150000 - tplist[x].frequency - 9750000
    x += 1



    Looks like they are making 5150 be interpreted as 9750.
    C: 8' Andrew w/orthomode feeding twin Norsat 8515, Atemio Nemesis
    Ku: 1.2m Channel Master w/orthomode feeding twin NJR universal lnbs, Manhattan
    DBS: Motorized DTV Slimline w/DMS 922 circular, Jynxbox Ultra V3
    4:2:2 AZminiMe slaved off C/Ku
    Reply With Quote
     

  2. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,367
    Post Thanks / Like
    Correct.
    Now what we need to find is a blindscan pattern that is consistent, but repeatable. We need to try and get the 10750 lnb to blindscan satellites and display transponders on a satellite that are consistent. Then we can try and fix the found transponder frequencies, similar to what was done with the c band lnb.
    .
    .
    .
    Meine Dreambox One ist ein Stück Scheiße!.
    Reply With Quote
     

  3. Collapse Details
    Join Date
    Jul 2011
    Location
    Traverse City, Michigan
    Posts
    512
    Post Thanks / Like
    Quote Originally Posted by el bandido View Post
    Correct.
    Now what we need to find is a blindscan pattern that is consistent, but repeatable. We need to try and get the 10750 lnb to blindscan satellites and display transponders on a satellite that are consistent. Then we can try and fix the found transponder frequencies, similar to what was done with the c band lnb.
    Here is what I found so far that might help. On 103w Ku Huntington Beach is down linked at 11940 V.
    My single band lnb down converts 11940-10750=1190 sent down the coax.
    The Nemesis thinks I'm using the lower LO, so 1190+9750=10940 which is what I see displayed on the screen as the TP received for Huntington Beach.

    I'll check tonight to see what happens when TPs above the threshold on 11700 are received using the upper LO.
    C: 8' Andrew w/orthomode feeding twin Norsat 8515, Atemio Nemesis
    Ku: 1.2m Channel Master w/orthomode feeding twin NJR universal lnbs, Manhattan
    DBS: Motorized DTV Slimline w/DMS 922 circular, Jynxbox Ultra V3
    4:2:2 AZminiMe slaved off C/Ku
    Reply With Quote
     

  4. Collapse Details
    Join Date
    Jul 2011
    Location
    Traverse City, Michigan
    Posts
    512
    Post Thanks / Like
    Is there a way to display all the TP freq. in a nice view as I'm used to with the Raptor and most other receivers I've had instead of having to coax each channel individually with several steps. ??
    C: 8' Andrew w/orthomode feeding twin Norsat 8515, Atemio Nemesis
    Ku: 1.2m Channel Master w/orthomode feeding twin NJR universal lnbs, Manhattan
    DBS: Motorized DTV Slimline w/DMS 922 circular, Jynxbox Ultra V3
    4:2:2 AZminiMe slaved off C/Ku
    Reply With Quote
     

  5. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,367
    Post Thanks / Like
    Use blindscan and save the transponders to XML...
    Attached Images Attached Images
    .
    .
    .
    Meine Dreambox One ist ein Stück Scheiße!.
    Reply With Quote
     

  6. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    I wanted to see if there were differences in the pyo files of the embedded blind scan function of OpenNFR vs. the plugin blind scan function of PLI. There seems to be some slight variations between the two files.
    Reply With Quote
     

  7. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    Someone was considerate in inserting comments....
    Reply With Quote
     

  8. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,367
    Post Thanks / Like
    Not really considerate. Comments and remarks are more of a necessity, else you forget what you did, were doing, or were trying to do. Comments may also help others that are making changes.

    I will try and put the 10750 lnb back on tomorrow and see if I can get some consistency with it when scanning for transponders.
    .
    .
    .
    Meine Dreambox One ist ein Stück Scheiße!.
    Reply With Quote
     

  9. Collapse Details
    Join Date
    Mar 2014
    Posts
    309
    Post Thanks / Like
    It's standard practice for coders to add such comments within their work, as a way for others to follow and where necessary add their own improvements, unfortunately not all will do so.

    You can see exactly who made did what and when here
    Code:
    https://github.com/oe-alliance/oe-alliance-plugins/commits/2.3/Blindscan
    you can also click on the individual entries to see exactly what was added or removed at every step of the way along with any and all comments made by the authors. such as this one here
    Code:
    https://github.com/oe-alliance/oe-alliance-plugins/commit/992fcebc91856ae1db0d4c30c064232867a3471a
    Reply With Quote
     

  10. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    I've seen my share of coders actually removing comments.
    Reply With Quote
     

Page 11 of 12 FirstFirst ... 6789101112 LastLast

Posting Permissions

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