Schritt 1: alles ignorieren, was mit visa-enable zu tun hat. Schritt 2: power supply in den PC einstoepseln. Im Ordner dev/serial/by-id/ sollte jetzt das Power supply auftauchen, wenn alles gut gegangen ist. Wenn nicht, dort irgendwie das Power supply hinbekommen. chmod 666 fuer das power supply Schritt 3: im ITSDAQ sctvar/config folder in der Datei power_supplies.json die Power supply Kanaele eintragen. Form ist (pro PS channel) { "comment x": "Kommentare, wenn noetig", "psName": "absoluter Pfad von dort, wo ITSDAQ ausgefuehrt wird (e.g. itsdaq-sw) zum device im Ordner by-id", "modName": "muss anscheinend 'Module 0' sein", "channel": x }, e.g. beim QL355TP: links channel 0, Mitte Channel 1, rechts Channel 2 Schritt 4: in Stavelet.cpp lvtype = -1 einstellen HV supplies: - im Stavelet.cpp file hvtype = -1 einstellen - Keithley: Menu -> Communication -> RS232 - Keithley: Menu -> Communication -> RS232 -> Baud -> 9600 - sudo chmod 666 ../../../dev/ttyUSB0 - sudo stty -F ../../../dev/ttyUSB0 ispeed 9600 cs8 -cstopb -parenb -ixon - sudo stty -F ../../../dev/ttyUSB0 -> check that baud really is 9600 Commands: HVSupplies[0]->SetLimit(700); HVSupplies[0]->IVScan(-10,-700,10,-350,10,10000,1); LVSupplies[0]->PrintStatus() LVSupplies[1]->PrintStatus() LVSupplies[0]->On() LVSupplies[0]->Off() IV curves through ITSDAQ