Engine start switch issue and a question for the symbol "//"

The forum for all issues related to the new OC4BAv5 and the new OCP4NGXu driver for PMDG B737NGXu.
Post Reply
XAID104
Posts: 12
Joined: Thu Feb 04, 2021 12:27 pm

Engine start switch issue and a question for the symbol "//"

Post by XAID104 »

Hi Roar

My Overhead works fine,except the start switch 1(L).Looks like it is permanently in the free position (OFF)?
Settings via the SIOC monitor are done properly.
Start switch 2 (R) works fine.Any ideas?

As per the symbol"//", when i put it in front of this, is OK.

//Var 2592 name bATTEND,static,Link IOCARD_SW,Device 30,Input.......(Same all the buttons)

BUT e.g.

//Var 2662,name sWINDOW_HEAT_1 static,Link IOCARD_SW,Device 30,Input......

The compiler reterns an error:
Fhace3
Variable name not found
sWINDOW_HEAT_1.

Why?

Thank you.
mvr1918
Site Admin
Posts: 1628
Joined: Thu Aug 30, 2012 3:35 pm

Re: Engine start switch issue and a question for the symbol "//"

Post by mvr1918 »

// means you disable the code after it when you compile it. You should also remember to have a space after //

You need to check the position of the servo arm when it is free and engaging and also look over the script code over it.
You just need to understand the servo arm movement and what the code really does and by that find a solution.
Post Reply