Writing tags in sub-programs #97
Unanswered
Rindustrial
asked this question in
Q&A
Replies: 1 comment 7 replies
-
See issue #40 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Writing a program tag does not work for me unless I first get the whole tag list.
Am I doing something wrong?
Not a big deal, but it does slow things down a bit.
This boolean write will not work -
Ret = plc.write(('Program:M10_AMR.HMI_Inspection_St_Stopper_1_Retract_PB', 0))
... unless I first do this -
Ret = plc.get_tag_list("M10_AMR")
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions