Open Issues Need Help
View All on GitHubAI Summary: Implement a feature in the Python GUI to regularly query the Keysight N9040B spectrum analyzer for errors and warnings, displaying them in a dedicated panel. This requires using the SCPI commands of the spectrum analyzer to retrieve error and warning messages and updating the GUI accordingly. The frequency of querying should be higher than the sweep frequency to capture transient errors.
Environmental RFI monitoring system for the NRAO VLA
AI Summary: The task involves modifying the existing Python code for an RF interference monitoring system to send PLC opcodes as base-10 integers instead of binary strings. This change aims to improve the efficiency of serial communication by leveraging ASCII encoding. The modification will likely involve altering the code that formats and sends commands to the Automation Direct P1AM-100 PLC via serial communication.
Environmental RFI monitoring system for the NRAO VLA