Tom Stian Posted August 8, 2016 Report Posted August 8, 2016 Hello Is there any datarefs on the "IXEG failures" that are available on the left failures menu ? Quote
Nils Posted August 9, 2016 Report Posted August 9, 2016 Hi Tom, from memory we don't publish any datarefs for those but handle them entirely within our code for the time being. Quote
birdy.dma Posted August 9, 2016 Report Posted August 9, 2016 8 hours ago, Tom Stian said: Hello Is there any datarefs on the "IXEG failures" that are available on the left failures menu ? Hi Tom, Here in my .zip is a smartcopilot.cfg file. Open it with your favorite text editor, and search "failures". You should find the custom failures somewhere. (Experimental.zip, posted 08/01). Claude. 1 Quote
Tom Stian Posted August 9, 2016 Author Report Posted August 9, 2016 6 minutes ago, birdy.dma said: Hi Tom, Here in my .zip is a smartcopilot.cfg file. Open it with your favorite text editor, and search "failures". You should find the custom failures somewhere. (Experimental.zip, posted 08/01). Claude. I found them, excelent. Thanks. Will try them after job today. Thanks to you both. ixeg/733/failures/electrics/acstby = 0 ixeg/733/failures/electrics/batt = 0 ixeg/733/failures/electrics/dc1 = 0 ixeg/733/failures/electrics/dc2 = 0 ixeg/733/failures/electrics/acelectronic1 = 0 ixeg/733/failures/electrics/acelectronic2 = 0 ixeg/733/failures/electrics/dcelectronic1 = 0 ixeg/733/failures/electrics/dcelectronic2 = 0 ixeg/733/failures/electrics/dcstby = 0 ixeg/733/failures/electrics/gen1 = 0 ixeg/733/failures/electrics/gen2 = 0 ixeg/733/failures/electrics/hotbatt = 0 ixeg/733/failures/electrics/main1 = 0 ixeg/733/failures/electrics/main2 = 0 ixeg/733/failures/electrics/swbatt = 0 ixeg/733/failures/electrics/xfr1 = 0 ixeg/733/failures/electrics/xfr2 = 0 ixeg/733/failures/hydraulics/engine_pump_A = 0 ixeg/733/failures/hydraulics/engine_pump_B = 0 ixeg/733/failures/hydraulics/electric_pump_A = 0 ixeg/733/failures/hydraulics/electric_pump_B = 0 ixeg/733/failures/hydraulics/engine_pump_A_blowout = 0 ixeg/733/failures/hydraulics/engine_pump_B_blowout = 0 ixeg/733/failures/hydralics/systemA_leakTime2Empty_mins = 0 ixeg/733/failures/hydralics/systemB_leakTime2Empty_mins = 0 ixeg/733/failures/hydraulics/systemA_blowout = 0 ixeg/733/failures/hydraulics/systemB_blowout = 0 ixeg/733/failures/hydraulics/systemA_slowLeak = 0 ixeg/733/failures/hydraulics/systemB_slowLeak = 0 Quote
Nils Posted August 9, 2016 Report Posted August 9, 2016 Ah what do you know. Note to self: don't answer questions from memory. 2 Quote
Tom Stian Posted August 9, 2016 Author Report Posted August 9, 2016 I think there is a typo in the datarefs from IXEG. ** This dataref is working, but is spelled wrong. missing 'u' in hydraulics ixeg/733/failures/hydralics/systemA_leakTime2Empty_mins = 0 ** This dataref is NOT working, it works when I add the missing 'u'.ixeg/733/failures/hydralics/systemB_leakTime2Empty_mins = 0 2 Quote
birdy.dma Posted August 9, 2016 Report Posted August 9, 2016 Good catch Tom. 18 minutes ago, Tom Stian said: I think there is a typo in the datarefs from IXEG. ** This dataref is working, but is spelled wrong. missing 'u' in hydraulics ixeg/733/failures/hydralics/systemA_leakTime2Empty_mins = 0 ** This dataref is NOT working, it works when I add the missing 'u'.ixeg/733/failures/hydralics/systemB_leakTime2Empty_mins = 0 Quote
Tom Stian Posted August 11, 2016 Author Report Posted August 11, 2016 Have some other troubles with the failures datarefs. Im not able to set ixeg/733/failures/hydraulics/systemB_slowLeak. If I try it will result in a "blowout". It works via the failure menu, but not with setting the dataref. If I try to set ixeg/733/failures/hydraulics/systemB_blowout it will result in systemA blowout. It works via the failure menu, but not with setting the dataref. So it is some failures setting the failures on systemB ixeg/733/failures/hydraulics/systemA_slowLeak and ixeg/733/failures/hydraulics/systemA_blowout is OK. EDP A and B Slow Leak im unable to find the datarefs for. Quote
birdy.dma Posted August 11, 2016 Report Posted August 11, 2016 1 hour ago, Tom Stian said: Have some other troubles with the failures datarefs. Im not able to set ixeg/733/failures/hydraulics/systemB_slowLeak. If I try it will result in a "blowout". It works via the failure menu, but not with setting the dataref. If I try to set ixeg/733/failures/hydraulics/systemB_blowout it will result in systemA blowout. It works via the failure menu, but not with setting the dataref. So it is some failures setting the failures on systemB ixeg/733/failures/hydraulics/systemA_slowLeak and ixeg/733/failures/hydraulics/systemA_blowout is OK. EDP A and B Slow Leak im unable to find the datarefs for. SystemB Slow Leak: switch ixeg/733/failures/hydraulics/systemB_slowLeak from 0 to 1, ixeg/733/failures/hydraulics/systemB_leakTime2Empty_mins from 0 to 20, and ixeg/733/hydraulics/hyd_quantity_B from 1 to 0 very slowly (1, 0999, 0998, 09777 etc). But, if you switch the dataref manually (write 1 instead of 0, which is the job of your script), ixeg/733/failures/hydraulics/systemB_leakTime2Empty_mins switch from 0 to 0.1, This is the job of the System B Fast Leak, There is no specific custom dataref for this button. So as it is, i see no way with the script. SystemA Slow leak, same as above, but works with the button as it works directly with the dataref. Good for the sript.ixeg. SystemA Fast Leak, Both ixeg/733/failures/hydraulics/systemA_blowout and ixeg/733/failures/hydraulics/systemB_blowout are switched from 0 to 1, but only ixeg/733/failures/hydralics/systemA_leakTime2Empty_mins is set to 0.1 (ixeg/733/failures/hydralics/systemB_leakTime2Empty_mins stays on 0. So only ixeg/733/hydraulics/hyd_quantity_A decrease). Writing ixeg/733/failures/hydraulics/systemA_blowout, or ixeg/733/failures/hydraulics/systemB_blowout with the script should have the same effect. Good for the script. EDP A Fast Leak = ixeg/733/failures/hydraulics/engine_pump_A_blowout. Should work with the script. EDP A Slow Leak set ixeg/733/failures/hydralics/systemA_leakTime2Empty_mins to 20, decrease ixeg/733/hydraulics/hyd_quantity_A. But, no custom command, no custom dataref = nothing to do with the script. Same with EDP B. Is it clear? Probably only for me, hope also for Tom. Claude. Quote
Tom Stian Posted August 14, 2016 Author Report Posted August 14, 2016 On 11.8.2016 at 10:15 PM, birdy.dma said: Is it clear? Probably only for me, hope also for Tom. Claude. Well.. I dont know if it is clear. But I get it. But hope IXEG will make the same behaviour of using datarefs for both hydraulic systems (A and B ) 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.