Alarms #204
Unanswered
aregcoretigo
asked this question in
Q&A
Alarms
#204
Replies: 1 comment 2 replies
-
If they are tags in the controller, then it should work. Are you referring to the ALARM_ANALOG/DIGITAL tag types in the PLC? I also think you can't use the full structure reading/writing with them because some attributes have the external access set to None. So you may have to handle each attribute individually. You can filter the tag list pretty, for example:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all thank you for looking at my questions and for your continuous support.
I am looking for a way to read alarm values from Control and Compact Logix Rockwell PLC (those supporting it should have firmware version 31 or newer). I couldn't find any information on that, is there a way to list tag alarms and read their values using pycomm3?
Thanks very much for your help,
Alex
Beta Was this translation helpful? Give feedback.
All reactions