 gwalk join:2005-07-27 Rothbury, MI | reply to gwalk
Re: DW6000 &hnFapMon here is the fap.ini file.
; Config file to control FAP info ; Times are GMT (Zulu)
[NightTimes] Start=8 End=11 # FAPfree time during Daylight Saving Time DSTStart=7 DSTEnd=10
; Various HN plans, now including Ccomsat plans. ; Set Night=0 to enable the FAP free night window ; Do not set Night, or set it to the day size to disable the FAPfree zone ; FAPRefill and NoFAPRecovery are new for hnFAPMon 5.0 and are ignored ; by older versions of hnFAPMon ; FAPRefill: is the refill rate while faped. ; NoFAPRecovery: 1 = no recovery during the FAPfree zone
[Home] Day=200000000 Night=0 ; Refill 18500 = original refill rate Refill=20000 FAPRefill=20000 NoFAPRecovery=0 PackageText=Home
[Pro] Day=375000000 Night=0 ; Refill 34700 = standard refill Refill=35500 FAPRefill=35500 NoFAPRecovery=0 PackageText=Professional
; Refill 39300 = original rate ; 49000 = new calculated rate
[ProPlus] Day=425000000 Night=0 Refill=42000 FAPRefill=42000 NoFAPRecovery=0 PackageText=ProPlus
[SmallBusiness] Day=500000000 Night=0 ; Refill 115700 = standard refill ;Refill=70000 (12/22 rate) Refill=56900 FAPRefill=56900 NoFAPRecovery=0 PackageText=Small Business
[C-ComsatIA200] Day=500000000 Night=0 Refill=72000 FAPRefill=72000 NoFAPRecovery=0 PackageText=C-Comsat IA200
; Refill 115700 = standard refill
[BusinessInternet] Day=1250000000 Night=0 Refill=75000 FAPRefill=75000 NoFAPRecovery=0 PackageText=Business Internet
[C-ComsatIA300] Day=1250000000 Night=0 Refill=75000 FAPRefill=75000 NoFAPRecovery=0 PackageText=C-Comsat IA300
[C-ComsatIA400] Day=1250000000 Night=0 Refill=75000 FAPRefill=75000 NoFAPRecovery=0 PackageText=C-Comsat IA400
[Custom] ; Custom setup for the FAP limits Day=200000000 Night=0 Refill=18500 FAPRefill=18500 NoFAPRecovery=0 PackageText=Custom
; Location of the important pages in the modem. ; The JS page is used to find the other pages ; used by hnFAPMon. ; You should not normally need to edit this section! ; This section is for future use, and is not used in the ; 4.5.x or older versions of hnFAPMon. Those versions ; will ignore this section
[Pages] Main=/ SysInfo=/sys_info/ Summary=/stats/summary/summary.html JS=/fs/scripts/cat_menu.js
The modem defs file itself is a PM file type and will not open in notepad |
|
|
|
 Raminto join:2006-02-28 Whitehorse, YT | ....The modem defs file itself is a PM file type and will not open in notepad....
No idea why you cannot open it. Have you tried other programs like WordPad? -- dw7000/.98m/2watt/Horizon1/1390/256k4/5 /xp sp2/desktop compaq 6330CA/linksys wireless/thinkpad xp pro |
|
 fiaranchPremium join:2007-09-12 Weston, CO | reply to gwalk said by gwalk:The modem defs file itself is a PM file type and will not open in notepad Right click the .pm modem file, choose open, choose select from list, then choose notepad from the list of apps that come up. -- High tech in the high mountains @8500 ft elevation|Linksys wired/wireless network across 80 acres|HN7000S|ProPlus Package|Static IP|AMC3 Transponder 1150|A place to go where you can Forget It All-www.fiaranch.com |
|
 gwalk join:2005-07-27 Rothbury, MI | Duh ! I must be having a mid week Monday.
Here is the modemdef file for the DW6000
package ModemDefs::_modem_DW6000;
use base 'hnFAPMonModules::hnFAPMonCalc';
use strict; use warnings;
sub new { my $invocant = shift; my $class = ref($invocant) || $invocant; my $self = { modemtype => 'DW6000', main => '/', pep => { default => '/cgi/execAdvCom.bin?Command=63', '4.3.3.5' => '/statcgi/pepstats.bin', '5.4.0.20' => '/cgi/execAdvCom.bin?Command=57', '5.4.1.8' => '/cgi/execAdvCom.bin?Command=63', }, sysinfo => '/sys_info/', summary => '/stats/summary/summary.html', @_, };
bless ($self, $class); return $self; }
1; |
|
 Raminto join:2006-02-28 Whitehorse, YT | Your version 5.4.1.11 is not in the file. Put it in there (just replace the "5.4.1.8" with 5.4.1.11), save it and give a try. If it is still not working after stopping and restarting FAPMon, then you will also have to change the Command Number.
I do not know what number it should be, but somebody from this forum will know. -- dw7000/.98m/2watt/Horizon1/1390/256k4/5 /xp sp2/desktop compaq 6330CA/linksys wireless/thinkpad xp pro |
|
 fiaranchPremium join:2007-09-12 Weston, CO 1 edit | reply to gwalk As Raminto said, just overtype 5.4.1.8 (or 5.4.0.20), AND, the "Command=" for 5.4.1.11 is (I believe) 66. As I recall, to verify that, you can find that number by going to the advanced pages, expand PEP, then hover your mouse over PEP Summary in order to read the link it will go to. The PrintMsg part doesn't matter, just the number. |
|