PSC Pressure Sensor Controller

Web-based interface for pressure sensor data acquisition

Disconnected
📊 Sensor Readings
📈 Real-time Graph
⚙️ Calibration
🎬 Macro
🔧 Raw Communication

Sensor Readings

Graph Controls

sec

Channels

🎯 Tare Operations

📋 Calibration Management

🎬 Macro Execution

Load and execute text files containing PSC commands. Each line should contain one command.

No macro loaded

Command/Response Log:

Load a macro file to begin execution...
📋 Macro File Format:
# Comments start with # and are ignored
# Each line contains one PSC command

# Query commands
C_METH?
CAL? 1
CAP? 2
?

# Set commands  
CAL 1 100.5
CAP 2 0 1.5
TARE
EE_SAVE

🔧 Raw Serial Communication