Replies: 1 comment
-
There isn't a way to read a tag by instance id directly aka with LogixDriver('192.168.1.236') as plc:
for tag, info in plc.tags.items():
print(f"{tag}: {info['instance_id']}") Output: write_sint_min: 119
write_dint_2d_ary1: 398
write_int2: 496
write_str480_2: 543
read_str_symbols: 868
read_lint_min: 989
read_dint_max: 1856
write_lint2: 2087
Local:4:O: 3815
Local:3:I: 6353
write_lint_ary1: 7022
write_dint_3d_ary1: 7065
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm looking at understanding how the new Extended Properties work and to change them online and one of these days when exporting alarm texts noticed that the text was marked as an InstanceID followed by @.@description and wondered if there's a way to read a tag by instance Id (which hopefully would allow me to concat the string above.
Anyone?
Beta Was this translation helpful? Give feedback.
All reactions