{"id":833,"date":"2015-02-22T20:54:59","date_gmt":"2015-02-22T19:54:59","guid":{"rendered":"http:\/\/aviation.pero-online.de\/wordpress\/?p=833"},"modified":"2022-02-14T20:26:19","modified_gmt":"2022-02-14T19:26:19","slug":"peropropsim-sichten","status":"publish","type":"post","link":"https:\/\/aviation.pero-online.de\/wordpress\/peropropsim-sichten\/","title":{"rendered":"peroPROPSIM &#8211; Sichten"},"content":{"rendered":"<p>Da ich bei peroPROPSIM die Instrumente &#8222;zum Anfassen&#8220; habe, ben\u00f6tige ich auf dem Simulatorbildschirm &#8222;nur&#8220; einen Bildschirm f\u00fcr die Au\u00dfensicht. Damit man nun auch nach &#8222;links&#8220; und &#8222;rechts&#8220; schauen kann, habe ich 3 Cockpitansichten erstellt:<\/p>\n<ul>\n<li>Vorne (normale Sicht)<\/li>\n<li>Linkes Fenster<\/li>\n<li>Rechtes Fenster<\/li>\n<\/ul>\n<div id='gallery-1' class='gallery galleryid-833 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/aviation.pero-online.de\/wordpress\/peropropsim-sichten\/peropropsim_links\/'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/aviation.pero-online.de\/wordpress\/wp-content\/uploads\/2015\/02\/peroPROPSIM_Links-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" aria-describedby=\"gallery-1-838\" \/><\/a>\n\t\t\t<\/div>\n\t\t\t\t<figcaption class='wp-caption-text gallery-caption' id='gallery-1-838'>\n\t\t\t\tSicht &#8222;Fenster links&#8220;\n\t\t\t\t<\/figcaption><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/aviation.pero-online.de\/wordpress\/peropropsim-sichten\/peropropsim_vorne\/'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/aviation.pero-online.de\/wordpress\/wp-content\/uploads\/2015\/02\/peroPROPSIM_Vorne-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" aria-describedby=\"gallery-1-840\" \/><\/a>\n\t\t\t<\/div>\n\t\t\t\t<figcaption class='wp-caption-text gallery-caption' id='gallery-1-840'>\n\t\t\t\tSicht &#8222;Vorn&#8220;\n\t\t\t\t<\/figcaption><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/aviation.pero-online.de\/wordpress\/peropropsim-sichten\/peropropsim_rechts\/'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/aviation.pero-online.de\/wordpress\/wp-content\/uploads\/2015\/02\/peroPROPSIM_Rechts-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" aria-describedby=\"gallery-1-839\" \/><\/a>\n\t\t\t<\/div>\n\t\t\t\t<figcaption class='wp-caption-text gallery-caption' id='gallery-1-839'>\n\t\t\t\tSicht &#8222;Fenster rechts&#8220;\n\t\t\t\t<\/figcaption><\/figure>\n\t\t<\/div>\n\n<p>Dazu habe ich die &#8222;aircraft.cfg&#8220; wie folgt modifiziert (am besten vorher sichern):<br \/>\n<!--more--><\/p>\n<pre>[Views]\r\n\/\/ eyepoint= -0.35, -0.85, 1.99\r\neyepoint=3, 0, 2<\/pre>\n<p>Diese \u00c4nderung verschiebt den Standard Blickpunkt im virtuellen Cockpit. Die erste Zahl definiert die Position in der Z-Achse (vor \/ zur\u00fcck), die Zweite Zahl die X-Achse (links \/ rechts) und die Dritte Zahl die Y-Achse (hoch \/ runter).<\/p>\n<p>Damit man diese Sicht nun ausw\u00e4hlen kann, habe ich eine virtuelle Cockpitansicht erstellt, und sie mit einem HotKey versorgt. Den HoyKey ben\u00f6tigen wir sp\u00e4ter.<\/p>\n<pre>[CameraDefinition.001]\r\nTitle = \"pero Vorn\"\r\nGuid = {195EAB58-9E4A-3E2A-A34C-A8D9D948F078}\r\nOrigin = Virtual Cockpit\r\nMomentumEffect = Yes\r\nSnapPbhAdjust = Swivel\r\nSnapPbhReturn = False\r\nPanPbhAdjust = Swivel\r\nPanPbhReturn = False\r\nTrack = None\r\nShowAxis = FALSE\r\nAllowZoom = TRUE\r\nInitialZoom = 0.4\r\nSmoothZoomTime = 2.0\r\nZoomPanScalar = 1.0\r\nShowWeather = Yes\r\nXyzAdjust = TRUE\r\nShowLensFlare=FALSE\r\nCategory = Cockpit\r\nPitchPanRate=20\r\nHeadingPanRate=60\r\nInitialXyz=0, 0.1, -0.5\r\nInitialPbh=8, 0, 0\r\nHotKeySelect=3\r\n<\/pre>\n<p>Nun noch der Blick nach links und rechts aus dem Fenster:<\/p>\n<pre>[CameraDefinition.0]\r\nTitle = \"pero Fenster L\"\r\nGuid = {3A09FD6C-D406-4d8f-A5CD-FA4F5E0A88ED}\r\nDescription = Preflilght inspection\r\nOrigin = Virtual Cockpit\r\nSnapPbhAdjust = FALSE\r\nSnapPbhReturn = FALSE\r\nPanPbhAdjust = FALSE\r\nPanPbhReturn = FALSE\r\nTrack = None\r\nShowAxis = FALSE\r\nAllowZoom = TRUE\r\nInitialZoom = 1.0\r\nShowWeather = Yes\r\nInitialXyz=0, -0.2, -0.9\r\nInitialPbh=5, 0, 270\r\nXyzAdjust = TRUE\r\nCategory=Aircraft\r\nClipMode=Minimum\r\nHotKeySelect = 1\r\n\r\n[CameraDefinition.1]\r\nTitle = \"pero Fenster R\"\r\nGuid = {3A09FD6C-D406-4d8f-A5CD-FA4F5E0B88ED}\r\nDescription = Preflilght inspection\r\nOrigin = Virtual Cockpit\r\nSnapPbhAdjust = FALSE\r\nSnapPbhReturn = FALSE\r\nPanPbhAdjust = FALSE\r\nPanPbhReturn = FALSE\r\nTrack = None\r\nShowAxis = FALSE\r\nAllowZoom = TRUE\r\nInitialZoom = 1.0\r\nShowWeather = Yes\r\nInitialXyz=0, -0.2, -0.9\r\nInitialPbh=5, 0, 90\r\nXyzAdjust = TRUE\r\nCategory=Aircraft\r\nClipMode=Minimum\r\nHotKeySelect=2\r\n<\/pre>\n<p>Jetzt musste ich noch 3 Button definieren, die ich mittels LINDA oder FSUIPC den Controls f\u00fcr die Views zuweise. Dazu sind die &#8222;HotKeySelect&#8220; vorgesehen.<br \/>\nDie Controls dazu hei\u00dfen: VIEW_CAMERA_SELECT_1, VIEW_CAMERA_SELECT_2 und VIEW_CAMERA_SELECT_3<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Da ich bei peroPROPSIM die Instrumente &#8222;zum Anfassen&#8220; habe, ben\u00f6tige ich auf dem Simulatorbildschirm &#8222;nur&#8220; einen Bildschirm f\u00fcr die Au\u00dfensicht. Damit man nun auch nach &#8222;links&#8220; und &#8222;rechts&#8220; schauen kann, habe ich 3 Cockpitansichten erstellt: Vorne (normale Sicht) Linkes Fenster Rechtes Fenster Dazu habe ich die &#8222;aircraft.cfg&#8220; wie folgt modifiziert (am besten vorher sichern):<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_stopmodifiedupdate":false,"_modified_date":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[53],"tags":[],"class_list":["post-833","post","type-post","status-publish","format-standard","hentry","category-peropropsim"],"_links":{"self":[{"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/posts\/833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/comments?post=833"}],"version-history":[{"count":0,"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/posts\/833\/revisions"}],"wp:attachment":[{"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/media?parent=833"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/categories?post=833"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aviation.pero-online.de\/wordpress\/wp-json\/wp\/v2\/tags?post=833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}