Re: [Flightgear-devel] Preferred development os

2009-02-10 Thread Harry Campigli
FRANZ mfr...@aon.at wrote: * Harry Campigli -- Tuesday 10 February 2009: I have used SUSE for years, currently using 10.3. but feel it has gone off since version 9. Can you be more specific? Or is this just political feeling? Everything from the install worked of the mark. Unlike SUSE

Re: [Flightgear-devel] Preferred development os

2009-02-10 Thread Harry Campigli
at 9:26 PM, Jon Stockill li...@stockill.net wrote: Harry Campigli wrote: I have used SUSE for years, currently using 10.3. but feel it has gone off since version 9. However I have always managed to build FG from source on it with a bit off mucking around but never Terragear. For along

Re: [Flightgear-devel] Preferred development os

2009-02-10 Thread Harry Campigli
Thanks for the reply Lee, Your comments all noted, especially with respect to stability, as opposed to bleeding edge. Thats fine with me as I have always been behind a release with Suse from 6 to 10 running machines as routers and servers over the last 10 years. Those machines only ever rebooted

Re: [Flightgear-devel] Preferred development os

2009-02-10 Thread Harry Campigli
Thanks Martin, That sits very nicely with my existing SUSE 10.3 set up then. Herry On Tue, Feb 10, 2009 at 11:22 PM, Martin Spott martin.sp...@mgras.netwrote: Harry Campigli harryc...@gmail.com wrote: So till now for Terragear the only confirmed starter mentioned is Slackware 11.0,12.0

Re: [Flightgear-devel] Preferred development os

2009-02-11 Thread Harry Campigli
11, 2009 at 7:10 AM, Alasdair Campbell ali...@btinternet.comwrote: On Tue, 2009-02-10 at 23:23 +0800, Harry Campigli wrote: Are you running Terragear on your Debian machine? Hiya Harry, I've been running Debian Sid (unstable) for several years now, and I find it great fun, especially

Re: [Flightgear-devel] Preferred development os

2009-02-11 Thread Harry Campigli
PM, Alasdair Campbell ali...@btinternet.comwrote: On Wed, 2009-02-11 at 18:05 +0800, Harry Campigli wrote: Ok thanks for that Alasdair, Is there some thing a miss with the Terragear archive today, The git clone command from the script works ok on the Simgear-cs but not Terragear-cs

[Flightgear-devel] Help: Building a binary IO driver based on Altas driver

2009-03-23 Thread Harry Campigli
Could I ask for some help and advise on this issue. I am trying to interface my Microchip Pic based sim hardware to FG. I have it working with a genetic string but the string is becoming to large for the pics to handle, also I would like a crc or check sum on the data. Thus i prefer a compressed

Re: [Flightgear-devel] Help: Building a binary IO driver based on Altas driver

2009-03-24 Thread Harry Campigli
. One thing I do quite often in these situations is to add printf()'s to the code that reads the data in. Seeing the actual data values or message lengths that are read each time can be quite instructive. Best regards, Curt. On Mon, Mar 23, 2009 at 3:44 AM, Harry Campigli wrote: Could I

Re: [Flightgear-devel] Help: Building a binary IO driver based on Altas driver

2009-03-25 Thread Harry Campigli
from the input io stream with in on the command line but not bi? Thanks and regards Harry. On Wed, Mar 25, 2009 at 1:26 AM, Csaba Halász csaba.hal...@gmail.comwrote: On Tue, Mar 24, 2009 at 6:06 PM, Harry Campigli harryc...@gmail.com wrote: Thus at the moment, the process routine calls

[Flightgear-devel] surface wind hook in

2009-04-10 Thread Harry Campigli
Hi all, I have been building up a network protocol to sync up my slave screens, additional items like clouds etc. One thing I have trouble with is which propeties for the surface wind speed to use, on the slave screens it makes the windsock the same. I can pick the speed and direction up from

Re: [Flightgear-devel] control an aircraft from a file

2009-04-13 Thread Harry Campigli
John I am no expert but depending on what you what to do, one easy option is to use an existing io format. FG is rich in the interfacing department and the property tree arrangement makes hooking in most contols possible and easy. FG has an option to replay from file you could investigate, another

[Flightgear-devel] Help needed fo write an FG string property

2009-04-16 Thread Harry Campigli
How fo write an FG string property from an indexed string in a structure? Possibly someone can help please , I have tried to find an example with no luck, I am sure i had it working yesterday but now every way i try i end up with it wrong at compile, a seg fault or a property node with an empty

Re: [Flightgear-devel] Help needed fo write an FG string property

2009-04-17 Thread Harry Campigli
not been banging my head on the walls with this string issue. I will revert with it shortly Regards Harry On Fri, Apr 17, 2009 at 2:30 AM, Curtis Olson curtol...@gmail.com wrote: On Thu, Apr 16, 2009 at 1:07 AM, Harry Campigli wrote: How fo write an FG string property from an indexed

[Flightgear-devel] Time to help to develop a funtion to attach AI models in FG

2009-04-19 Thread Harry Campigli
Hi guys, I was wondering if i can find someone with a little time to help write a small funtion to attach remote Ai aircraft to the Ai subsystems. My problem is i just dont know enough about c++, I have tried for days to clone off and build a workable function but just end up at dead ends.

Re: [Flightgear-devel] Time to help to develop a funtion to attach AI

2009-04-19 Thread Harry Campigli
Thanks Martin, My set up is one FG machine with 3 slave FG machines, they are the 3 window views. But I am also using the sound harware in them. The main aim is to get the Ai aircraft and the selected cloud layers the same in all windows. ( i have succeded with multiplayer just by forwardng on

Re: [Flightgear-devel] Time to help to develop a funtion to attach AI

2009-04-20 Thread Harry Campigli
ablout clashes betwwen an io cycle and the AI system with object? I am not sure how the lists in the ai work but whats the difference between _dt and dt? eg as in this line from AIManager.cxx (*ai_list_itr)-update(_dt); regards Harry On Mon, Apr 20, 2009 at 4:07 AM, Harry Campigli harryc

Re: [Flightgear-devel] rotated screen

2010-02-18 Thread Harry Campigli
) and you were done.  I'm not sure if that same trick works (or plays nice) in the OSG world.  Maybe there is an OSG specific way to do this? Curt. On Wed, Feb 17, 2010 at 11:52 AM, Jon Stockill  wrote: Harry Campigli wrote: Possibly I can just rotate the view in osg where the camera

Re: [Flightgear-devel] Elevator control loading

2010-03-22 Thread Harry Campigli
John, I cant help with your software question, but I also am working on control loadings for rudders, and yokes in a dual pilot jet setup. Currently I have completed the rudder setup and working on the yokes. Ailerons for now, elevators next. i will interface them to FG but using a pic as the

Re: [Flightgear-devel] Elevator control loading

2010-03-23 Thread Harry Campigli
by power amplifiers, but never got past the preliminary design. We did however use direct electric motors for throttle servos and trim wheels. They cut out if the motor current went too high due to pilot override. Alan -- From: Harry Campigli

[Flightgear-devel] building minimal fg for only for a slaved instrument panel

2010-05-18 Thread Harry Campigli
Hello all, I would like to set up a networked slave in the normal manner, however I only want it to display some instruments on a panel of my design in an osg view. For this I would like to use an Intel atom board which is a pretty feeble MB but suits because its small, and low power use. These

Re: [Flightgear-devel] building minimal fg for only for a slaved instrument panel

2010-05-18 Thread Harry Campigli
Harry On 5/18/10, Anders Gidenstam anders-...@gidenstam.org wrote: On Tue, 18 May 2010, Harry Campigli wrote: Hello all, I would like to set up a networked slave in the normal manner, however I only want it to display some instruments on a panel of my design in an osg view. For this I would

Re: [Flightgear-devel] building minimal fg for only for a slaved instrument panel

2010-05-19 Thread Harry Campigli
Sorry Arndt, for the Atom hint. Harry On 5/19/10, Harry Campigli harryc...@gmail.com wrote: Thanks Torsten and Eric, As always helpful and valid hints from folks on this list. Torsten, I had spotted your wiki page and noted the similarities with your AVR chip and my use of Pics, I did

[Flightgear-devel] FG in ramdisk from a net boot

2011-01-17 Thread Harry Campigli
Hello folks, Could I ask if any one has had FG or for that matter any app on a linux box running in a ramdisk environment with no Hd? Why, its fast to boot, fast to run, and means no harddisks, everything is preconfigured on boot, rather good for FG systems with multiple networked linux boxes

Re: [Flightgear-devel] FG in ramdisk from a net boot

2011-01-17 Thread Harry Campigli
and keep hacks to a minimum? This means the OS can easily be updated with the development of FG. regards Harry On Mon, Jan 17, 2011 at 7:21 PM, Arnt Karlsen a...@c2i.net wrote: On Mon, 17 Jan 2011 09:46:04 + (UTC), Martin wrote in message ih134s$q03c$1...@osprey.mgras.de: Harry

Re: [Flightgear-devel] FG in ramdisk from a net boot

2011-01-17 Thread Harry Campigli
in a stick. I can use the PXE to work around these weird Kingston 8g sticks I have that wont boot. Cheers.Harry On Mon, Jan 17, 2011 at 9:33 PM, Martin Spott martin.sp...@mgras.netwrote: Harry Campigli wrote: I better explain myself and my reasoning a bit. I fully agree that you

[Flightgear-devel] current git FG OSG bulds on latest debian lenny

2011-01-22 Thread Harry Campigli
Could I ask how the latest git repositories fall in. For info: I have just installed via network the latest version of Debian Lenny (so I can buld FG debian liveboot images) after many years of building FG on Suse distros. I found a few Debian funnies (to me), a complete new arrangment of X for

Re: [Flightgear-devel] current git FG OSG bulds on latest debian lenny

2011-01-22 Thread Harry Campigli
a minimal FG box. Cheers and thanks for the quick responses, Harry On Sat, Jan 22, 2011 at 10:03 PM, ThorstenB bre...@gmail.com wrote: On Sat, Jan 22, 2011 at 2:47 PM, Harry Campigli wrote: If so what is the best version of OSG to install as I have seen numous posts here and on forums

Re: [Flightgear-devel] current git FG OSG bulds on latest debian lenny

2011-01-22 Thread Harry Campigli
Hello again Arnt, As you would have guessed I am working my way towards debian live as per your advice previously. For now I am leaning my way around Debians way of doing things. Rather pleased as I have just compiled todays SVS against OSG 2.8.8.3 (as advised by Thorsten) on Lenny and it

[Flightgear-devel] io configs

2011-02-06 Thread Harry Campigli
All. With out modifying the code, is there a way do define IO commands in the preference.xml file rather than the command line? I suspect not but hopefully I am wrong. To explain, in a set up where multiple machines with differing io configs , pick up their startup command line and preference

Re: [Flightgear-devel] io configs

2011-02-07 Thread Harry Campigli
, 2011 at 8:40 PM, Curtis Olson curtol...@gmail.com wrote: On Mon, Feb 7, 2011 at 1:11 AM, Harry Campigli wrote: All. With out modifying the code, is there a way do define IO commands in the preference.xml file rather than the command line? I suspect not but hopefully I am wrong. To explain

Re: [Flightgear-devel] fg command arguments

2011-02-08 Thread Harry Campigli
Thanks Jacob, I will check it out as its easier than my script to build command lines with the unique machine IO configs. Harry On Tue, Feb 8, 2011 at 12:32 PM, Jacob Burbach jmburb...@gmail.com wrote: I think what your looking for is the --config option, it allows you to load arbitrary

[Flightgear-devel] Fgrun output to fgfs

2011-02-10 Thread Harry Campigli
I would like to make a small mod to Fgrun, I would like explore the options of making it drive fgfs multiple machines rather than just one. I spent some time studying the code today and it looked like it runs fgfs as a child process from the run_posix module. Am I on the right track with this

Re: [Flightgear-devel] Fgrun output to fgfs

2011-02-10 Thread Harry Campigli
, -Fred - Harry Campigli harryc...@gmail.com a écrit : I would like to make a small mod to Fgrun, I would like explore the options of making it drive fgfs multiple machines rather than just one. I spent some time studying the code today and it looked like it runs fgfs as a child process

Re: [Flightgear-devel] Fgrun output to fgfs

2011-02-10 Thread Harry Campigli
Ok Cheers Frederick, A project for tomorrow. Best regards Harry On Thu, Feb 10, 2011 at 9:05 PM, Frederic Bouvier fredfgf...@free.frwrote: It's up to you to block the script or not. fgrun doesn't need anything from the program it launch Regards, -Fred - Harry Campigli a écrit

[Flightgear-devel] sound via simgear

2011-02-11 Thread Harry Campigli
Folks, Could I ask if via simgear and I assume to alsa behind that, if its possible to to get control over the levels of left and right channels and hook them on the property tree. Where I am heading here splitting a single stereo sound device into 2 mono channels, ie is to be able to steer nav

Re: [Flightgear-devel] sound via simgear

2011-02-11 Thread Harry Campigli
capability in the fly by so I don't know if positioning the sound inside the cockpit is working any more either? Curt. On Fri, Feb 11, 2011 at 9:25 AM, Harry Campigli harryc...@gmail.comwrote: Folks, Could I ask if via simgear and I assume to alsa behind that, if its possible to to get

Re: [Flightgear-devel] sound via simgear

2011-02-11 Thread Harry Campigli
wanted outside noises, inside noises, left, right, front, back, etc. Some of that we could have done with software mixing, but in our context, a lot of it was just easier to do by adding another PC. Curt. On Fri, Feb 11, 2011 at 10:14 AM, Harry Campigli wrote: Thanks Curt, well there more

Re: [Flightgear-devel] sound via simgear

2011-02-12 Thread Harry Campigli
Hi Eric, Thanks for that, I would be most gratefull to lias with you on FG sound To explain its a multi motherboard sim setup with Boeing panels interfaced via a can network. Each nav, comm and dme head has its own volume, these I expect can be dealt with, what i was hoping to do was use the

Re: [Flightgear-devel] sound via simgear

2011-02-12 Thread Harry Campigli
On Sat, Feb 12, 2011 at 5:51 PM, Erik Hofman e...@ehofman.com wrote: On Sat, 2011-02-12 at 17:38 +0700, Harry Campigli wrote: Hi Eric, Thanks for that, I would be most gratefull to lias with you on FG sound To explain its a multi motherboard sim setup with Boeing panels interfaced

Re: [Flightgear-devel] Cmake + VC2010 link errors

2011-02-12 Thread Harry Campigli
Allan I know nothing about building on windows, but I have found installing osg multiple times on linux can cause issues as it does not always un-install cleanly, and the next install may not overwrite what is left behind. All is nice till you try and compile against it. Especially if its a

Re: [Flightgear-devel] sound via simgear

2011-02-12 Thread Harry Campigli
:38 +0700, Harry Campigli wrote: Hi Eric, Thanks for that, I would be most gratefull to lias with you on FG sound To explain its a multi motherboard sim setup with Boeing panels interfaced via a can network. Each nav, comm and dme head has its own volume

Re: [Flightgear-devel] ..pulseaudio fix in ubuntu, was: sound via simgear

2011-02-12 Thread Harry Campigli
Interesting amongst the comments on that page, You can net-stream to your LAN through PA as well. Just run the PA daemon in all your running boxes and each one of them can become a sink and a source for the others. That might have potential in a set up with mutiple machines networked in a FG

Re: [Flightgear-devel] ..pulseaudio fix in ubuntu,

2011-02-13 Thread Harry Campigli
So from an FG perspective, While leaving the default effects on the system chip, and setting up a stream with PA so it does the work. How difficult would it me be to point the nav audio for example, at the PA stream going to another motherboard sound chip? Back to changes in OpenAl and

Re: [Flightgear-devel] ..pulseaudio fix in ubuntu,

2011-02-13 Thread Harry Campigli
On Sun, Feb 13, 2011 at 5:56 PM, Erik Hofman e...@ehofman.com wrote: On Sun, 2011-02-13 at 17:38 +0700, Harry Campigli wrote: So from an FG perspective, While leaving the default effects on the system chip, and setting up a stream with PA so it does the work. How difficult would it me

[Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Harry Campigli
I find issues with building FGrun on Ubuntu 10:10 FG and SG are both current from the git repostories FG run is v1.5.2 Make stops with: In file included from wizard.cxx:7: wizard.h:331: error: ‘string’ does not name a type make[2]: *** [wizard.o] Error 1 wizard.h line 331 is :

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-19 Thread Harry Campigli
...@gmail.comwrote: On Sat, Feb 19, 2011 at 2:28 PM, Harry Campigli harryc...@gmail.com wrote: I find issues with building FGrun on Ubuntu 10:10 FG and SG are both current from the git repostories FG run is v1.5.2 Make stops with: In file included from wizard.cxx:7: wizard.h:331

[Flightgear-devel] double check my git instruction,

2011-02-19 Thread Harry Campigli
To be sure I am building what I think I am, What git clone instruction do i need to give to download the fgV2.2.0 being prepared for release -- Regards Harry -- The ultimate all-in-one performance toolkit: Intel(R)

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Harry Campigli
the line you cited has string in them. Moreover, line 13 of wizard.h reads using std::string; Are you sure your sources of fgrun are current and you don't have an old wizard.h elsewhere ? Regards, -Fred - Harry Campigli a écrit : Thanks Csaba Sorry I must have been in error copying

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Harry Campigli
? In my particular config with TWM the window is bit of a pest. Regards and thanks for your help Harry On Sun, Feb 20, 2011 at 8:41 PM, Frederic Bouvier fredfgf...@free.frwrote: On Sun, Feb 20, 2011 at 11:45 AM, Harry Campigli wrote: make[2]: Entering

Re: [Flightgear-devel] FGrun compile problem against v.2.2 git

2011-02-20 Thread Harry Campigli
Fred In the first line of the NEWS file from that I assume the version number as I did not see it to refered to elsewhere. Harry On Sun, Feb 20, 2011 at 9:33 PM, Frederic Bouvier fredfgf...@free.frwrote: Harry, - Harry Campigli a écrit : So totally disregarding yesterday, today

Re: [Flightgear-devel] Default Aircraft Candiates

2011-02-20 Thread Harry Campigli
Two things cross my mind, whilst I know the designers strive to model the true aerodynamics in the fdm. 1- how many fly these sims on realistic hardware? Would many even go as far as a set of imitation yoke and pedals? 2- I have spent some time in F28s set up for airport navaid calibration

Re: [Flightgear-devel] Default Aircraft Candiates

2011-02-20 Thread Harry Campigli
Memories, heres an old article on we we were doing in the F28s and airfield surveys, whilst off topic, it may be of interest. http://www.airwaysmuseum.com/Flying%20Unit%20navaid%20cal%20article%201990.htm Item 8 -- (8) good low speed handling and go-around performance from very low altitude;

[Flightgear-devel] External sim hardware to properties a policy or guide line,

2011-02-24 Thread Harry Campigli
Some years ago i wrote my own driver that interfaces my sim hardware (a network of Microchip pics) to FG. It reads incoming messages and writes the values direct to the tree. However, Nasal scripts controlling properties are becoming ever more prevelant in FG. There can be a fight going on in

Re: [Flightgear-devel] External sim hardware to properties a policy or guide line,

2011-02-25 Thread Harry Campigli
On Fri, Feb 25, 2011 at 1:42 AM, cas...@mminternet.com wrote: Some years ago i wrote my own driver that interfaces my sim hardware (a network of Microchip pics) to FG. It reads incoming messages and writes the values direct to the tree. However, Nasal scripts controlling properties are

[Flightgear-devel] Control over DME freq

2011-02-28 Thread Harry Campigli
I added a dme to the 737NG-600 model. I have external IO that writes the freq direct to the property tree, from a narco dme. In the dme.xml file in Aircraft instruments i deleted the actions where sources the freq from nav 0 freq.I have no need to display a dme, I purely want the values from one

Re: [Flightgear-devel] Control over DME freq

2011-02-28 Thread Harry Campigli
Delete reference Folks, Found it in the preferences file. Cheers Harry On Mon, Feb 28, 2011 at 9:06 PM, Harry Campigli harryc...@gmail.com wrote: I added a dme to the 737NG-600 model. I have external IO that writes the freq direct to the property tree, from a narco dme. In the dme.xml

Re: [Flightgear-devel] Control over DME freq

2011-02-28 Thread Harry Campigli
OK Thanks, Ron Explains why I spent half of the afternoon pulling may hair cursing it before asking. Harry On Mon, Feb 28, 2011 at 10:55 PM, Ron Jensen w...@jentronics.com wrote: On Monday 28 February 2011 07:06:08 Harry Campigli wrote: I added a dme to the 737NG-600 model. I have

[Flightgear-devel] Flightgear timing over network

2011-03-02 Thread Harry Campigli
I am looking to time sync 3 machines running FG over the network and would like to sync the sim times to one master machine. I have them all on nfs but it seems thats not quite the trick. So what ever time the master is working on, be it from command at start, or selecting for example noon on the

Re: [Flightgear-devel] Flightgear timing over network

2011-03-02 Thread Harry Campigli
time clock should be *very* close to in sync. Then things like --timeofday=noon should work well. This is something that can be set remotely via the telnet interface. Curt. On Wed, Mar 2, 2011 at 6:58 AM, Harry Campigli wrote: I am looking to time sync 3 machines running FG

Re: [Flightgear-devel] Real-time shipping traffic

2011-03-03 Thread Harry Campigli
Hello Stuart, Have you gone any further with your AIS scripting? I have 2 receivers, one AIS for marine and the other ADS-B for aircraft, I am planning on driving AI aircraft and ships with both Probably need some kind of proxy or relay server on them as well. Also there some processing steps

Re: [Flightgear-devel] Real-time shipping traffic

2011-03-04 Thread Harry Campigli
4, 2011 at 4:13 AM, Stuart Buchanan stuar...@gmail.com wrote: On Thu, Mar 3, 2011 at 8:45 AM, Harry Campigli wrote: Hello Stuart, Have you gone any further with your AIS scripting? I have. I've got a quite nice proxy and some very simple heuristics to make the ship movements seem

[Flightgear-devel] where is a rotating beacon defined?

2011-03-15 Thread Harry Campigli
At WRR Bali, there is a steel tower with a rotating lamp beacon light in the middle of one of the taxi ways, It should be a bit to the west. So i thought I would move it, but nothing seems to work. and I find nothing defined at the position of the tower if I park the plane on it. How is it

Re: [Flightgear-devel] where is a rotating beacon defined?

2011-03-15 Thread Harry Campigli
OK found it in the stg file. As far as I remember the beacon is on the tower roof not out on airfield, any way its certainly not in a taxiway. So I have moved it to the edge of the hardstand about where it should be. In due course i plan to set up the tools and do the scenery for the airport, I

[Flightgear-devel] no engine fuel flow in 737-600 but ok on 737-300 how is it defined?

2011-03-18 Thread Harry Campigli
I have been making some panels and lots of tinkering etc for a 737-NG600 based set up, upgrading from the old 737-300 based model i have used in the past. The 300 model used *fuel-flow_pph* from the engine prop tree to drive the panel fuel flow meters. In the 600 model these values remain unset,

Re: [Flightgear-devel] no engine fuel flow in 737-600 but ok on 737-300 how is it defined?

2011-03-18 Thread Harry Campigli
HI Torsten Thanks for the reply, Are you sure about this? I believe my distro 737-300 model is is up to date, and almost identical to my 2008 one, but either way I dont have any file Nasal/system.nas in the 737-300 directories and it gives a pph value on the engine prop tree though no gph when

Re: [Flightgear-devel] no engine fuel flow in 737-600 but ok on 737-300 how is it defined?

2011-03-18 Thread Harry Campigli
ajtee...@v-twin.org.uk wrote: *From:* Harry Campigli harryc...@gmail.com *Sent:* Friday, March 18, 2011 1:01 PM *To:* FlightGear developers discussionsflightgear-devel@lists.sourceforge.net *Cc:* Torsten Dreyer tors...@t3r.de *Subject:* Re: [Flightgear-devel] no engine fuel flow in 737-600

[Flightgear-devel] instrument lighting defintions

2011-03-20 Thread Harry Campigli
Where can I set the colours on the 2D panel for lighting at night,? Some where in the system causes the instrument panel to change colour with time of day. I need to be able to stop it blacking right out at night to simulate the lights under the glare shield. -- Regards Harry

[Flightgear-devel] jbsim nose wheel steering control, 737 models

2011-03-28 Thread Harry Campigli
I have searched high and low in aircraft xml,s and the property tree for the linkage definition between the rudder pedals and the steering in JBsim with a view to interfacing a ground nose wheel steering system. But I cant find it any where except in Yasim models? I have my command signal on

Re: [Flightgear-devel] jbsim nose wheel steering control, 737 models

2011-03-28 Thread Harry Campigli
made.shortly, as its really only of interest to sim builders I guess. Harry On Mon, Mar 28, 2011 at 2:05 PM, Erik Hofman e...@ehofman.com wrote: On Mon, 2011-03-28 at 13:53 +0700, Harry Campigli wrote: I have searched high and low in aircraft xml,s and the property tree

Re: [Flightgear-devel] Understanding the design of aircraft nasal scripts

2011-04-10 Thread Harry Campigli
Catherine, Not quite the answer you seek, but following to Sids comments. My advice is keep any thing you want generic to your setup away from aircraft model nasal if possible. If it helps, I used xml for controlling some auto pilot functions via Joy stick control to avoid fooling around in

Re: [Flightgear-devel] Heads up: AI/ATC interactions

2011-04-13 Thread Harry Campigli
Hi Durk, I also have a sim built of multiple machines and would add support to Johns comments about a socket to feed or maybe even just sync AI to other machines. The other consideration possibility is allowing for a mechanism in future feeding external live AI sources, for instance I have an

Re: [Flightgear-devel] Heads up: AI/ATC interactions

2011-04-14 Thread Harry Campigli
and feeding in external sources without any hacking. I don't know enough about the options but would the existing multiplayer format be the one to use? Harry On Thu, Apr 14, 2011 at 11:07 AM, cas...@mminternet.com wrote: Harry Campigli wrote: I also have a sim built of multiple

Re: [Flightgear-devel] Heads up: AI/ATC interactions

2011-04-14 Thread Harry Campigli
Thanks for the links Torsten, I need to upgrade from git 2.2 release to current to play with this, I have spend the last few hours since your post digging into HLA. As there is so much on the move here I was unaware of, best for now i confine myself to a routine to parse ads-b data. Harry