Vitus
Resource contributor
- Messages
- 1,480
- Country

Hi there,
I code the vacuum system over the last days and want to implement the failure feature of FS. I successfully used
and implemented a nice tumbling movement of the artificial horizon, but the failure of the vacuum system doesn't work.
To check the state of the system, I added this line to my debug gauge:
ans the result is that it only shows "ok" although I triggered the fault in the FS menu. Whats going on?!?
Regards
Vitus
I code the vacuum system over the last days and want to implement the failure feature of FS. I successfully used
Code:
(A:PARTIAL PANEL ATTITUDE,enum)
To check the state of the system, I added this line to my debug gauge:
Code:
PP Vacuum system:......%((A:PARTIAL PANEL VACUUM,enum))%{case}%{:0}ok%{:1}fault%{:2}blanked%{end}\n
Regards
Vitus