Results 1 to 10 of 11
-
01-10-2008, 05:24 AM #1
- Join Date
- Feb 2007
- Location
- Netherlands
- Posts
- 30
Valve annunicators Dim/Bright question - again.
Hi All,
Last week I was working on an experimental setup for my B737 OHD panel using PM Systems and Phidgets. It all works perfectly and I even managed to get the Valve Annunciators light up Dim when they are open and bright when they are in transit. I'm using the MAX2 variable for this.
I'm using the HongKong LED's which in combination with the FDS legends lightup extremely nice.
The only issue is that the difference between the DIM and BRIGHT states of the LED's is too weak and therefore difficult to notice. I can see it happen but if you just look to the OHD one can't tell whether the valves are in transit or open.
Is there a way to redefine the intensities of the various states of the LED's when the MAX2 or MAX4 variables are used?
Thanks for your help.
Regards,
-
01-10-2008, 06:33 AM #2
On my system with ultabright LED the distiction is very clear between 50 and 100 intensity. In fact I have all the LED at 50 intensity.
I don't think that there is a way to vhange the intensity steps on the MAX2/MAX4.Chris
-
01-10-2008, 09:47 AM #3
- Join Date
- Apr 2007
- Location
- Paris
- Posts
- 12
Hi Theo,
I'm also using Phidgets boards with PMsystems and the HongKong leds, but was not yet able to have the valve annunciators Dim/Bright transit lights to work. Could you please explain how to do it using the variable max2. Is it possible to transcribe the pertinent commands you use on your PM txt file?
Thanks in advance.
Kindest regards,
Joaquim
-
01-10-2008, 12:51 PM #4
- Join Date
- Dec 2006
- Location
- Ireland
- Posts
- 255
Hi
Just change in the following part the number 2 with the number 4.
Then use in Phidgets.txt for this Offsets instead of MAX2 the MAX4, so you get 25% brightness for DIM and 100% brightness for BBRIGHT.
if valves
if sparvalve1hi
sparval1 = 2
else
sparval1 = sparvalve1
endif
if SparValve2hi
sparval2 = 2
else
sparval2 = sparvalve2
endif
if engValve1hi
engval1 = 2
else
engval1 = engvalve1
endif
if engValve2hi
engval2 = 2
else
engval2 = engvalve2
endif
if fuelcrossfeedhi
FuelCrossFeedBrite = 2
else
FuelCrossFeedBrite = FuelCrossFeed
endif
endif
and as well in this part
if AntiIceEng1 then
if (fs1n1 > 10) then
cowlvalve1 = 1 [1]
else
cowlvalve1 = 2 [1]
endif
endif
if AntiIceEng1 = 0
cowlvalve1 = 0
endif
if AntiIceEng2 then
if (fs2n1 > 10) then
cowlvalve2 = 1 [1]
else
cowlvalve2 = 2 [1]
endif
endif
Should solve your problemRegards
Thomas
-
01-10-2008, 03:11 PM #5
- Join Date
- Feb 2007
- Location
- Netherlands
- Posts
- 30
Hi Thomas,
Thanks you very much for your help. I will try it as soon as possible.
Joaquim:
To be able to use this option you should enable the use sparval1 for sparvalve1 option in the main menu of PM systems. Then just add MAX4
behind the sparval1 value in Phidgets.txt.
So it should read: ......... sparval1 MAX4
Of course you also should do the changes as stated before by Thomas if the difference between bright and dim isn't enough.
Best regards,
-
01-11-2008, 06:11 AM #6
- Join Date
- Apr 2007
- Location
- Paris
- Posts
- 12
Hi Theo,
Thanks so much for your help.
I believe that the concerned offsts(besides sparval1) are
sparval2
engval1
engval2
cowlvalve1
cowlvalve2
...correct?
Will try it tonight and will let you know if I missed something...
Cheers,
Joaquim
-
01-11-2008, 06:15 AM #7
- Join Date
- Dec 2006
- Location
- Ireland
- Posts
- 255
-
01-11-2008, 10:21 AM #8
And wing Antiince (It is a valve too). I don't remeber the offset now
Chris
-
01-11-2008, 10:35 AM #9
- Join Date
- Dec 2006
- Location
- Ireland
- Posts
- 255
-
01-11-2008, 12:27 PM #10
Thomas, why don't you upload this file here as you have done before? I believe it would benefit all users to have it and we could catch any omitions which might be included on the released pmsystems when times come.
Chris
Similar Threads
-
Start valve lights?
By spitfire9 in forum Phidgets & Cockpit Simulator BuilderReplies: 6Last Post: 01-10-2011, 10:06 PM -
Start valve open
By Spyy in forum PM Boeing GCReplies: 4Last Post: 11-03-2009, 02:36 PM -
Fuel cutoff switch/selector valve
By Prarie Boy in forum General Aviation (GA) Builder DisccusionReplies: 5Last Post: 10-31-2009, 02:44 PM -
need help on making outflow valve gauge...
By ruslandemon88 in forum General Builder Questions All Aircraft TypesReplies: 12Last Post: 09-20-2007, 11:21 PM -
Where to buy Bright blue leds (connect to phidgets)
By ekezz in forum Where to Start Building a Home CockpitReplies: 2Last Post: 06-02-2006, 08:10 AM
Hello, I'm new to SIOC configuration etc... so I'm coming to you to find out if a member has...
Opencockpit modules frequency...