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.
Engine start switch issue and a question for the symbol "//"
Re: Engine start switch issue and a question for the symbol "//"
// 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.
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.