This repository was archived by the owner on Dec 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathX-TCAS.cfg
More file actions
109 lines (85 loc) · 3.72 KB
/
Copy pathX-TCAS.cfg
File metadata and controls
109 lines (85 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# This is a sample X-TCAS configuration file. This lets you statically
# configure X-TCAS to avoid having to write to its configuration datarefs
# dynamically, since most of the configuration options are usually fixed
# for a particular aircraft model.
# All of the configuration options bellow are commented out, which sets
# them to their default values.
# By default, the TCAS computer needs power on
# sim/cockpit2/electrical/bus_volts[0]. You can change the bus number here.
# If you set this variable to some non-existent bus index (e.g. busnr=-1),
# this disables X-TCAS's electrical power-on check and X-TCAS will always
# operate.
# This does NOT affect individual VSI screens, only the TCAS computer, which
# does the callouts and feeds the VSI screens with data.
# busnr = 0
# When checking for power on the electrical bus, X-TCAS needs at least
# 22 Volts. You change the minimum voltage needed for X-TCAS to operate.
# min_volts = 22
# By default X-TCAS monitors several datarefs to determine if the TCAS
# equipment has failed. To override this and take manual control you can
# define the name of the dataref that X-TCAS should monitor. This dataref
# must follow the X-Plane failure enum format.
# fail_dr =
# VSI-related configuration variables. X-TCAS allows you to render up to
# 4 independent VSIs to the panel texture, each with separate scaling,
# positioning and state. Therefore, the following configuration block
# can repeat up to 4 times.
# The X coordinate on the panel texture of the left edget of the VSI.
# vsi/0/x = 0
# The Y coordinate on the panel texture of the bottom edget of the VSI.
# vsi/0/y = 0
# The pixel size of the rendering of the VSI on the panel texture. Set
# this to zero to shut down a particular VSI instance.
# vsi/0/sz = 0
# The default britghtness of the VSI. must be a number from 0..100.
# vsi/0/brt = 50
# The default range scale displayed on the VSI. This is an enum index
# between 0..4. The exact range values depend on the VSI display style.
# vsi/0/scale = 1
# Vertical speed value source dataref.
# vsi/0/vs_src = sim/cockpit2/gauges/indicators/vvi_fpm_pilot
# Determines the data format used within the vs_src dataref. The possible
# values are: 0 = feet-per-minute, 1 = meters-per-second,
# 2 = feet per second, 3 = meters per minute. This does not change the
# vertical speed units used on the rendered VSI display (which are always
# in feet-per-minute).
# vsi/0/vs_src_fmt = 0
# Sets electrical bus the VSI *screen* monitors for power. The default is
# bus 0 for VSI 0, bus 1 for VSI 1, etc.
# vsi/0/busnr = 0
# Sets which dataref X-TCAS monitors to determine if the VSI display has
# failed. This must be in the X-Plane failure enum format. The failure of
# the VSI does not affect the core TCAS computer (which will continue to
# issue traffic & resolution advisories, nor does it affect any other VSI
# instance.
# vsi/0/fail_dr = sim/operation/failures/rel_ss_vvi
# Same set of datarefs as for VSI0, but for VSI1
# vsi/1/x = 0
# vsi/1/y = 0
# vsi/1/sz = 0
# vsi/1/brt = 50
# vsi/1/scale = 1
# vsi/1/vs_src = sim/cockpit2/gauges/indicators/vvi_fpm_copilot
# vsi/1/vs_src_fmt = 0
# vsi/1/busnr = 1
# vsi/1/fail_dr = sim/operation/failures/rel_cop_vvi
# Same set of datarefs as for VSI0, but for VSI2
# vsi/2/x = 0
# vsi/2/y = 0
# vsi/2/sz = 0
# vsi/2/brt = 50
# vsi/2/scale = 1
# vsi/2/vs_src = sim/cockpit2/gauges/indicators/vvi_fpm_pilot
# vsi/2/vs_src_fmt = 0
# vsi/2/busnr = 2
# vsi/2/fail_dr = sim/operation/failures/rel_ss_vvi
# Same set of datarefs as for VSI0, but for VSI3
# vsi/3/x = 0
# vsi/3/y = 0
# vsi/3/sz = 0
# vsi/3/brt = 50
# vsi/3/scale = 1
# vsi/3/vs_src = sim/cockpit2/gauges/indicators/vvi_fpm_copilot
# vsi/3/vs_src_fmt = 0
# vsi/3/busnr = 3
# vsi/3/fail_dr = sim/operation/failures/rel_cop_vvi