Page 7 of 22 FirstFirst ... 3456789101117 ... LastLast
Results 61 to 70 of 219
  1. #61
    75+ Posting Member
    Join Date
    Nov 2008
    Location
    seattle
    Posts
    139
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Hi Marty, new software is amazing, FSUIPC offsets and all good job. I feel bad even asking this but then you did ask for testers. I have the fuel temp. servo right above my head and it always growles, I think it is because the numbers have too many places past the decimal and the servo always hunts for the right position. If you could round the temp number to one degree increments or maybe even one tenth might solve the problem.
    One more question, I have several pictures and one CAD file of the 737 overhead and I do not see a "window heat power" switch. Where is it?

    Andy Smith

  2. #62
    Programmer



    Join Date
    Sep 2009
    Location
    Netherlands
    Posts
    158
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Quote Originally Posted by ANDYSMITH View Post
    Hi Marty, new software is amazing, FSUIPC offsets and all good job. I feel bad even asking this but then you did ask for testers. I have the fuel temp. servo right above my head and it always growles, I think it is because the numbers have too many places past the decimal and the servo always hunts for the right position. If you could round the temp number to one degree increments or maybe even one tenth might solve the problem.
    One more question, I have several pictures and one CAD file of the 737 overhead and I do not see a "window heat power" switch. Where is it?

    Andy Smith
    The fuel temp is indeed changing, according to the outside temperature. I will run it through an extra rounding, to stop excessive updates.

    The "window heat power" is the center "window heat" switch, which has 3 states: Off (normal), OVHT (for testing the overheat lights) and "power test" for testing the power in case the temperature is high enough for the green lights not to go on. This line is the "power test" state of the switch. It was supposed to be called "power test", but apparently I forgot the power "test".

  3. #63
    300+ Forum Addict



    Join Date
    Mar 2009
    Location
    Usa
    Posts
    390
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    WOW WOW WOW.

    I have been configuring a load of switches and stuff and I must say that Prosim takes about 80 procent of the work out of configuring the SIOC code.

    I initially used the Prosim option to generate a stub and then I modified the stub to suit my situation. I have a lot of things that still need to be connected but here is my config stub as of now, feel free to copy and use it if you need it.

    // SIOC config for ProSim737
    // Manually configured

    Var 0000, Link IOCARD_SW, Input 000 // Spoiler B On
    Var 0001, Link IOCARD_SW, Input 001 // Alternate Flaps ARM
    Var 0002, Link IOCARD_SW, Input 002 // Alternate Flaps UP
    Var 0003, Link IOCARD_SW, Input 003 // Flt Ctrl B Stdby
    Var 0004, Link IOCARD_SW, Input 004 // Flt Ctrl B On
    Var 0005, Link IOCARD_SW, Input 005 // Flt Ctrl A Stdby
    Var 0006, Link IOCARD_SW, Input 006 // Spoiler A On
    Var 0007, Link IOCARD_SW, Input 007 // Alternate Flaps DOWN
    Var 0008, Link IOCARD_SW, Input 008 // Flt Ctrl A Off
    Var 0013, Link IOCARD_SW, Input 013 // Yaw damper On
    Var 0018, Link IOCARD_SW, Input 018 // Fuel Center Aft On
    Var 0019, Link IOCARD_SW, Input 019 // Fuel Left Aft On
    Var 0020, Link IOCARD_SW, Input 020 // Fuel Left Fwd On
    Var 0021, Link IOCARD_SW, Input 021 // Fuel Right Fwd On
    Var 0022, Link IOCARD_SW, Input 022 // Fuel Right Aft On
    Var 0023, Link IOCARD_SW, Input 023 // Fuel Center Fwd On
    Var 0024, Link IOCARD_SW, Input 024 // Batt Switch On
    Var 0025, Link IOCARD_SW, Input 025 // Elec maint On
    Var 0026, Link IOCARD_SW, Input 026 // Ground Power On
    Var 0027, Link IOCARD_SW, Input 027 // Elec Pnl DC STBY PWR
    Var 0028, Link IOCARD_SW, Input 028 // Elec Pnl DC TR3
    Var 0029, Link IOCARD_SW, Input 029 // Elec Pnl DC TR2
    Var 0030, Link IOCARD_SW, Input 030 // Elec Pnl DC TEST2
    Var 0031, Link IOCARD_SW, Input 031 // Elec Pnl DC TR1
    Var 0032, Link IOCARD_SW, Input 032 // Elec Pnl DC BAT BUS
    Var 0035, Link IOCARD_SW, Input 035 // Galley On
    Var 0037, Link IOCARD_SW, Input 037 // GEN 1 On
    Var 0038, Link IOCARD_SW, Input 038 // GEN 1 On
    Var 0039, Link IOCARD_SW, Input 039 // APU GEN 1 On
    Var 0040, Link IOCARD_SW, Input 040 // APU GEN 1 Off
    Var 0041, Link IOCARD_SW, Input 041 // APU GEN 2 Off
    Var 0042, Link IOCARD_SW, Input 042 // APU GEN 2 On
    Var 0043, Link IOCARD_SW, Input 043 // GEN 2 Off
    Var 0044, Link IOCARD_SW, Input 044 // GEN 2 On
    Var 0046, Link IOCARD_SW, Input 046 // Equip cooling supply Alternate
    Var 0047, Link IOCARD_SW, Input 047 // Equip cooling exhaust Alternate
    Var 0049, Link IOCARD_SW, Input 049 // No Smoking On
    Var 0050, Link IOCARD_SW, Input 050 // No Smoking Off
    Var 0051, Link IOCARD_SW, Input 051 // Seatbelt Off
    Var 0052, Link IOCARD_SW, Input 052 // Seatbelt On
    Var 0053, Link IOCARD_SW, Input 053 // Ground call On
    Var 0054, Link IOCARD_SW, Input 054 // Lights Runway Turnoff
    Var 0055, Link IOCARD_SW, Input 055 // Light Main Retract R On
    Var 0056, Link IOCARD_SW, Input 056 // Light Main Fixed R On
    Var 0057, Link IOCARD_SW, Input 057 // Lights Taxi On
    Var 0058, Link IOCARD_SW, Input 058 // APU Start Switch Off
    Var 0059, Link IOCARD_SW, Input 059 // APU Start Switch On
    Var 0060, Link IOCARD_SW, Input 060 // Standby power switch Off
    Var 0061, Link IOCARD_SW, Input 061 // Standby power switch Bat
    Var 0062, Link IOCARD_SW, Input 062 // Disconnect 1 Normal
    Var 0063, Link IOCARD_SW, Input 063 // Disconnect 2 Normal
    Var 0064, Link IOCARD_SW, Input 064 // Bus transfer switch Auto
    Var 0065, Link IOCARD_SW, Input 065 // Elec Pnl AC APU GEN
    Var 0066, Link IOCARD_SW, Input 066 // Elec Pnl AC GEN2
    Var 0067, Link IOCARD_SW, Input 067 // Elec Pnl AC GEN1
    Var 0068, Link IOCARD_SW, Input 068 // Elec Pnl AC GRD PWR
    Var 0069, Link IOCARD_SW, Input 069 // Elec Pnl AC INV
    Var 0070, Link IOCARD_SW, Input 070 // Elec Pnl AC TEST
    Var 0071, Link IOCARD_SW, Input 071 // Elec Pnl AC STBY PWR
    Var 0072, Link IOCARD_SW, Input 072 // Eng Anti-Ice 2 On
    Var 0073, Link IOCARD_SW, Input 073 // Hyd ELEC1 On
    Var 0074, Link IOCARD_SW, Input 074 // Wing Anti-Ice On
    Var 0075, Link IOCARD_SW, Input 075 // Eng Anti-Ice 1 on
    Var 0076, Link IOCARD_SW, Input 076 // Hyd ELEC2 On
    Var 0077, Link IOCARD_SW, Input 077 // Hyd ENG1 On
    Var 0078, Link IOCARD_SW, Input 078 // Emer Exit Lights Off
    Var 0079, Link IOCARD_SW, Input 079 // Emer Exit Lights On
    Var 0081, Link IOCARD_SW, Input 081 // Lights Logo On
    Var 0082, Link IOCARD_SW, Input 082 // Lights Wing On
    Var 0083, Link IOCARD_SW, Input 083 // Hyd ENG2 On
    Var 0084, Link IOCARD_SW, Input 084 // Bleed 1 On
    Var 0085, Link IOCARD_SW, Input 085 // Outflow valve Open
    Var 0086, Link IOCARD_SW, Input 086 // Outflow valve Close
    Var 0087, Link IOCARD_SW, Input 087 // Lights Anti collision On
    Var 0088, Link IOCARD_SW, Input 088 // Lights Strobe On
    Var 0089, Link IOCARD_SW, Input 089 // Lights Position Steady
    Var 0090, Link IOCARD_SW, Input 090 // Ignition select Left
    Var 0091, Link IOCARD_SW, Input 091 // Ignition select Right
    Var 0092, Link IOCARD_SW, Input 092 // Lights Wheel well On
    Var 0094, Link IOCARD_SW, Input 094 // Start 2 CONT
    Var 0095, Link IOCARD_SW, Input 095 // Start 1 CONT
    Var 0096, Link IOCARD_SW, Input 096 // Start 1 GRD/FLT
    Var 0098, Link IOCARD_SW, Input 098 // Start 1 GRD/FLT
    Var 0099, Link IOCARD_SW, Input 099 // Probe heat B On
    Var 0100, Link IOCARD_SW, Input 100 // Window heat FWD L On
    Var 0101, Link IOCARD_SW, Input 101 // Window heat FWD R On
    Var 0102, Link IOCARD_SW, Input 102 // Window heat Side R On
    Var 0103, Link IOCARD_SW, Input 103 // Window heat Side L On
    Var 0104, Link IOCARD_SW, Input 104 // Trim air On
    Var 0105, Link IOCARD_SW, Input 105 // Probe heat A On
    Var 0106, Link IOCARD_SW, Input 106 // Window heat pwr On
    Var 0107, Link IOCARD_SW, Input 107 // Window heat ovht On
    Var 0108, Link IOCARD_SW, Input 108 // Attend Pushedf
    Var 0114, Link IOCARD_SW, Input 114 // Pressurization Man
    Var 0116, Link IOCARD_SW, Input 116 // Pressurization Auto
    Var 0118, Link IOCARD_SW, Input 118 // Recirc Fan R Auto
    Var 0119, Link IOCARD_SW, Input 119 // Recirc Fan L Auto
    Var 0120, Link IOCARD_SW, Input 120 // Pneumatic Isolation switch Open
    Var 0121, Link IOCARD_SW, Input 121 // Pneumatic Isolation switch Close
    Var 0122, Link IOCARD_SW, Input 122 // Pack 1 Off
    Var 0123, Link IOCARD_SW, Input 123 // Pack 1 High
    Var 0124, Link IOCARD_SW, Input 124 // Pack 2 Off
    Var 0125, Link IOCARD_SW, Input 125 // Pack 2 High
    Var 0130, Link IOCARD_SW, Input 130 // APU switch Off
    Var 0131, Link IOCARD_SW, Input 131 // APU switch Start
    Var 0132, Link IOCARD_SW, Input 132 // Bleed APU On
    Var 0133, Link IOCARD_SW, Input 133 // Bleed 2 On
    Var 0134, Link IOCARD_SW, Input 134 // Trip Reset Pressed

    // annunciators
    //temp here, will be integrated into the block below
    Var 0500, Link IOCARD_OUT, Device 1, Output 40
    Var 0501, Link IOCARD_OUT, Device 1, Output 38
    Var 0502, Link IOCARD_OUT, Device 1, Output 36
    Var 0503, Link IOCARD_OUT, Device 1, Output 37
    Var 0504, Link IOCARD_OUT, Device 1, Output 39
    Var 0505, Link IOCARD_OUT, Device 1, Output 41

    // Annunciators 2
    // These are the outputs connected to the first USBOutputs card
    var 0663, Link IOCARD_OUT, Device 1, Output 63 // Cont CAB
    var 0662, LINK IOCARD_OUT, Device 1, Output 62 // Bleed Trip Off L
    var 0661, Link IOCARD_OUT, Device 1, Output 61 // Wing Body Overheat L
    var 0660, Link IOCARD_OUT, Device 1, Output 60 // Wing Body Overheat R
    var 0659, Link IOCARD_OUT, Device 1, Output 59 // Aft CAB
    var 0658, Link IOCARD_OUT, Device 1, Output 58 // Bleed ALTN (Green)
    var 0657, Link IOCARD_OUT, Device 1, Output 57 // Standby HYD Low Pressure
    var 0656, Link IOCARD_OUT, Device 1, Output 56 // Bleed Trip Off R
    var 0655, Link IOCARD_OUT, Device 1, Output 55 // Pack L
    var 0654, Link IOCARD_OUT, Device 1, Output 54 // Pack R
    var 0653, Link IOCARD_OUT, Device 1, Output 53 // Dual Bleed
    var 0652, Link IOCARD_OUT, Device 1, Output 52 // FLT Control B Low Pressure
    var 0651, Link IOCARD_OUT, Device 1, Output 51 // Standby HYD STDY Rudder On
    var 0650, Link IOCARD_OUT, Device 1, Output 50 // Bleed Manual (Green)
    var 0649, Link IOCARD_OUT, Device 1, Output 49 // Bleed Off Sched Descent
    var 0648, Link IOCARD_OUT, Device 1, Output 48 // Fwd Cab
    var 0647, Link IOCARD_OUT, Device 1, Output 47 // Standby HYD Low Quantity
    var 0646, Link IOCARD_OUT, Device 1, Output 46 // FLT Control A Low Pressure
    var 0645, Link IOCARD_OUT, Device 1, Output 45 // Equip Cooling Exhaust off
    var 0644, Link IOCARD_OUT, Device 1, Output 44 // Emergancy Exit Lights Not Armed
    var 0643, Link IOCARD_OUT, Device 1, Output 43 // Equip Cooling Supply off
    var 0642, Link IOCARD_OUT, Device 1, Output 42 // Attend Call
    //var 0635, Link IOCARD_OUT, Device 1, Output 35 //
    var 0634, Link IOCARD_OUT, Device 1, Output 34 // 34 Yaw Damper
    var 0633, Link IOCARD_OUT, Device 1, Output 33 // Auto Slat Fail
    var 0632, Link IOCARD_OUT, Device 1, Output 32 // 32 Mach Trim Fail
    //var 0630, Link IOCARD_OUT, Device 1, Output 30 //
    //var 0629, Link IOCARD_OUT, Device 1, Output 29 //
    //var 0628, Link IOCARD_OUT, Device 1, Output 28 //
    //var 0627, Link IOCARD_OUT, Device 1, Output 27 //
    //var 0626, Link IOCARD_OUT, Device 1, Output 26 //
    //var 0625, Link IOCARD_OUT, Device 1, Output 25 //
    //var 0624, Link IOCARD_OUT, Device 1, Output 24 //
    //var 0623, Link IOCARD_OUT, Device 1, Output 23 //
    //var 0622, Link IOCARD_OUT, Device 1, Output 22 //
    //var 0621, Link IOCARD_OUT, Device 1, Output 21 //
    //var 0620, Link IOCARD_OUT, Device 1, Output 20 //
    //var 0619, Link IOCARD_OUT, Device 1, Output 19 //
    //var 0618, Link IOCARD_OUT, Device 1, Output 18 //
    //var 0617, Link IOCARD_OUT, Device 1, Output 17 //
    //var 0616, Link IOCARD_OUT, Device 1, Output 16 //
    //var 0615, Link IOCARD_OUT, Device 1, Output 15 //
    //var 0614, Link IOCARD_OUT, Device 1, Output 14 //
    //var 0613, Link IOCARD_OUT, Device 1, Output 13 //
    //var 0612, Link IOCARD_OUT, Device 1, Output 12 //
    //var 0611, Link IOCARD_OUT, Device 1, Output 11 //
    //var 0610, Link IOCARD_OUT, Device 1, Output 10 //
    //var 0609, Link IOCARD_OUT, Device 1, Output 09 //
    //var 0608, Link IOCARD_OUT, Device 1, Output 08 //
    //var 0607, Link IOCARD_OUT, Device 1, Output 07 //
    //var 0606, Link IOCARD_OUT, Device 1, Output 06 //
    //var 0605, Link IOCARD_OUT, Device 1, Output 05 //
    //var 0604, Link IOCARD_OUT, Device 1, Output 04 //
    //var 0603, Link IOCARD_OUT, Device 1, Output 03 //
    //var 0602, Link IOCARD_OUT, Device 1, Output 02 //
    //var 0601, Link IOCARD_OUT, Device 1, Output 01 //
    //var 0600, Link IOCARD_OUT, Device 1, Output 00 //
    Once you have vcompiled the sioc code, go into Prosim and open the configuration screen, there you can configure all your switches and Annunciators by choosing IOCP from the drop down menu and then, in the little box that appears to the right of the pull down menu, you enter the Var number that you have defined in the SIOC script.

    This is all basic stuff, like on and offl. I will be working on the duel intensity LEDS tonight and will add them to the script later.

    I hope this helps someone.


    @Marty, thanks for your time on Saturday, it was great flying again, All Filipe could talk about was the sim and his landing at LOWI

  4. #64
    75+ Posting Member
    Join Date
    Nov 2008
    Location
    seattle
    Posts
    139
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Hi Marty, I have been using your software every day and have no real problems. But I would like to know if the "alternate flaps" switch is working? It does Not work on mine. If not I dont need it ,I can re rout that switch directly and make it work. But I dont want to rewire it if it should work through your program?

    Thanks again for the great work.
    Andy Smith

  5. #65
    Programmer



    Join Date
    Sep 2009
    Location
    Netherlands
    Posts
    158
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Quote Originally Posted by ANDYSMITH View Post
    Hi Marty, I have been using your software every day and have no real problems. But I would like to know if the "alternate flaps" switch is working? It does Not work on mine. If not I dont need it ,I can re rout that switch directly and make it work. But I dont want to rewire it if it should work through your program?

    Thanks again for the great work.
    Andy Smith
    Yes, it works, but the problem with it is that many throttle units provide a driver that overwrites the flap setting based on the flaps handle. As long as you don't run such a driver, the alternate flaps switch can be used like the real one. I've heared that these issues will be solved in later driver releases. With these drivers, prosim will directly control the throttle unit.

  6. #66
    75+ Posting Member
    Join Date
    Nov 2008
    Location
    seattle
    Posts
    139
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    OK, that makes good sence. I should be able to temporarily unassign my flap lever and then your flap switch sould work. I will try that when I get home.
    If that does the trick I will put it back like it was and I should never "need" the alternate switch unless I "really do" loose my pot on the flap lever, realistic enough for me.

    Thanks for the quick reply
    Andy Smith

  7. #67
    500+ This must be a daytime job 737NUT's Avatar
    Join Date
    Feb 2006
    Location
    Indianapolis, IN
    Posts
    760
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Great software! Thanks! I plan to donate shortly. Question, would it be possible to have it start in a different mode than cold and dark in the future? Sometimes i am short on time and would like to jump in and fly right away. Maybe be able to save a set-up and choose on start-up or read current state of switches? Thanks,
    Rob

  8. #68
    500+ This must be a daytime job 737NUT's Avatar
    Join Date
    Feb 2006
    Location
    Indianapolis, IN
    Posts
    760
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    When i type in the http://localhost:8081/sioc in the browser window, i get error that says site unavailable, It worked one time to get me the sioc/iocp data but hasnt worked since. Does it save this stub file somewhere or do we have to cut and paste it from the browser window?

  9. #69
    300+ Forum Addict



    Join Date
    Mar 2009
    Location
    Usa
    Posts
    390
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Quote Originally Posted by 737NUT View Post
    When i type in the http://localhost:8081/sioc in the browser window, i get error that says site unavailable, It worked one time to get me the sioc/iocp data but hasnt worked since. Does it save this stub file somewhere or do we have to cut and paste it from the browser window?
    It should be port 8080 not 8081 unless you have changed that in Prosim737

  10. #70
    500+ This must be a daytime job 737NUT's Avatar
    Join Date
    Feb 2006
    Location
    Indianapolis, IN
    Posts
    760
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Need testers for 737 systems simulator software

    Quote Originally Posted by capetonian View Post
    It should be port 8080 not 8081 unless you have changed that in Prosim737
    It was changed as Port 8080 didnt work on my PC The instructor station works fine on 8081

Page 7 of 22 FirstFirst ... 3456789101117 ... LastLast

Similar Threads

  1. Flight Simulator Visualizing Systems
    By Ross182 in forum General Builder Questions All Aircraft Types
    Replies: 1
    Last Post: 12-29-2009, 04:07 PM
  2. Switch sounds for PM Systems software
    By mauriceb in forum PMSystems
    Replies: 11
    Last Post: 05-20-2008, 08:47 AM
  3. Re: Software Development 747 Systems
    By Michel Vandaele in forum PM General Q & A
    Replies: 1
    Last Post: 12-01-2004, 02:22 PM