- Users Local time
- Today 8:48 AM
Hello Tom,
I see you learn quickly...
I think you could try this:
simply.
Tell me if working, please.
I see you learn quickly...
I think you could try this:
Code:
<i>
</i>function ENG_DE_ICE_ON ()
ipc.control(66587,75090)
ipc.sleep(400)
ipc.control(66587,75092)
ipc.sleep (400)
ipc.control (66587, 75094)
ipc.sleep (400)
ipc.control (66587, 75096)
if ipc.readLvar("VC_Ovh_AntiIce_Eng_1")
and ipc.readLvar("VC_Ovh_AntiIce_Eng_2")
and ipc.readLvar("VC_Ovh_AntiIce_Eng_3")
and ipc.readLvar("VC_Ovh_AntiIce_Eng_4") == 10 then
DspShow ("EICE", "ON")
else
DspShow ("EICE", "OFF")
Tell me if working, please.