跳转至

data-acquisition-hardware

Windows

  • 温度采集

管理员模式启动 PowerShell 执行命令获取 CPU 温度

$(((Get-CimInstance -Namespace root/WMI -ClassName MSAcpi_ThermalZoneTemperature)[0].CurrentTemperature - 2731.5) / 10)

Linux

CentOS

  • 温度采集