Thx for reporting the linecolor bug. Attached files are needed for a fix; please copy over the existing files.
I have uploaded v2.2pre07: https://sourceforge.net/p/geigerlog/discussion/devel2/
The main new feature in this pre-release is the support of RadPro on GQ's GMC-800 counter. Keep in mind that installing RadPro on this GMC counter requires overwriting its factory firmware! The GeigerLog configuration file custom.cfg has only this entry: [GMC_Device] GMC_Activation = yes [RadProDevice] RadProActivation = yes RadProVoltageDefault = off Modify it according to your needs, following the template in file geigerlog.cfg. It is recommended to NOT change the file geigerlog.cfg!
Sorry, another fault of mine. It is getting complex with multi-file changes. But it seems it is all working now? Time for another full pre-release? The chip is "unknown" because this info comes from RadPro - and there is none :-(. Looking at my own GMC-800 device I see all chip-labels being sanded off! It likely is a STM or clone, because this is what all currrent RadPro supported devices are. I doubt that the chip info cannot be seen by the firmware, so chances are it is also hidden with intend...
RadPro in GL now has an option to run a RadPro command. GL must have been started with option "-d". Then in the RadPro menu you find Run RadPro Terminal Command. E.g. Command 'GET deviceId' may print into the NotePad: ==== Run RadPro Command ========================================== Running Command: 'GET deviceId' 0 FNIRSI GC-01 (APM32F103CB) 1 Rad Pro 2.0.2 2 7907521b
RadPro in GL now has an option to run a RadPro command. GL must have been started with option "-d". Then in the RadPro menu you find. E.g. Command 'GET deviceId' may print into the NotePad: ==== Run RadPro Command ========================================== Running Command: 'GET deviceId' 0 FNIRSI GC-01 (APM32F103CB) 1 Rad Pro 2.0.2 2 7907521b
Your HV measurement is what it should be! I had elaborated on those measurements in my article https://sourceforge.net/projects/geigerlog/files/Articles/GeigerLog-Radiation-v1.1%28CAJOE%29-Support-v1.0.pdf/download see chapter §The Anode Voltage". The internal resistance of the HV Generator typically comes out near 20MOhm. I have not seen a counter with much lower internal resistance, not even in those old clunkers of counters! One easy test: Touch the terminals of the built-in and powered tube with...
Thanks for the update. It seems GeigerLog cannot understand the string "off" (default voltage settings are still send to the device): 08 21:01:07.835 ...198 EXCEPTION: RadProVoltageDefault setting: '{t}' >'could not convert string to float: 'OFF''< in file: gsup_config.py in line: 2151 Darn, I forgot to also include modified file gsup_config.py; now attached.