Results 41 to 50 of 219
-
01-03-2010, 08:58 AM #41
- Join Date
- Sep 2009
- Location
- Netherlands
- Posts
- 158
Re: Need testers for 737 systems simulator software
I did take me some time to get a mapping of what I believed was right, but it might be wrong. The anti collision and strobe lights were indeed exchanged, since I believed this to be correct, but I changed them back now, as it seems the strobe lights should be on the wings and the anti collision light should be on the bottom of the fuselage. The position light currently works on bit 0, but it does not seem to affect the lighting of the airplane. You're also right about the turnoff light doing nothing. They are not controllable as far as I know. Bit 6 seems to switch on some light that mostly resemble dim taxi lights, but I don't know what they are supposed to be.
For now, Runway turnoff and Wheel well do nothing more than increase the load on the electric system. The logo and Position lights are switching bits on FSUIPC but I see no response in the model.
Thanks for the input, the fixes will be in the next release.
-
01-03-2010, 09:02 AM #42
- Join Date
- Sep 2009
- Location
- Netherlands
- Posts
- 158
Re: Need testers for 737 systems simulator software
Happy new year to you too!
It's a good idea to have an FSUIPC output. I'll see if I can add that. For now, the other option is to install the SIOC program from opencockpits. It allows scripting and passing values on to FSUIPC. You can output any value from prosim737 to a SIOC variable and then process it and pass it on to FSUIPC.
-
01-03-2010, 08:26 PM #43
- Join Date
- Jan 2009
- Location
- Derby, UK
- Posts
- 128
Re: Need testers for 737 systems simulator software
All understood Marty.
Glad to be able to contribute - Albeit in a small way!
Some further (model dependent) findings on this one:
In the default 737-400, there is no switch on the overhead for 'Position' and changing the setting with ProSim doesn't have any effect on the Position (Nav) Lights as viewed from outside using 'Spot Plane'.
However, there is a 'Nav' switch which correctly controls the Nav (Position) Lights - You can see them on the outside view, but this 'Nav' switch position is not controlled by the ProSim switches - Interestingly, this 'Nav' switch also seems to turn on the cockpit interior lighting and if you turn the switch off in FS and then change any lighting switch setting in ProSim (Doesn't matter which) then the switch operates and the cockpit and Nav/Position lights come back on - So it seems that they are linked to a bit which ProSim maintains set - Possibly bit 9 (cabin lights)?
In PMDG, there is a switch for 'Position' and this changes when the state is changed in ProSim - When viewed from outside, the Position lights do illuminate accordingly (and without an associated cabin light change!)
In the default 737, there is no ovhd switch for Logo, and there is no logo illumination effect on the A/C logo when viewed from outside using 'Spot Plane'
In PMDG there is a switch for Logo, and it is controlled correctly by ProSim - However, Logo illumination effect when viewed from outside seems to be fixed on anyway.
Had another look to see if I could find out a bit more about what/where the Runway Turnoff Lights were:
According to the POH I have here. they are located in the leading edge wing roots and illuminate the area immediately in front of the main gear.
In the default 737, there are no switches for Runway Turnoff, and I can't see any effect on the A/C lighting when the state is changed by ProSim.
In PMDG, there are switches for Runway Turnoff, but these switches appear to have no effect on the A/C lighting - So perhaps they are just dummies?
Cheers,
Rob
-
01-04-2010, 06:21 AM #44
- Join Date
- Sep 2009
- Location
- Netherlands
- Posts
- 158
Re: Need testers for 737 systems simulator software
Here's a nice overview of various lights on aircraft:
http://www.aerospaceweb.org/question...cs/q0263.shtml
Unfortunately, as you describe, the FSUIPC bits do not contain all lights and some descriptions are different from the 737 labels. The logo lights have a bit, which the program controls, but as you found out, there is no response on the model. Some for wing lights, which should illuminate the wing leading edges. I also fix bit 5 to "on" in any conditions. I had to do this, because of some anomalies with hardware in our cockpit. Some drivers need this bit on to function properly.
I think bit 5 is what you refer to as the nav switch. This is strange, since it is labeled "instruments" in FSUIPC. It is the only bit I always set to on when a switch is operated.
Bit 6 and bit 9 are the only bits which are currently not controlled by the program.
-
01-04-2010, 07:05 AM #45
- Join Date
- Nov 2005
- Location
- rotterdam, the Netherlands, Europe
- Posts
- 803
Re: Need testers for 737 systems simulator software
Hi Meta,
Do you know a source for the MatrixOrbital in the netherlands ?
Is your software directly communicating with the display ?
The MatrixOrbital uses serial communication.
Futaba also has a few serial VFD's...i guess those could be used too ?
I have two Futaba VFD's on the shelve here, worth a try maybe.
The Futaba VFD are slightly bigger than the Matrix orbital, but still smaller than the original display. The Futaba seems to be cheaper too.
more info on the futaba vfd display range:
http://www.futaba.com/products/displ...cter/index.asp
Stef
.
-
01-04-2010, 08:22 AM #46
- Join Date
- Sep 2009
- Location
- Netherlands
- Posts
- 158
Re: Need testers for 737 systems simulator software
I bought my VFD2041 from a dutch store somewhere in Groenekan, but this was around 1999 and I can't remember the vendor. It was a hobby project and now, 10 years later I found that the display actually fits nicely into the slot for the electric display and it even has the same color and brightness. That's why I implemented it. It's going to look much better than having a phidgets TextLCD in there.
Yes, the module is legacy RS232, but giving the nice USB RS232 cables available, you're not going to notice much about this. Just plug the USB into the hubs that also serve the other hardware. There's a lot of hardware working this way. Even the engravity CDU's are RS232 devices with their RS232 to USB converter built in. The only annoyance is that you'll need to find the COM port that was created by the RS232 converter cable and configure that in the software.
I doubt the matrix orbital driver will work with other vendors displays. There are some escape codes starting with 0xfe that I send to the device for controlling the cursor, clear screen, brightness, etc. If the device does not understand these, it will probably become a mess. The full specs are here:
http://www.matrixorbital.ca/manuals/...FD2041_150.pdf
It won't be too hard to build support for other displays, but I will need a sample hardware product to build it.
-
01-04-2010, 06:24 PM #47
- Join Date
- Jan 2009
- Location
- Derby, UK
- Posts
- 128
Re: Need testers for 737 systems simulator software
Thanks for the nice link to the lighting overview Marty.
Obviously there are some differences in the way writers have interpreted and implemented some aspects, so I can see that it is difficult to cater for that.
Cheers,
Rob
-
01-05-2010, 03:35 PM #48
- Join Date
- Mar 2009
- Location
- Austria
- Posts
- 9
Re: Need testers for 737 systems simulator software
Hello your software is really great but i have one problem i want it to configure it with open cockpits outputs card. the readme says that i should type this in my web browser:
http://: /sioc but i donīt know which port and which host i tried it with localhost and the port i used when i was activating the iocp server(in the hardware window is iocp connection listed) but it dont work can you help me please
thank you yours niko
-
01-05-2010, 04:07 PM #49
- Join Date
- Sep 2009
- Location
- Netherlands
- Posts
- 158
Re: Need testers for 737 systems simulator software
I think you are mixing two things:
First of all you need to connect the program to the IOCP server. To do this, open the configuration window of the program and locate the line that says "IOCP server". Next to it are two text fields. Enter the IP address of the IOCP server in the first one and the port in the second one. You can find these values in the window of the SIOC program. It displays these items.
The next thing is the configure what inputs and outputs you want to use from SIOC. This can be done in the various tabs of the config window. Once that is done, you can get a stub config file via your webbrowser. A typical URL to type into your browser would be http://127.0.0.1:8080/sioc.
-
01-05-2010, 07:13 PM #50
- Join Date
- Nov 2005
- Location
- rotterdam, the Netherlands, Europe
- Posts
- 803
Re: Need testers for 737 systems simulator software
I will source a matrix orbital vfd from the us. They are around 114 $.
Meanwhile if you would like to try the Futaba, i have 2 of the NA204SD02 here and you can use one if you like. They can be configured to use either a serial or a parallel protocol.
The vfd glass part fits perfectly in the window and they look quite nice.
Is the sim you are working on for a FTO ?
Thanks again for your tremendous effort.
The futaba VFD:
Stef
.
I have 2 of the NA204SD02
Similar Threads
-
Flight Simulator Visualizing Systems
By Ross182 in forum General Builder Questions All Aircraft TypesReplies: 1Last Post: 12-29-2009, 04:07 PM -
Switch sounds for PM Systems software
By mauriceb in forum PMSystemsReplies: 11Last Post: 05-20-2008, 08:47 AM -
Re: Software Development 747 Systems
By Michel Vandaele in forum PM General Q & AReplies: 1Last Post: 12-01-2004, 02:22 PM
Search Prettys Womans from your city for night
5.Sharing an Essay about PIC16F877