Jump to content

Read from other apps/devices


Michael O

Recommended Posts

1 hour ago, Michael O said:

Hi

I know that A64 can output readings to other external apps but what about the other way around? I want to pull some temperature readings from KVM hypervisor and display these in an external display.

Will this be possible?

AIDA64 currently only supports reading strings and DWORD values from the Registry, and put them on external displays (or SensorPanel, OSD Panel, etc).  You need to find a way to write the Registry values into the following path:

HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues

And name them as:

Str1
Str2
...
Str10

for string values, or:

DW1
DW2
...
DW10

for DWORD values.  As you keep updating those values in the Registry, the values get updated on your external display.

Link to comment
Share on other sites

59 minutes ago, Fiery said:

AIDA64 currently only supports reading strings and DWORD values from the Registry, and put them on external displays (or SensorPanel, OSD Panel, etc).  You need to find a way to write the Registry values into the following path:

HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues

And name them as:

Str1
Str2
...
Str10

for string values, or:

DW1
DW2
...
DW10

for DWORD values.  As you keep updating those values in the Registry, the values get updated on your external display.

I have a txt file which contains the following information:

k10temp-pci-00c3
Adapter: PCI adapter
CPU Temp:     +36.0°C  (high = +70.0°C)
Tctl:         +36.0°C 

I want to read the +36.0 value and output this as a Str1 value within HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues

How can I do this?

Link to comment
Share on other sites

On ‎10‎/‎8‎/‎2018 at 5:09 PM, Michael O said:

I have a txt file which contains the following information:

k10temp-pci-00c3
Adapter: PCI adapter
CPU Temp:     +36.0°C  (high = +70.0°C)
Tctl:         +36.0°C 

I want to read the +36.0 value and output this as a Str1 value within HKEY_CURRENT_USER\Software\FinalWire\AIDA64\ImportValues

How can I do this?

I think you can use VBScript for such purposes.  I haven't tried it yet though...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...