Jump to content

Terry Dactil

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by Terry Dactil

  1. Turn your Spitfire into a pussycat on the ground by selecting a small amount of wheel braking and leaving it set. The rudder will now steer nicely on the ground without requiring airflow over it. Just don't make your turns too big or too fast as it will still ground loop if you let it get away. This also lets you do neat main wheel (not 3 point) landings as it helps stop the bounce. I love my Spitfire!
  2. Hi Miles, Can I have the tracking number for this one, please?
  3. Thanks Miles, Yes, same address, but perhaps emphasize "AUSTRALIA" (That might stop it heading off towards Canada in the completely wrong direction). Can I also suggest using a service like FedEx or DHL for your overseas dispatching. My experience with them is that they are reliable and I can get stuff from the USA within a week. A lot of businesses down here have changed to courier services and dumped the national postal service for similar reasons. If the original package does eventually turn up, I can return it to you, or alternately I am sure I could sell it for you locally without any trouble. Regards, Terry
  4. Hi Miles, We can now celebrate the fact that the postal service has had my PointCTRL package for exactly one month, and it has shown no signs of movement for the last 25 days. Did you discover anything interesting with your inquiry?
  5. Thanks Miles. It can be quite entertaining watching the tracking details of a package as it goes all aver the place in ever decreasing circles until finally getting to its destination. However, in this case with no tracking update for over 2 weeks it looks like there could be a serious problem with this one. ( LZ253552709US )
  6. It is on the way to Australia? January 6, 2020, 4:38 pm Arrived at Facility CANADA Your item arrived at a facility in CANADA on January 6, 2020 at 4:38 It is now two weeks without any signs of movement. I was hoping to get this last Xmas, not next Xmas :( Any one else have a similar lengthy stop while in transit??
  7. Yes. That would be possible. I remember a story some years ago about a tourist thinking he was on a flight to have a holiday in Sydney, Australia and he thought it was a bit colder than expected when he arrived in Sydney, Nova Scotia! However, I would expect to see the tracking information updated and it has now been 10 days for them to discover an incorrect address. I'm a bit worried that some bugger has pinched it!
  8. Anyone know how to get my PointCTRL package out of the clutches of the Canadians? :) It is supposed to be on its way to me in Australia, but has not moved for the past 9 days. January 6, 2020, 4:38 pm Arrived at Facility CANADA Your item arrived at a facility in CANADA on January 6, 2020 at 4:38 pm. January 6, 2020, 12:53 pm Processed Through Facility CANADA January 6, 2020, 2:53 am Customs Clearance CANADA January 2, 2020, 12:13 pm Processed Through Regional Facility JAMAICA NY INTERNATIONAL DISTRIBUTION CENTER
  9. I think your Pony Express doesn't know which way it is to Australia :) (Australia Post does the same. I had a parcel sent from a city suburb 5 km away that went all over Australia before eventually finding me.) Tracking History January 6, 2020, 4:38 pm Arrived at Facility CANADA Your item arrived at a facility in CANADA on January 6, 2020 at 4:38 pm. January 6, 2020, 12:53 pm Processed Through Facility CANADA January 6, 2020, 2:53 am Customs Clearance CANADA ^ ^ ^ ^ December 31, 2019, 4:55 pm USPS in possession of item WALLINGFORD, CT 06492
  10. Thanks. I had the same problem, which is now fixed. Some clarification though. I had to be in mission editor to get the 'new' option and set a new load-out. It was then available in-game as a default. For the Spitfire I set my default options to Bomb x 1 Bombs x 2 Bombs x 3 Drop tank - slipper Drop tank - torpedo Perfect :thumbup:
  11. Yes. Great idea if your throttle is still working. Not so great if the original electronics are dead like mine were. :D
  12. Yes. Just looked. M3 x 0.5 pitch. Length 36.75mm overall. Measured diameter 2.88mm which is standard for a 3mm screw..
  13. I converted my Cougar throttle to USB using Leo Bodnar's BU0836 some time ago, so this might help. This is what the base PCB looked like when I traced the connections. Note that there are two unused pins on the big ribbon connector. I seem to remember it was essential to get the offset in the right direction when connecting! This base PCB was then discarded, and connections made to the BU0836 to provide the USB output. At that time I did not have facilities for making PCBs, so the connections were a dogs breakfast on Veroboard.. However , none of this is visible and it works perfectly.
  14. Yes. They are standard connections. You will need to get the polarity correct, though. An explanation might help: The normal Cougar X & Y axis potentiometers have a wiping contact on a resistor. One end of the resistor is grounded (0 v) and the other end is connected to 5 volts. This means the voltage on the wiping contact depends on its position on the resistance and will be somewhere between zero and 5 volts.. All very cheap and simple, but it wears out or gets dirty and then the output voltage is all over the place. This is why hall effect transistors are used now: no moving contacts to wear out. The strain gauge, however, is just a gadget whose resistance varies a tiny amount when it bends and changes length a minuscule amount. This is not directly usable as an output and needs to be amplifies (more than 100 times or so?) before it can be used. For some reason the amplifier used here can only output 3.5v maximum, and so its neutral point is adjusted to be halfway at 1.75 volts. The output can then be scaled and calibrated with software. I use Leo Bodnar's DIView which is free. Hope this helps.
  15. The strain gauges are almost a drop-in replacement for the original potentiometers. They have only 3 connections; ground, 5v power, and an outpu, just like the original pots. Some adjustment is required as the output is 0v to 3.5v with the no-load voltage (1.75v) set by an adjustment on the circuit board. All the dimensions are quite arbitrary: I just sat in my flight seat (an office chair) holding the joystick handle and measured the distance to the bottom of the seat to where I could put a mounting bracket. Then I cut a suitable length of plastic water pipe to make the bendy bit to mount the strain gauges on. I 3D printed 3 mounting components to suit. I had all the dimensions for the bit that connects to the handle from previous joystick extensions. There are videos on the web showing how to use clear tape to accurately position the strain gauges while attaching them with instant glue. All pretty simple. You should be able to use the circuit board from the Cougar base with only a re-calibration of the x and y axis. My original board died, so I have to make a new circuit board. I converted the throttle to USB a long time ago. This was eay as all the wiring from the buttons and potentiometers was available in the base to connect to Leo Bodnar's BU0836 USB interface. Quick and dirtyas it was before I could make PCBs and 3D print things. This is not possible with the Cougar joystick, as there are 18 buttons but only 5 wires coming out of the handle. It turns out that the button status comes out as 3 bytes on an SPI bus where each bit represents the position of a button. The tricky bit is combining all that with the x and y axis readings and sendig it all out via USB. I'm using the USB descriptor from the Warthog as a template to save re-inventing the wheel. :) I'm using a PIC 18F4550 chip for the prototype as it has extra ports useful for debugging. The final version will use the smaller 18F2550 chip.
  16. I also have an old Cougar joystick with a busted gimbal. I have converted it to a rigid version in anticipation of the arrival of the F16. I used BF350-3AA/1.5AA strain gauges which are available on eBay for less than $5 each. Some scrap lengths of plastic water pipe and some 3D printing and the job is done. Now all I need is the F16. :thumbup:
  17. It is not only the AI in DCs...
  18. I am running the latest stable version 2.5.5.33184 My gun sight continues to vanish at random times in various missions. THIS BUG STILL EXISTS! (Just like the rudder and sun glare problems we hope will be fixed in the next year or so.) :thumbup:
  19. It really is there. Believe me. :)
  20. Voice Attack can be used as a work-around until this gets fixed. I use a "set takeoff trim" command at mission start. 15 seconds of right rudder trim (RCtl+/) for full right rudder trim, 7 seconds of nose down trim (RCtl+;) for 1/2 unit NU trim. I can live with the slow rudder trim after takeoff when using the coolie hat on the stick as I have a good set of rudder pedals and an axis response curve that gives precise rudder control in this area, even if it does take far too long. It would be great if we can get a 2 speed trim modification.
  21. Isn't this discussion irrelevant? You should not be in this situation anyway. Why are you ignoring an operating limitation then complaining that it is not perfectly modeled? It seems like getting all upset if the wings are falling off at 495 kts instead of 500kts. Just don't go there and it is not a problem. Sorry: That comes across a bit snarky. Just trying to say that if you operate within the limits you will never see that bug.
  22. Hornetjock Go back to post #20 by finch He gave me the solution to fix my viewpoint problem. It also fixed my steering problem, but I have no idea how or why it did that. It does nothing to fix the keystroke problem, but that doesn't matter if you use rudder pedals. I'm just happy that it worked so well for me. :) Dunno. Has anyone else tried it?
  23. My cockpit view had me sitting on the wing after the last update. The problem was completely solved with the help of finch in another thread
  24. When I reverted to the previous release version(2.5.4.30886) I only checked if I was inside the cockpit or not, and I was not. Bummer! I did not think to also check the rudder response to the keystrokes, as I don't use the keyboard. Sorry about that. It may be a work-around for keyboard users. i suspect that reversion should have fixed that problem, as it only appeared with the latest update. It may be worth going back to the previous version until the bug gets fixed. Reversion instructions can be found here - https://forums.eagle.ru/showthread.php?t=114030. (Be aware that like a normal update, the file is huge and takes a long time to download.) There is one further mystery in this saga. Before deleting the View file in the Saved Games folder, my Spitfire was impossible to taxy - with the slightest forward movement it would swing violently to either side and just refuse to go straight at any time. Now, after deleting the View file, it runs perfectly straight on takeoff with just the normal small inputs on the rudder. Why the view file affects steering is a mystery to me.
  25. finch: :thumbup: Thank you. thank you thank you. That fixed all my problems. I am now back in the cockpit and the Spitfire can be taxied again. The rudder deflection problem still exists in both directions if using the z & x keys but taxying is now perfectly fine if using rudder pedals. I spent several hours downloading and reverting to the previous release version, only to find that it did not fix anything. I am beginning to realise just how much the files in the saved games folder can affect the program. Thanks again.
×
×
  • Create New...