This repository contains my Measurement & Instrumentation (M.Sc.) project: a LabVIEW system that measures and plots the output characteristics (IC vs UCE) of a BC547 NPN transistor using an NI USB-6001 DAQ.
- Plot IC–UCE families for several IB values to observe cut-off, active, and saturation regions.
- Live numeric indicators for UB, UBE, IB, UC, UCE, IC (plus temperature if enabled).
- Helper analog stage (LM324) with gain ≈ 4.03 on the UC path.
- LabVIEW 2023+
- NI-DAQmx
- NI USB-6001 (or adapt DAQ channels)
- Wire the circuit per
images/schematic_*
. - Open
labview/Transistor_Characteristics_NikhilSanga_Dipto_Group4.vi
. - Sweep UB (~0.8–1.3 V) and record IC vs UCE for each IB.
- View the plotted IC–UCE curves on the LabVIEW front panel.
IB = (UB − UBE) / RB
withRB ≈ 2.35 kΩ
IC = (UC − UCE) / RC
withRC ≈ 0.05 kΩ
(4 × 200 Ω ∥)- UC gain ≈
1 + 10k / 3.3k = 4.03
See /report
for complete reports and /docs
for setup, theory, and results.
Please cite via CITATION.cff
.
MIT — see LICENSE
.