Search found 20 matches

by nolatron
Sat Jan 30, 2021 6:38 pm
Forum: OC4BAv5
Topic: Main Cargo Door
Replies: 0
Views: 1285

Main Cargo Door

Does OCBAv5 have any code for the Main Cargo Door indicator that the NGXu Freighter add-on has?

Looking to see how I can get this added in.
Capture.JPG
Capture.JPG (28.06 KiB) Viewed 1285 times
by nolatron
Tue Jan 26, 2021 1:05 am
Forum: p3dStarter
Topic: New PC - Won't Open[SOLVED]
Replies: 6
Views: 5003

Re: New PC - Won't Open[SOLVED]

Hmm, I don't have <SimVersion> line in the XML file.
Capture.PNG
Capture.PNG (30.9 KiB) Viewed 3660 times
by nolatron
Sun Jan 24, 2021 8:42 pm
Forum: p3dStarter
Topic: New PC - Won't Open[SOLVED]
Replies: 6
Views: 5003

Re: New PC - Won't Open[SOLVED]

So I'm having a similar issue again with p3dStarter not wanting to open out of the blue. It was working fine last week so I'm not sure why it suddenly won't open. I did make sure to run MakeRwys this time, heh. :) Here's what event Viewer is showing: Application: p3dStarter.exe Framework Version: v4...
by nolatron
Sat May 04, 2019 10:38 pm
Forum: p3dStarter
Topic: No Panel State Options For New Paints
Replies: 1
Views: 5489

No Panel State Options For New Paints

So far I've been using 737-800WL with smart starter with no issues. Been working great. Today I installed some new paints for the 737-800 model. In P3D I loaded up one of the planes and set my displays up on the monitors and saved a new Scenerio file to use for this model. In SmartStarter settings, ...
by nolatron
Fri Apr 12, 2019 12:19 am
Forum: OC4BAv4
Topic: Duct Pressure Gauge Issue
Replies: 1
Views: 1673

Duct Pressure Gauge Issue

So one thing I can't seem to figure out is my Duct Pressure Gauge servos. They're not in sync with what the sim is showing. For example both L and R needles in the sim are at 20, but the guage on my overhead as "L" at 80 and "R" at 5. So not really sure how to adjust the servo se...
by nolatron
Mon Oct 01, 2018 3:48 am
Forum: OC4BAv4
Topic: Push rotary and COM/NAV help [SOLVED]
Replies: 3
Views: 2116

Re: Push rotary and COM/NAV help

What type of hardware are you using? A custom built radio or plug-n-play module? Are the numbers shows on the display (for example Com 1 Stand-by) totally different than what the sim shows for it? or is just certain digits that are off? First thing comes to mind are incorrectly values assigned for t...
by nolatron
Sat Sep 29, 2018 10:30 pm
Forum: OC4BAv4
Topic: ELMA e37 rotary, com and nav problem [SOLVED]
Replies: 2
Views: 1749

Re: ELMA e37 rotary, com and nav problem

If it's the For the Elma E37 Dual Rotary Encoders you'll need an OpenCockpits Encoder Interface card as you'll need to reprogram the onboard chip with a custom PIC code in order to process the E37's signal correctly. See here: http://overkillsystems.com.websitebuilder.prositehosting.co.uk/rotary-enc...
by nolatron
Mon Sep 24, 2018 1:40 am
Forum: OC4BAv4
Topic: FWD-OVHD Questions
Replies: 8
Views: 3591

Re: FWD-OVHD Questions

Here's my work around so far for the landing lights, based off the seat belt toggle switch sending the PMDG control code direct into FSUIPC. I set thesRETRACTABLE_L and sRETRACTABLE_Rswitch variables to a dummy device id (99) to disable them and then added this: Var 7500 name FS_CONTROL Link FSUIPC_...
by nolatron
Sun Sep 23, 2018 7:56 pm
Forum: OC4BAv4
Topic: FWD-OVHD Questions
Replies: 8
Views: 3591

Re: FWD-OVHD Questions

Was able to take care of the servos by adding an "initialize" value to the first VAR 0000 line. &SERVO_FuelTemp = 633 &SERVO_APU = 288 &SERVO_CabAlt = 330 &SERVO_PresDiff = 366 &SERVO_CabVSI = 610 &SERVO_CabTemp = 288 &SERVO_PressL = 375 &SERVO_PressR = 418 ...
by nolatron
Sat Sep 22, 2018 1:56 pm
Forum: OC4BAv4
Topic: FWD-OVHD Questions
Replies: 8
Views: 3591

Re: FWD-OVHD Questions

Another issue I'm having is when I open SIOC, my Pressure L and Pressure R and Cabin VSI servos jump all the way to max value 1023. I have to open the servocard in SIOC monitor to stop the server motor. IOCP console is currently showing a value of 0 for all variables. Here's the code I'm using for t...