增加UI配置项

This commit is contained in:
2025-10-16 17:40:00 +08:00
parent eeb5af98eb
commit f88b815723
181 changed files with 718 additions and 465 deletions

View File

@@ -75,7 +75,7 @@ void P08_AlarmPage::WinInit()
void P08_AlarmPage::UIRefreshTimeOut()
{
uint16_t NewAlarmCode = gOPC_NodeValue["ns=6;s=::AsGlobalPV:AlarmCode.New"].toUInt();
uint16_t NewAlarmCode = getNodeValue("AlarmCode.New").toUInt();
if (NewAlarmCode == m_oldAlarmCode)
return;
m_oldAlarmCode = NewAlarmCode;