Jaroslaw2251 Posted October 23, 2012 Report Posted October 23, 2012 Hi Pete, according to your FSUIPC offset for NGX, I could nearly create my whole overheadpanel. But there is one thing missing thet I can´t create as a Sioc-beginner with the offset $3367 I could only set up the FWD entry. Here is my script: Var 0089 Link FSUIPC_INOUT, Offset $3367, Length 1 // Door FWD_Entry { V0586 = TESTBIT V0089 ,0 // Door FWD_Entry } Var 0586, Link IOCARD_OUT, Output 89 // Door FWD_Entry Now my question what do I have to change to show the other doors, Cargo, Airstair, Equip? Thank you for your help and reply, Jaroslaw
Pete Dowson Posted November 5, 2012 Report Posted November 5, 2012 Now my question what do I have to change to show the other doors, Cargo, Airstair, Equip? I've no idea about SIOC scripts, but, as documented, the doors each have one bit -- bits 0, 1, 2 and 3. If SIOC cannot handle bits you'd need to write a Lua plug-in to act as an interface. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now