FullBroadcast device
From PlcWiki
(Difference between revisions)
Jan (Talk | contribs)
(Created page with ' workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres = "^(?:OKI|NOK)NGENERSU.*$" workplace.devicehub.fullbroadcast_hub.high_level.device.fullbr…')
Newer edit →
(Created page with ' workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres = "^(?:OKI|NOK)NGENERSU.*$" workplace.devicehub.fullbroadcast_hub.high_level.device.fullbr…')
Newer edit →
Revision as of 13:54, 1 July 2016
workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres = "^(?:OKI|NOK)NGENERSU.*$" workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres.result.regex = "^OKINGENERSU" workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres.data.regex = "^((?:OKI|NOK)NGENERSU).*$"
event.checkres - something like SelectPattern. Be carefull, if group is not set as noncapturing, data processed later will be first group result only.
checkres.result.regex - evaluate if result is OK or NOK. If regex matches it is OK.
checkres.data.regex - data to store to database