Results 1 to 3 of 3
-
08-19-2010, 04:16 AM #1
PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges
Hi guys!
I really have a problem with my overhead gauges. I git my gauge set from Open Cockpits and i manged it to calibrate them and i also wrote a script for SIOC.
Unfortunately i dont even have the smallest clue about programming.
Does anybody of you got your overhead gauges already running with SIOC and PMSystems? Can all the gauges be triggered with SIOC and PMSystems??
And maybe does someone from you have already a ready script what i can modify for my own cards and gauges????
Thank you in advance....highly appreciate your support....
Klaus Troemer
-
08-19-2010, 04:57 AM #2
- Join Date
- Feb 2007
- Location
- Germany
- Posts
- 73
Re: PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges
Hi,
example for fuel temperature. Can be used as template for other gauges too.
/////////// Fuel Temperature Gauge /////////////
var 0215, name Servo2, Link USB_SERVOS, Output 2, PosL 1023, PosC 436, PosR 150, Type 2 // Servo Motor
Var 0218, name FuelTemp, Link FSUIPC_INOUT, Offset $56B6, Length 2 // Fuel Temperature + 60 in 10th of C
{
L0 = &FuelTemp / 10
L1 = L0 - 60
L2 = L1 * 6.4 // servo slope
L0 = 550 - L2 // Center 0 Grad Celsius
&Servo2 = L0
}
You might have to play a little with the servo slope.
BR
Ruediger
-
08-19-2010, 05:03 AM #3
Re: PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges
Oh my GOD!
Thats seems not to be easy...do you have a whole script??? i have no idea what all those means. I just understand the servo slope and i know how to adjust that.
Thank you in advance
Similar Threads
-
Offsets for overhead gauges
By MortenHa in forum PMSystemsReplies: 9Last Post: 09-11-2010, 11:35 AM -
Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges
By blueskydriver in forum I/O Interfacing and HardwareReplies: 4Last Post: 08-14-2010, 09:39 AM -
Problems with installer for Flight Illusion overhead gauges
By peterkwu in forum I/O Interfacing Hardware and SoftwareReplies: 0Last Post: 08-13-2010, 10:08 AM -
New B737 Overhead interface with SIOC try it
By airmontblanc in forum I/O Interfacing and HardwareReplies: 0Last Post: 03-19-2010, 04:13 PM -
Overhead gauges
By hercules in forum PMSystemsReplies: 6Last Post: 03-25-2007, 04:40 PM