PDA

View Full Version : how to set " SPOT PLANE view" button



carlos hermida
06-03-2007, 10:53 PM
Hi for all,

I trying to set a button in CONTROL section of PM Instructor to make possible to use the "S" keypress from keyboard that cycle views to SPOT PLANE. This will be to help me when I start a pushback.

I think that the offset is that below (if i am not wrong) but no way to make it work !!


<TABLE style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN-LEFT: 12.5pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-table-layout-alt: fixed; mso-border-alt: solid windowtext 1.5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellSpacing=0 cellPadding=0 border=1><TBODY><TR><TD style="BORDER-RIGHT: windowtext 0.25pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1.5pt solid; WIDTH: 42.55pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1.5pt solid; BACKGROUND-COLOR: transparent" vAlign=top width=57>
8320<O:p</O:p






</TD><TD style="BORDER-RIGHT: windowtext 0.25pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #e0dfe3; WIDTH: 42.5pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .25pt" vAlign=top width=57>
1<O:p</O:p






</TD><TD style="BORDER-RIGHT: windowtext 1.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #e0dfe3; WIDTH: 272.35pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .25pt" vAlign=top width=363>Byte value, the view mode in the currently selected window (read/write):<O:p></O:p>


FS2004: 1=cockpit, 2=virtual cockpit, 3=tower, 4=spot plane, 5=top down<O:p></O:p>

FS2002: 0=cockpit, 1=virtual cockpit, 2=tower, 4=spot plane, 7=top down<O:p></O:p>





</TD></TR></TBODY></TABLE>

Anyone could help me with this ?

Regards,

Carlos Hermida

sas550
06-21-2007, 05:29 PM
Let me first say that I don't have the instructor station so this might not be of any help. But I was struggeling with some hardware buttons on my fo yoke for the view modes. I use iocards and sioc for programming the buttons. But it's the same offsets used. I used 3110 length4 and control number 65567 for next_view_mode and control number 65749 for prev_view_mode. Try them.

carlos hermida
06-21-2007, 10:20 PM
Thanks SAS550, will try that tomorrow !

carlos hermida
06-22-2007, 02:37 PM
Great SAS550, it worked perfectly !! by the way do you know the offsets for ZOOM IN and ZOOM OUT to use with this VIEWS?


Best regards,

Carlos Hermida

sas550
06-22-2007, 03:46 PM
If you check the "List of Fs2004 controls.pdf" file that comes in the fsuipc.zip you'll find all controls that can be used with offset 3110.
This goes for the different zoom controls.

ZOOM_1X

65550


ZOOM_IN
65655


ZOOM_IN_FINE
65754


ZOOM_MINUS
65718


ZOOM_OUT
65656


ZOOM_OUT_FINE
65755


ZOOM_PLUS
65719





ps. I haven't tried them but I can't see any reason why they shouldn't work