Jump to content

FordPrefect

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by FordPrefect

  1. I am late to this party, but owning the ACE Interceptors, all I can say is that you won't be disappointed, they are a great piece of equipment!
  2. You probably resolved the issue with serial definition. I recently built a HUD controller, 2 DDIs and AMPCD running off one Arduino Mega 2560, so I get wanting multiple panels running off one Mega The DDIs and AMPCD are fastened to the hud controller, and they are mounted on a monitor. Wiring it was a pain, but it all works pretty well.
  3. I find using TrackIR software with the camera view helpful in finding the reflections and light sources from the label on my t-shirt, glasses to the window behind me.
  4. That makes good sense to drill out the voids. As far as the freehand cut, since you molded the handle in one piece you probably have a little bit of room to clean up what you have and still get the 1/8" spacing when they are mounted. This is very inspiring. Thank you for sharing.
  5. Looks great! Are you casting solid resin and drilling out the cavities or did you cast it with voids?
  6. Glad it helped.
  7. This is a subset of additional lines with the original shown for the diffs. I made these changes to the ....P-51D\joystick\default.lua Probably the wrong place to put it as it will be overwritten every time there is an update. But when 2.5.6 goes stable, I will deal with that then. --- default lines for battery and generator {down = device_commands.Button_2, cockpit_device_id = devices.RIGHT_SWITCH_PANEL, value_down = 1.0, name = _('Battery'), category = _('Right Switch Panel')}, {down = device_commands.Button_4, cockpit_device_id = devices.RIGHT_SWITCH_PANEL, value_down = 1.0, name = _('Generator'), category = _('Right Switch Panel')}, ---Added line for Battery On/Off {down = device_commands.Button_12, up = device_commands.Button_12, cockpit_device_id = devices.RIGHT_SWITCH_PANEL, value_down = 1.0, value_up = 0.0, name = _('Battery 2-Pos ON/OFF'), category = _('Right Switch Panel')}, --Added line for Generator On/Off {down = device_commands.Button_13, up = device_commands.Button_13, cockpit_device_id = devices.RIGHT_SWITCH_PANEL, value_down = 1.0, value_up = 0.0, name = _('Generator 2-Pos ON/OFF'), category = _('Right Switch Panel')},
  8. I am subscribed to this. I am contemplating a left console and a pair of throttle quadrants project for the F/A-18C this coming winter. I don't have much in the way of metal skills but I am a half decent wood worker. I have been looking for a set of measurements to use to carve out some mahogany to use to make silicon molds for resin casting. At least that's where I am thinking today. Last week I was reading up on aluminum casting :) Looking forward to watching your progress!
×
×
  • Create New...