MintyMods
Minty
Hi Martin,
I am asking this before I have fully investigated my side as my C# debugging skills are limited...
Basically I don't think my code has changed but I no longer seem to be getting any 'unit' values populated via the shared memory interface.
For example the previous data I was getting was (includes units e.g. V & MHz) :-
After both reinstalling Windows and upgrading HWiNFO I no longer seem to be getting any unit values (Blank Units) :-
Sorry if the issue is simple something I have broke my end but thought I would ask in case you can help
Thanks
I am asking this before I have fully investigated my side as my C# debugging skills are limited...
Basically I don't think my code has changed but I no longer seem to be getting any 'unit' values populated via the shared memory interface.
For example the previous data I was getting was (includes units e.g. V & MHz) :-
JavaScript:
{
"type":2,
"label":{
"value":"Core #3 VID",
"description":"Core #3 VID"
},
"id":33554435,
"sensor_index":1,
"unit":"V",
"value":1.2203369140625,
"min":0.6278076171875,
"max":1.3009033203125,
"avg":0.742339550143509
},
{
"type":6,
"label":{
"value":"Core #0 Clock",
"description":"Core #0 Clock"
},
"id":100663296,
"sensor_index":1,
"unit":"MHz",
"value":4501.08,
"min":799.024,
"max":4504.41,
"avg":1380.460578083666
},
After both reinstalling Windows and upgrading HWiNFO I no longer seem to be getting any unit values (Blank Units) :-
JavaScript:
{
"type":2,
"label":{
"value":"Core #3 VID",
"description":"Core #3 VID"
},
"id":33554435,
"sensor_index":1,
"unit":"",
"value":1.2451171875,
"min":0.6552734375,
"max":1.2930908203125,
"avg":0.74424442712268235
},
{
"type":6,
"label":{
"value":"Core #0 Clock",
"description":"Core #0 Clock"
},
"id":100663296,
"sensor_index":1,
"unit":"",
"value":4500.0,
"min":799.024,
"max":4504.41,
"avg":1357.917695657045
},
Sorry if the issue is simple something I have broke my end but thought I would ask in case you can help

Thanks