FullBroadcast device

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with ' workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres = "^(?:OKI|NOK)NGENERSU.*$" workplace.devicehub.fullbroadcast_hub.high_level.device.fullbr…')
 
Line 1: Line 1:
-
 
  workplace.devicehub.fullbroadcast_hub.high_level.device.fullbroadcast.event.checkres = "^(?:OKI|NOK)NGENERSU.*$"
  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.result.regex = "^OKINGENERSU"
Line 6: Line 5:
event.checkres - something like SelectPattern. Be carefull, if group is not set as noncapturing, data processed later will be first group result only.
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.result.regex - evaluate if result is OK or NOK. If regex matches it is OK.
 +
checkres.data.regex - data to store to database
checkres.data.regex - data to store to database

Current 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

Personal tools