Skip to content

Alejandrejonth/AutomationTestTx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

TCU Monitoring Scraper (Selenium-based)

This Python tool automates the extraction of critical telemetry data from a Transmitter Control Unit (TCU) web interface. It efficiently scrapes real-time metrics including power levels, PA status, voltage, and cooling system data.

1

πŸ“‹ Features

The script navigates through the TCU's internal menus to gather: 3

Power Metrics: Forward Power, Reflected Power, ALC, and FPR.

PA Status (S3-S8): Current I(A) and Output Power Pout(W) per stage.

PDU & IPA: Input power and current for Distribution Units and Pre-amplifiers.

Power Supply: Phase readings (AB, BC, CA) and control voltages (+VA, -VA, 1.2V, 2.5V).

Environmental: Inlet/Outlet temperatures and airflow status. 4

πŸ› οΈ Tech Stack & Requirements

Language: Python 3.x

Automation: Selenium WebDriver

Driver: ChromeDriver (matching your Chrome version)

πŸš€ Installation & Usage

Clone the repository:

Install dependencies:

pip install selenium

Configure credentials: Open the script and update the USER and PASS constants at the top:

Python

USER = "your_admin_username" PASS = "your_secure_password" 2

About

Automation of a data acquisition server for a television communications transmitter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages