Modifying the GUI code: Main gui code is nevis_gui.py, located at BNL in c:\TestBench\gui. Edit code as desired with the python editor. When completed, no compilation is required, just reopen the GUI. National Instruments DAQ code: read_DAQ.c controls the readout of the NI DAQ card, and is also located in c:\TestBench\gui. Open Visual C++ and Open Project read_DAQ. After editing code, Build new solution (F7 is the short-cut key for a rebuild). If build is successful, it will say so at the bottom of the screen. If not, correct any errors listed and build again. |