Home › Forum › Support › CPM not available on website
Can you post what you see on all the screens of your KIT1 unit?
Hi Radu, Here is the screen as well as the web output. The browser screen capture was taken a couple of mins after the physical screen. Thanks, Moran.
uradmonitor.jpg
uradmonitor-api.jpg
Seems it is up and running: https://uradmonitor.com/tools/dashboard-04/?open=13000214
The unit is online.
What seems to be the problem?
The OP’s unit shows radiation level 0 all the time: https://uradmonitor.com/tools/dashboard-04/?open=13000214 That’s not normal, since there is proper high voltage.
Thanks Wolferl for clarifying this for me Link:https://www.uradmonitor.com/?sensor=cpm&open=13000214 Problem fixed. The unit was flagged on the server for its radiation readings, possible something bad happened in the past.
Also another fix for the unit in Moscow – a DIY KIT1 unit, class 0x13: Link:https://www.uradmonitor.com/?sensor=cpm&open=13000200 It was sending the “Tube type parameter” – index “10” (hex) defined in Exp protocol Link:https://github.com/radhoo/uradmonitor_kit1/blob/master/code/misc/expProtocol.h as “0x1” . This did not work because of the 0x , therefore your unit’s factor was set to 0, making sievert/h outputs 0. Code on server was modified to check and convert such inputs. It is now all set.