Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.
Q400 Overhead Panel lights dimmer controls?
I've tried to get these working, but no luck. Whatever value I set will get reset to it's "current value".
OHD_PNL_LIGHTS_OVHD_KNOB_ANGLE ... I can set the value as it shows up in events/lvars but immediately reverts back to it's original value (values are 0-100).
So I tried the alternate method using CRC generator and found the varlist entry:
electricsData_->control.instlight_ovhd
CRC 76234
In my BE I set the WRITE_CODE=76234 and set WRITE_VALUE=-1 (tried, 0, 1, 50) ... in the VC the control is zero'd regardess of what I set for WRITE_VALUE. It does appear to be hitting the correct element/code, but not the desire results.
Any hints?
Thanks, Rob.
OHD_PNL_LIGHTS_OVHD_KNOB_ANGLE ... I can set the value as it shows up in events/lvars but immediately reverts back to it's original value (values are 0-100).
So I tried the alternate method using CRC generator and found the varlist entry:
electricsData_->control.instlight_ovhd
CRC 76234
In my BE I set the WRITE_CODE=76234 and set WRITE_VALUE=-1 (tried, 0, 1, 50) ... in the VC the control is zero'd regardess of what I set for WRITE_VALUE. It does appear to be hitting the correct element/code, but not the desire results.
Any hints?
Thanks, Rob.
Comments
The easier way( well maybe not) is to use the mouse evet to turn the knob left or right. The problem is here that there are over 100 mouse events to sift through to find what you need. I'm cataloging them as time permits and will make it available if you need.
Maybe electricsData_->control.instlight_ovhd is what you are looking for?
Sending a left click will turn the know CCW a notch and sending it a right click will turn it CW
The other dimmers are close by that mouse click event if your trying to program those as well. It will work ok if you have a infinite rotary to just send left mouse turning one way and right turning the other for every click of the dial.
returns CRC 76234
All I've been able to achieve with that is to turn the overhead lights off. Value itself looks to be a double with a valid range of 0 - 100.
I'll fire off an email to Oley and see if he has any input, he owes me a response.
Cheers, Rob.