'######################################## '# # '# AI MAIN SCRIPT # '# # '# S400LE Business Series # '# # '# Auto # '# # '######################################## '(c) 01.11.2012 Marcel Kuhnt, Rüdiger Hülsmann 'Script Version: 1.0 'Omsi release: 1.0 'Revision History: '- Marcel Kuhnt 10.08.2009 Added Revision History '- Modified by Notio3D '------------------------------------------------------------------------------------------ '###################### ' Hauptteil '###################### {init} (S.L.Daueranimation) (M.L.Engine_Init) (M.L.Antrieb_Init) (M.L.Elec_Init) (M.L.Door_Init) (M.L.Wiper_init) (M.L.Lights_init) (M.L.Bremse_init) (M.L.Matrix_init) (M.L.Dashboard_init) (M.L.Heizung_init) (M.L.Collision_Init) (M.L.IVU_Ticketbox_init) {end} {frame} (M.L.Engine_Frame) (M.L.Antrieb_Frame) (M.L.Elec_Frame) (M.L.Door_frame) (M.L.Dashboard_frame) (M.L.lights_frame) (M.L.Wiper_frame) (M.L.Bremse_frame) (M.L.Klappern_frame) (M.L.Matrix_frame) (M.L.FF_frame) (M.L.Rain_frame) (M.L.Dirt_frame) (M.L.Sound_volume_frame) (M.L.Heizung_frame) (M.L.Cashdesk_frame) (M.L.IVU_Ticketbox_frame) (M.L.Onboard_frame) '(L.L.Axle_Suspension_0_R) '(S.L.Debug_0) '(L.L.bremse_p_balg_0_R) '(S.L.Debug_1) '............................... 'AI: (L.L.AI_Engine) 0.5 > (L.L.engine_on) 0.5 < (L.L.antrieb_getr_gangvorwahl) 6 = ! || && {if} 0 (S.L.bremse_feststell_sw) (S.L.bremse_feststell) 1 (S.L.engine_injection_on) 400 (S.L.engine_n) 6 (S.L.antrieb_getr_gangvorwahl) 1 (S.L.engine_on) {endif} (L.L.AI_Engine) -0.5 < (L.L.engine_on) 0.5 > && {if} 0 (S.L.engine_on) 0 (S.L.engine_injection_on) 1 (S.L.bremse_feststell_sw) (S.L.bremse_feststell) {endif} {end} '---------------------------------- 'Crash: {trigger:collision} (M.L.Collision_Trigger) {end} '---------------------------------- 'malfunction reset: {trigger:malfunction_reset} 1.0 (S.L.elec_V_battery) (M.L.Collision_Malfunction_Reset) {end}