增加UI配置项
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user