![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
![]()
Roy Smith wrote:
Stan Prevost wrote: How are you accessing DUATS? Using web access, I can't find any option for "be prompted for flight plan". And I searched everything I could find on DUAT and DUATS and can't find the "delay" feature. We don' need no skinkin' web interface! Attaboy. If (collective) you must use a web interface, http://www.enflight.com is the one I prefer. Some nice formatting of the output from duat. I just telnet in (telnet 131.131.7.102). If you watch carefully, you'll notice that when you ask for a weather briefing, the CGI script that's driving the web application does the same thing! If (collective) you don't like typing in IP addresses, you can "telnet direct.duats.com". On the web, if you scroll down on the main page to the "FAA Flight Plan Filing" section, then click on the "File" button on the right hand margin, you'll get to a screen that lets you manually enter a flight plan. I don't know how to get to the explaination/help stuff, but it does let you enter the same /DH+MM notation. |
#12
|
|||
|
|||
![]()
Dave Butler wrote:
If (collective) you don't like typing in IP addresses, you can "telnet direct.duats.com". Strangely enough, the DNS name seems to have changed over the years, but the IP address has stayed the same. Kind of the reverse of how it's supposed to work. At one time it was duats.gte-fsd.com, or something like that. I don't actually type the IP address; I've got an alias in my .login file. All I really type is "duats" :-) |
#13
|
|||
|
|||
![]()
Boy, I haven't used telnet in a decade! More civilized things come along,
you know. :-) Under WinXP, I can't get it to work. When I enter "telnet 131.131.7.102", nothing seems to happen, no response. When I enter "telnet direct.duats.com", I get to the system. It asks for the user code, I enter it, then I get two lines back, "Enter Password:", and "Invalid Password". Can't get past that. Three tries, it quits. Seems odd, though, that they would have help that is very much different under different access methods. "Roy Smith" wrote in message ... Dave Butler wrote: If (collective) you don't like typing in IP addresses, you can "telnet direct.duats.com". Strangely enough, the DNS name seems to have changed over the years, but the IP address has stayed the same. Kind of the reverse of how it's supposed to work. At one time it was duats.gte-fsd.com, or something like that. I don't actually type the IP address; I've got an alias in my .login file. All I really type is "duats" :-) |
#14
|
|||
|
|||
![]()
Stan Prevost wrote:
Boy, I haven't used telnet in a decade! More civilized things come along, you know. :-) Under WinXP, I can't get it to work. When I enter "telnet 131.131.7.102", nothing seems to happen, no response. Hmmm, yeah, I'm getting that too now, but direct.duats.com works (it resolves to 131.131.7.106). Very strange. When I enter "telnet direct.duats.com", I get to the system. It asks for the user code, I enter it, then I get two lines back, "Enter Password:", and "Invalid Password". Can't get past that. Three tries, it quits. Yeah, that's what happens when you use the telnet client that comes with windows. It's not negotiating the end-of-line processing correctly with the telnet server at the other end. What's going on is when you hit the "Enter" key, it sends "CR NL", which the machine at the other end (incorrecly) interprets as two line terminations in a row. Or something very similar is happening somewhere else in the chain. I have no problem with any telnet client other than the built-in windows one, so I have to assume it's the fault of the windows client. It works fine with all the unix telnets I've tried, and it works fine with the cygwin telnet. It's amazing that software in service today is demonstrating bugs like this. It's not like telnet is something new; negotiating EOL processing was probably figured out 25 years ago. Then again, by 25 years ago, car manufacturers had figured out how to build automatic carb heat and automatic mixture control, and engines that start reliably in all kinds of weather :-) |
#15
|
|||
|
|||
![]()
Roy Smith wrote:
Stan Prevost wrote: Boy, I haven't used telnet in a decade! More civilized things come along, you know. :-) Under WinXP, I can't get it to work. When I enter "telnet 131.131.7.102", nothing seems to happen, no response. Hmmm, yeah, I'm getting that too now, but direct.duats.com works (it resolves to 131.131.7.106). Very strange. When I enter "telnet direct.duats.com", I get to the system. It asks for the user code, I enter it, then I get two lines back, "Enter Password:", and "Invalid Password". Can't get past that. Three tries, it quits. Yeah, that's what happens when you use the telnet client that comes with windows. It's not negotiating the end-of-line processing correctly with the telnet server at the other end. Exactly. From my Solaris I get: telnet direct.duats.com -successful login telnet 131.131.7.106 -successful login telnet 131.131.7.102 -Connection closed by foreign host. |
#16
|
|||
|
|||
![]() |
#17
|
|||
|
|||
![]()
In article ,
Nathan Young wrote: On 6 Dec 2004 13:43:02 -0500, (Roy Smith) wrote: dlevy wrote: Should I file individual legs? I don't need to land. If I file individual legs should I let the controller know before the approach that I'd like to open the next leg at the missed? In theory, you should be able to file a single IFR flight plan that covers your entire flight, with delays at each intermediate point. I just filed the following with DUATS: 1 Type of flight plan: IFR 2 Aircraft tail number: N25629 3 Acft type/special equip: P28A/U 4 True airspeed: 130 That's a pretty fast Archer. Do you really cruise @ 130 KTAS? 120-130, something like that. For the purposes of filing a flight plan, nobody really cares about that level of precision. |
#18
|
|||
|
|||
![]() |
#19
|
|||
|
|||
![]() "zatatime" wrote in message ... On 9 Dec 2004 11:49:17 -0500, (Roy Smith) wrote: Yeah, that's what happens when you use the telnet client that comes with windows. It's not negotiating the end-of-line processing correctly with the telnet server at the other end. Try using CNTRL - M instead of enter. This will only send a CR, no NL. HTH. z I had already tried that, same response. Stan |
#20
|
|||
|
|||
![]()
On Thu, 9 Dec 2004 17:45:59 -0600, "Stan Prevost"
wrote: "zatatime" wrote in message .. . On 9 Dec 2004 11:49:17 -0500, (Roy Smith) wrote: Yeah, that's what happens when you use the telnet client that comes with windows. It's not negotiating the end-of-line processing correctly with the telnet server at the other end. Try using CNTRL - M instead of enter. This will only send a CR, no NL. HTH. z I had already tried that, same response. Stan How about CNTRL-L. That's just a linefeed, no CR. HTH. z |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
AOPA Stall/Spin Study -- Stowell's Review (8,000 words) | Rich Stowell | Aerobatics | 28 | January 2nd 09 02:26 PM |
PC flight sim for training? | ivo welch | Instrument Flight Rules | 19 | January 29th 06 09:54 PM |
Flight Simulator 2004 pro 4CDs, Eurowings 2004, Sea Plane Adventures, Concorde, HONG KONG 2004, World Airlines, other Addons, Sky Ranch, Jumbo 747, Greece 2000 [include El.Venizelos], Polynesia 2000, Real Airports, Private Wings, FLITESTAR V8.5 - JEP | vvcd | Home Built | 0 | September 22nd 04 07:16 PM |
Logging approaches | Ron Garrison | Instrument Flight Rules | 109 | March 2nd 04 05:54 PM |
Sim time loggable? | [email protected] | Instrument Flight Rules | 12 | December 6th 03 07:47 AM |