Reputation: 731
I am working on a project in TwinCAT 3 and encountering an issue where I can't see my PLC variables in the "All Symbols" view when the target is set to a remote device (not local). Everything works fine when the target is local, but once I switch to a remote target, the variables seem to disappear from the list.
Here's the setup:
What I've Tried:
Additional Info:
Is there something I'm missing in the configuration when switching to a remote target?
How can I make the PLC variables visible in the "All Symbols" view when working with a remote target?
Upvotes: 2
Views: 336
Reputation: 731
The issue likely arises from misconfigured symbol settings when targeting a remote PLC. Here’s the solution:
This should ensure the symbols appear in "All Symbols."
For better understanding, I’ve attached a GIF file as a step-by-step guide.
Upvotes: 1
Reputation: 1097
What you're seeing is unfortunately as expected and I don't know of a neat solution.
The following happens:
Now you could alter the HMI project to use the remote target instead. HMI live view and ADS variable listing will work again.
But when publishing the project to the remote target will cause problems, because then the remote target will be trying to connect to a remote target, instead of locally where the PLC is running.
Conclusion: run the PLC locally again to develop the HMI or modify the HMI to use a remote target too (without forgetting to revert this when publishing).
Upvotes: 1