ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
OSD Mux Calculations
External Blanking Resistor Calculations
2
OSD Output Voltage:5VBlanking Input Voltage (BL)5V
3
OSD RGB Inline Resistor5600OhmsR1
Factory Blanking Inline Resistor
1500Ohms
4
Diode Voltage Drop0.7VDiode Voltage Drop0Ohms
5
Ext RGB Inline Resistor1000OhmsR2Desired Voltage1.8V
6
Ext RGB Terminaton Resistor (TV)75OhmsExternal Blanking Resistor768.758201.868
7
Console internal termination Resistor
0Ohms
8
Note: It's normally good enough to just use the same value as the OSD Blanking ground resistor you removed if not using diode
9
Output Voltage0.6925093633V4.3Resultant voltage after diode drop
10
1075R2Current0.002087682672A2.09mA* For OSD Inline Resistor
11
6675R1 + R2Power dissipation0.00653762841W6.54mW
12
13
14
15
16
17
18
Current0.0006441947566A0.64mA
19
Power dissipation0.002770037453W2.77mW
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
https://www.codecogs.com/latex/eqneditor.php
79
V_{{output}} = (V_{{OSD}} - V_{{DiodeDrop}} ) * R_{{2}} / (R_{{1}} + R_{{2}})
80
R_{{2}} = R_{{RGB Inline}} + (R_{{TermTV}} * R_{{TermConsole}}))/(R_{{TermTV}} + R_{{TermConsole}}))
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100