Tags error when pooling data from an Allen Bradley PLC
I get errors when I am pooling data from an Allen Bradley PLC if I don't activate : disable tags error in general/global settings/advanced parameters.
I don't understand the fonction of this parameter, can someone explain it to me ?
-
Official comment
"Disable Tags in Error" is a debug setting that disables polling tags if they have errors. Because tags are polled in batches, one tag with a bad address can block many other tags from polling. This setting helps you identify which tag has a bad address so that you can correct it.
-
A single tag in error (truly bad) can cause a number of other (good) tags to appear in error as
well because tag requests and responses are grouped in one single envelope for communication
optimization purposes. The whole group is then affected with the same error status.
During commissioning or maintenance, you may want to isolate the truly bad tag from the others.
Therefore, you have to disable the polling of tags in error.That is from the application note on polling data from Allen-Bradley PLCs, you can read it here.
Suggest you look into the reasons why you are getting the errors in the first place - more information on troubleshooting is in that application note.
1 -
I had a tag with a typo, now it works. Thanks for your help!
0
Please sign in to leave a comment.
Comments
3 comments