Page 12 of 31 FirstFirst ... 2789101112131415161722 ... LastLast
Results 111 to 120 of 310
  1. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,292
    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
    ???
    Is that using the latest version?
    You should not have to do anything with the last version because it will create the directory on the hard drive if it cannot find it.

    It might be better just to add to the existing satellite.xml. I am looking at that but have not got it figured out yet.
    Reply With Quote
     

  2. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,273
    Post Thanks / Like
    No, haven't tried the latest version yet. Will do that this afternoon.

    Strange, but it worked. I guess the routine doesn't like an empty blindscan_files directory.
    Reply With Quote
     

  3. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,273
    Post Thanks / Like
    Just finished loading Blindscan_HDD_Fix and it works fine on 125, will try with a few other sats later.
    Attached Images Attached Images
    Reply With Quote
     

  4. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,292
    Post Thanks / Like
    Good to see the same results using two different operating systems!

    I am working on building a sat file from blindscans. I have it adding information to a single file from the blindscans, but I have not weeded all the nuisances out yet. I always wanted a receiver that would make a sat file solely from blind-scanning satellites. Granted, on some receivers, you can delete all the transponders for a satellite and it will write found transponders back, but I would like something a little better than that.
    Reply With Quote
     

  5. Collapse Details
    Join Date
    May 2015
    Posts
    71
    Post Thanks / Like
    Quote Originally Posted by el bandido View Post
    Please see post#4.
    [Only registered and activated users can see links. ]
    See if that .ipk file will install for you. Doing it this way makes for easier installation.
    It installed fine. Testing it out now. So far so good.
    Reply With Quote
     

  6. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,292
    Post Thanks / Like
    I will try to add some features to that plugin as time permits. The file I have been working with here only supports a couple brands of receivers as seen in the quote.

    if boxtype.startswith('vu'):
    try:
    cmd = "%s %d %d %d %d %d %d %d %d" % (self.binName, temp_start_int_freq, temp_end_int_freq, self.blindscan_start_symbol.value, self.blindscan_stop_symbol.value, tab_pol[pol], tab_hilow[band], self.feid, self.getNimSocket(self.feid))
    except: return
    elif boxtype.startswith('et'):
    cmd = "avl_xtrend_blindscan %d %d %d %d %d %d %d %d" % (temp_start_int_freq, temp_end_int_freq, self.blindscan_start_symbol.value, self.blindscan_stop_symbol.value, tab_pol[pol], tab_hilow[band], self.feid, self.getNimSocket(self.feid))
    Reply With Quote
     

  7. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,273
    Post Thanks / Like
    Did some more scans tonight and everything worked well. Attached are the scans from all pizza pan dishes.
    Attached Files Attached Files
    Last edited by eastof111; 05-24-2015 at 12:47 AM.
    Reply With Quote
     

  8. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,292
    Post Thanks / Like
    I added this snippet.
    if self.standard_10750_lnb.value == True:
    self.blindscan_Ku_band_start_frequency.value = self.blindscan_Ku_band_start_frequency.value - 150
    Your scan start frequency can be moved to 11700, and you do not have to start at 11550MHz with that file. When you select the 10750 option, 150 MHz is automatically deducted from the scan start value.
    The lnb cutoff was moved back to 11700, from 11550. This is why you are seeing a 4 step scan instead of 2 steps.
    Reply With Quote
     

  9. Collapse Details
    Join Date
    Feb 2012
    Posts
    7,273
    Post Thanks / Like
    Nice!
    Reply With Quote
     

  10. Collapse Details
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,292
    Post Thanks / Like
    Cleaned up the label....
    [Only registered and activated users can see links. ]

    Also, Have path to save to Hard Drive.
    Hid the 11550 start frequency (shows11700)
    Returned the Standard scan to 2 steps instead of 4.
    Reply With Quote
     

Posting Permissions

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