GetTagList & Global Variables #181
-
Hi, I am using CCW and Micro 850 Simulator and the GetTagList function against this simulator doesn't return all global variables. Especially variables of type TON, variables of type User Defined Function. The simulator also has two programs written, the GetProgramsList() doesn't return any programs. Are these limitations because I am using the simulator? Or is there something I am missing? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I've noticed it will exclude any array tags that aren't 0-based. It's not pylogix excluding it, when you ask for for the tag list the PLC never includes them in response. My best guess at why is the Micro 800's were from an acquired company and the CIP standard doesn't support arrays that don't start at 0. So when they added ENIP support they chose to exclude them. |
Beta Was this translation helpful? Give feedback.
I've noticed it will exclude any array tags that aren't 0-based. It's not pylogix excluding it, when you ask for for the tag list the PLC never includes them in response. My best guess at why is the Micro 800's were from an acquired company and the CIP standard doesn't support arrays that don't start at 0. So when they added ENIP support they chose to exclude them.