--[[ ************************************ @title GetIso @param q Logfile @default q 1 --]] -- start main sleep(2000) print_screen(q) set_console_layout(0,0,25,13) print("Logfile Nummer", q) press("shoot_half") repeat sleep(1) until get_shooting() == true release("shoot_half") print("MessungShootHalf done.") print("ISOMarketVorSet =",get_iso_market()) print("ISORealVorSet =",get_iso_real()) print("ISO96VorSet_1 =",get_sv96()) print("ISO96VorSet_2 =",get_sv96()) print("ISOModeVorSet =",get_iso_mode()) set_sv96(507) -- =ISO200 print("Set_sv96(507) done.") print("ISOMarketNachSet =",get_iso_market()) print("ISORealNachSet =",get_iso_real()) print("ISO96NachSet_1 =",get_sv96()) print("ISO96NachSet_2 =",get_sv96()) print("ISOModeNachSet =",get_iso_mode()) press("shoot_half") repeat sleep(1) until get_shooting() == true print("Shooting-ShootHalf offen.") print("ISOMarketNachHalf =",get_iso_market()) print("ISORealNachHalf =",get_iso_real()) print("ISO96NachHalf_1 =",get_sv96()) print("ISO96NachHalf_2 =",get_sv96()) print("ISOModeNachHalf =",get_iso_mode()) sleep(300) press("shoot_full") release("shoot_full") release("shoot_half") repeat sleep(1) until get_shooting() ~= true print("Shooting abgeschlossen.") print("ISOMarketNachShootg =",get_iso_market()) print("ISORealNachShooting =",get_iso_real()) print("ISO96NachShooting_1 =",get_sv96()) print("ISO96NachShooting_2 =",get_sv96()) print("ISOModeNachShooting =",get_iso_mode()) -- set_sv96(371) -- =ISO80 --end print_screen(false)