oc4bav5 sioc script
Posted: Fri Apr 10, 2020 8:12 am
good day to all.
I have a quick question.
I bought a opencockpits overhead panel like 5 years ago from a guy in s.a. 2nd hand. had to fix the expansion and master cards.
I have now re done the inputs to all work with the program. just started on the led outputs.
what I did was I opened the ocp4ngx_v5.1 with notepad++ and then got out all the inputs and changed them to the numbers that I found in the sioc monitor. all works fine.
I did the same with the led outputs. but it only gives me 70 outputs on device 30. but on the overhead there is like 101 led's
an output like the aAPU_G_OFF_BUS gets an output signal from sioc on pin 20 in my setup. but in the script there is no aAPU_G_OFF_BUS Device 30, Output ?? only
aAPU_G_OFF_BUS, static, Link IOCARD_DISPLAY, Device 30, Digit 39, Numbers 1 same for
Var 1112, name aAPU_MAINT, static, Link IOCARD_DISPLAY, Device 30, Digit 41, Numbers 1
Var 1113, name aAPU_LOW_OIL, static, Link IOCARD_DISPLAY, Device 30, Digit 42, Numbers 1
Var 1114, name aAPU_FAULT, static, Link IOCARD_DISPLAY, Device 30, Digit 43, Numbers 1
Var 1115, name aAPU_OVERSP, static, Link IOCARD_DISPLAY, Device 30, Digit 44, Numbers 1
and a few more. can someone help me with this ?
do I change the line from this
Var 1107, name aAPU_G_OFF_BUS, static, Link IOCARD_DISPLAY, Device 30, Digit 39, Numbers 1
to look like this ?
Var 1107, name aAPU_G_OFF_BUS, static, Link IOCARD_DISPLAY, Device 30, output 20
or just change the digit to the corresponding output ?
I have a quick question.
I bought a opencockpits overhead panel like 5 years ago from a guy in s.a. 2nd hand. had to fix the expansion and master cards.
I have now re done the inputs to all work with the program. just started on the led outputs.
what I did was I opened the ocp4ngx_v5.1 with notepad++ and then got out all the inputs and changed them to the numbers that I found in the sioc monitor. all works fine.
I did the same with the led outputs. but it only gives me 70 outputs on device 30. but on the overhead there is like 101 led's
an output like the aAPU_G_OFF_BUS gets an output signal from sioc on pin 20 in my setup. but in the script there is no aAPU_G_OFF_BUS Device 30, Output ?? only
aAPU_G_OFF_BUS, static, Link IOCARD_DISPLAY, Device 30, Digit 39, Numbers 1 same for
Var 1112, name aAPU_MAINT, static, Link IOCARD_DISPLAY, Device 30, Digit 41, Numbers 1
Var 1113, name aAPU_LOW_OIL, static, Link IOCARD_DISPLAY, Device 30, Digit 42, Numbers 1
Var 1114, name aAPU_FAULT, static, Link IOCARD_DISPLAY, Device 30, Digit 43, Numbers 1
Var 1115, name aAPU_OVERSP, static, Link IOCARD_DISPLAY, Device 30, Digit 44, Numbers 1
and a few more. can someone help me with this ?
do I change the line from this
Var 1107, name aAPU_G_OFF_BUS, static, Link IOCARD_DISPLAY, Device 30, Digit 39, Numbers 1
to look like this ?
Var 1107, name aAPU_G_OFF_BUS, static, Link IOCARD_DISPLAY, Device 30, output 20
or just change the digit to the corresponding output ?