Communication with WinCC Unified #25
-
How would one use Simatic AX with a HMI (WinCC Unified)? Currently we use DBs to aggregate the information received/sent to the HMI, but I cannot find any examples on communication between these technologies. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @simonkampe , this is a perfect question for our simatic ax forum, where you find general questions product related. If you don't mind pls. shoot your question over there in addition. Anyway: For any external client who wants to get in touch with the variables from the plc1500 runtime (ax loaded) we recommend creating an opcua serverinterface.
apax add @ax/opcua-server-config
On a sitenote: |
Beta Was this translation helpful? Give feedback.
Hi @simonkampe ,
this is a perfect question for our simatic ax forum, where you find general questions product related. If you don't mind pls. shoot your question over there in addition.
Anyway:
Currently SIMATIC AX capabilities to expose variables to external/internal are limited. There are no integraded / internal connection mechanism as of now but you can declare variables which should be exposed and use external mechanism.
For any external client who wants to get in touch with the variables from the plc1500 runtime (ax loaded) we recommend creating an opcua serverinterface.